Started by user Nicola Timeus Running as Nicola Timeus Agent basic-x1r4f is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-x1r4f" 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-x1r4f" - 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-x1r4f" - 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-x1r4f (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 d4151f6c67329f8b2b5cae327e976917e2c7a1be (origin/release-5.2.0) > git config core.sparsecheckout # timeout=10 > git checkout -f d4151f6c67329f8b2b5cae327e976917e2c7a1be # timeout=10 Commit message: "chore: add Kura 5.2.2 release notes (#4631)" > git rev-list --no-walk 7127ca5543afdf055624e6758da24a7e3d88631e # timeout=10 [kura-5-2-0-release-candidate] $ /bin/sh -xe /tmp/jenkins2060560243939890906.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/settings5052986049673896755.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.buffer, io.netty.handler.codec, io.netty.channel], [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.0.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.0.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-runtime6860871589469795567.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-runtime4351879749546856191.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-runtime2504799725911784886.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.014 s] [INFO] org.apache.activemq.artemis 2.8.1-SNAPSHOT ......... SUCCESS [ 12.029 s] [INFO] Camel :: Core :: Import sun.misc 1.2.1-SNAPSHOT .... SUCCESS [ 1.414 s] [INFO] System extension fragment for 'sun.misc' 1.2.1-SNAPSHOT SUCCESS [ 0.253 s] [INFO] com.codeminders.hidapi-parent 1.3.1-SNAPSHOT ....... SUCCESS [ 0.008 s] [INFO] Java API for working with Human Interface USB Devices (HID) 1.3.1-SNAPSHOT SUCCESS [ 3.126 s] [INFO] Native libraries for 'com.codeminders.hidapi' on ARM 6 HF 1.3.1-SNAPSHOT SUCCESS [ 0.583 s] [INFO] Native libraries for 'com.codeminders.hidapi' on x86_64 1.3.1-SNAPSHOT SUCCESS [ 0.238 s] [INFO] Native libraries for 'com.codeminders.hidapi' on ARM 64 bits 1.3.1-SNAPSHOT SUCCESS [ 0.256 s] [INFO] usb4java 1.4.1-SNAPSHOT ............................ SUCCESS [ 0.329 s] [INFO] usb4java-javax 1.4.1-SNAPSHOT ...................... SUCCESS [ 0.262 s] [INFO] org.moka7 1.2.1-SNAPSHOT ........................... SUCCESS [ 0.688 s] [INFO] org.eclipse.soda.dk.comm-parent 1.4.1-SNAPSHOT ..... SUCCESS [ 0.009 s] [INFO] Serial Device based on SODA DK comm 1.4.1-SNAPSHOT . SUCCESS [ 0.634 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on ARM 6 HF 1.4.1-SNAPSHOT SUCCESS [ 0.350 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on x86_64 1.4.1-SNAPSHOT SUCCESS [ 0.312 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on ARM 64 bits 1.4.1-SNAPSHOT SUCCESS [ 0.311 s] [INFO] jdk.dio-parent 1.2.1-SNAPSHOT ...................... SUCCESS [ 0.019 s] [INFO] jdk.dio 1.2.1-SNAPSHOT ............................. SUCCESS [ 0.665 s] [INFO] jdk.dio.armv6hf 1.2.1-SNAPSHOT ..................... SUCCESS [ 0.171 s] [INFO] jdk.dio.x86_64 1.2.1-SNAPSHOT ...................... SUCCESS [ 0.164 s] [INFO] jdk.dio.aarch64 1.2.1-SNAPSHOT ..................... SUCCESS [ 0.163 s] [INFO] gwt-user 1.3.1-SNAPSHOT ............................ SUCCESS [ 5.156 s] [INFO] moquette-broker 1.0.0-SNAPSHOT ..................... SUCCESS [ 3.417 s] [INFO] org.apache.log4j2-api-config 1.2.1-SNAPSHOT ........ SUCCESS [ 0.124 s] [INFO] org.eclipse.kura.jetty.customizer 1.2.1-SNAPSHOT ... SUCCESS [ 3.216 s] [INFO] p2-repo-common 5.2.2 ............................... SUCCESS [ 15.583 s] [INFO] p2-repo-equinox_3.16.0 5.2.2 ....................... SUCCESS [ 4.365 s] [INFO] p2-repo-tests-deps 5.2.2 ........................... SUCCESS [ 3.464 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:04 min [INFO] Finished at: 2023-05-04T07:55:58Z [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/settings16111527447488565343.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-SNAPSHOT @ /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-SNAPSHOT @ /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-SNAPSHOT @ /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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.driver.ble.xdk:1.2.1.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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-SNAPSHOT [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.202305040755 [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:[114] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[292] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[311] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-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 38 problems (38 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.linux.net --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-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-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.linux.net --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.linux.net --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.linux.net --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.linux.net --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-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.linux.net/2.2.1-SNAPSHOT/org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.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-SNAPSHOT/org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.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-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.net/2.2.1-SNAPSHOT/org.eclipse.kura.linux.net-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.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-SNAPSHOT/org.eclipse.kura.linux.net-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.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-SNAPSHOT/org.eclipse.kura.linux.net-2.2.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.linux.net --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.linux.position >---------- [INFO] Building org.eclipse.kura.linux.position 1.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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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 111 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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.protocol.modbus:2.2.1.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.container.orchestration.provider:1.1.1.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.container.provider:1.1.1.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.driver.opcua.provider:1.2.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.driver.s7plc.provider:1.2.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.driver.ble.sensortag.provider:1.2.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.driver.ble.xdk:1.2.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.driver.eddystone.provider:1.2.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.driver.ibeacon.provider:1.2.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.wire.script.filter.provider:1.2.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.driver.gpio.provider:1.2.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.wire.ai.component.provider:1.1.1.202305040755 [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.202305040755 [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.202305040755 [INFO] Added: org.eclipse.kura.ai.triton.server:1.1.1.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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-04 07:57:49.955 ----------------------------------------------- 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-04 07:57:50.400 !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-04T07:57:52,635 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T07:57:52,989 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T07:57:52,999 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-556038 2023-05-04T07:57:53,059 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,060 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T07:57:53,060 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T07:57:53,060 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T07:57:53,060 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T07:57:53,060 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,060 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T07:57:53,060 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T07:57:53,061 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,061 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,061 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T07:57:53,063 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T07:57:53,092 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T07:57:53,152 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T07:57:53,154 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:57:53,286 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T07:57:53,286 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:57:53,315 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T07:57:53,605 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.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-04T07:57:53,615 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.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-04T07:57:53,615 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:57:53,640 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,641 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,641 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:57:53,644 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T07:57:53,644 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T07:57:53,645 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,645 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,645 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,645 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:57:53,646 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T07:57:53,646 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T07:57:53,647 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T07:57:53,647 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,647 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,648 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:57:53,648 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T07:57:53,648 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T07:57:53,649 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:57:53,649 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:57:53,649 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T07:57:53,649 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T07:57:53,650 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T07:57:53,650 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T07:57:53,650 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T07:57:53,650 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,651 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,651 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:57:53,651 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T07:57:53,652 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T07:57:53,652 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:57:53,656 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:57:53,656 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T07:57:53,656 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T07:57:53,657 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T07:57:53,657 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T07:57:53,657 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T07:57:53,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T07:57:53,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T07:57:53,689 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:57:53,732 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T07:57:53,732 [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-04T07:57:53,733 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:57:53,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T07:57:53,764 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:57:53,765 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:57:53,766 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T07:57:53,766 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T07:57:53,766 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:57:53,767 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:57:53,767 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T07:57:53,768 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T07:57:53,769 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T07:57:53,769 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:57:53,770 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:57:53,771 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T07:57:53,771 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T07:57:53,771 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:57:53,772 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:57:53,772 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T07:57:53,772 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T07:57:53,773 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:57:53,773 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:57:53,777 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T07:57:53,778 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:57:53,778 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:57:53,820 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T07:57:53,820 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T07:57:53,821 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:57:53,822 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T07:57:53,825 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T07:57:53,825 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:57:53,826 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:57:53,831 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T07:57:53,831 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:57:53,832 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:57:53,835 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T07:57:53,836 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:57:53,838 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T07:57:53,839 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T07:57:53,839 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:57:53,840 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:57:53,857 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T07:57:53,858 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T07:57:53,858 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T07:57:53,858 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T07:57:53,858 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T07:57:53,858 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T07:57:53,861 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T07:57:53,861 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:57:53,862 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:57:53,865 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T07:57:53,934 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.asset and pid testAsset 2023-05-04T07:57:53,934 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T07:57:53,935 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T07:57:53,935 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T07:57:53,935 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.asset testAsset 2023-05-04T07:57:53,936 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T07:57:53,936 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:57:53,936 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T07:57:53,937 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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-04T07:57:53,937 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:57:53,937 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T07:57:53,938 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T07:57:53,939 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T07:57:53,939 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T07:57:53,939 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:57:53,940 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:57:53,965 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.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_1683187073955.xml... 2023-05-04T07:57:53,972 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.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_1683187073955.xml... Done. 2023-05-04T07:57:53,972 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:57:53,972 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T07:57:53,972 [Start Level: Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T07:57:53,972 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T07:57:53,972 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T07:57:53,985 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:57:54,060 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T07:57:54,062 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:57:54,063 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:57:54,063 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:57:54,063 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:57:54,120 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T07:57:54,129 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.asset.provider.test.AssetTest 2023-05-04T07:57:54,138 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T07:57:54,138 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T07:57:54,147 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T07:57:54,148 [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-04T07:57:54,150 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T07:57:54,152 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:57:54,152 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:57:54,152 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:57:54,152 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:57:54,156 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:57:54,157 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:57:54,157 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:57:54,157 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:57:54,157 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:57:54,158 [main] INFO o.e.k.a.p.t.AssetTest - Setting Up The Testcase.... 2023-05-04T07:57:54,163 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T07:57:54,163 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T07:57:54,163 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T07:57:54,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T07:57:54,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T07:57:54,164 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T07:57:54,165 [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-04T07:57:54,175 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T07:57:54,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T07:57:54,177 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T07:57:54,177 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T07:57:54,348 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T07:57:54,350 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T07:57:54,351 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T07:57:54,351 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T07:57:54,352 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T07:57:54,352 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T07:57:54,380 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T07:57:54,380 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T07:57:54,383 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T07:57:54,383 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T07:57:54,383 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T07:57:54,383 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T07:57:54,384 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T07:57:54,384 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T07:57:54,391 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T07:57:54,394 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,398 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 4 ms 2023-05-04T07:57:54,399 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,400 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T07:57:54,402 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,402 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T07:57:54,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T07:57:54,403 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T07:57:54,404 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 2 ms 2023-05-04T07:57:54,404 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,404 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,404 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,405 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T07:57:54,409 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,409 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T07:57:54,410 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-04T07:57:54,410 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,410 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,410 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,410 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,411 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T07:57:54,411 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T07:57:54,411 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,411 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T07:57:54,411 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,411 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,411 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,411 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,412 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,412 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,412 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,412 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T07:57:54,412 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,412 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,412 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,413 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,413 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,413 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,414 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,414 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,414 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,414 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,414 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,415 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,416 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,416 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,420 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,420 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,420 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,421 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,421 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,421 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,424 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,424 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,424 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,424 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,424 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,425 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,427 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,428 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,428 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,428 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,428 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,430 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 2 ms 2023-05-04T07:57:54,432 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,433 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,433 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,433 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,433 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,433 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,442 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,442 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,442 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,442 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,442 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,443 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,443 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,444 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-04T07:57:54,444 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,444 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,444 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,444 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,445 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,446 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-04T07:57:54,446 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,446 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,447 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,447 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,448 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,449 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,449 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,449 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,449 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,449 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,450 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,450 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,451 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,451 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,451 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,451 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,454 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,454 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,454 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,454 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,455 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,455 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,456 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,456 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,456 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,457 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,457 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,457 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,457 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,458 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T07:57:54,460 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,461 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-04T07:57:54,461 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,461 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,461 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,461 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,463 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,463 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,464 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,464 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,464 [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/0x0000000020a204a0.onChannelEvent(Unknown Source) at org.eclipse.kura.asset.provider.test.StubDriver.unregisterChannelListener(StubDriver.java:112) at org.eclipse.kura.asset.provider.DriverState.detach(DriverState.java:125) at org.eclipse.kura.asset.provider.DriverState.setChannelListenersInternal(DriverState.java:93) at org.eclipse.kura.asset.provider.DriverState.shutdown(DriverState.java:136) at org.eclipse.kura.asset.provider.BaseAsset.lambda$1(BaseAsset.java:258) at org.eclipse.kura.asset.provider.BaseAsset$$Lambda$83/0x0000000020cc89d0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x00000000441b0620.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-04T07:57:54,464 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,464 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,465 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,466 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-04T07:57:54,466 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,466 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,466 [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/0x0000000020a204a0.onChannelEvent(Unknown Source) at org.eclipse.kura.asset.provider.test.StubDriver.unregisterChannelListener(StubDriver.java:112) at org.eclipse.kura.asset.provider.DriverState.detach(DriverState.java:125) at org.eclipse.kura.asset.provider.DriverState.setChannelListenersInternal(DriverState.java:93) at org.eclipse.kura.asset.provider.DriverState.shutdown(DriverState.java:136) at org.eclipse.kura.asset.provider.BaseAsset.lambda$1(BaseAsset.java:258) at org.eclipse.kura.asset.provider.BaseAsset$$Lambda$83/0x0000000020cc89d0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x00000000441b0620.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-04T07:57:54,468 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,468 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,469 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,469 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,469 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,470 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,470 [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/0x0000000020a204a0.onChannelEvent(Unknown Source) at org.eclipse.kura.asset.provider.test.StubDriver.unregisterChannelListener(StubDriver.java:112) at org.eclipse.kura.asset.provider.DriverState.detach(DriverState.java:125) at org.eclipse.kura.asset.provider.DriverState.setChannelListenersInternal(DriverState.java:93) at org.eclipse.kura.asset.provider.DriverState.shutdown(DriverState.java:136) at org.eclipse.kura.asset.provider.BaseAsset.lambda$1(BaseAsset.java:258) at org.eclipse.kura.asset.provider.BaseAsset$$Lambda$83/0x0000000020cc89d0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x00000000441b0620.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-04T07:57:54,470 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,470 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,471 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,471 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,471 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,471 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,471 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,472 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,472 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,472 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,472 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,472 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,473 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,473 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,473 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,473 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,473 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,474 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,474 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,474 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T07:57:54,474 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,475 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T07:57:54,475 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,475 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,475 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,476 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T07:57:54,515 [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$102/0x000000002080bbd0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x00000000441b0620.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-04T07:57:54,515 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T07:57:54,516 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2023-05-04T07:57:54,516 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,516 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T07:57:54,516 [pool-17-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T07:57:54,516 [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.388 s - in org.eclipse.kura.asset.provider.test.AssetTest testListenerAttachOnDisabledChannel(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.248 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.006 s testWrite(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 s testRead(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.004 s testShouldNotReattachSameListener(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.005 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.001 s testChannelProperties(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 s testWriteChannelDisabled(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 s testBasicProperties(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 s testUnlisten(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.004 s testListenerAttachOnDriverChange(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 s testReadAllChannels(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 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.002 s testEnableDisableChannelWithListener(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.009 s testUnlistenDriverException(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.041 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-04T07:57:54,577 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T07:57:54,577 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@53bcbc44 2023-05-04T07:57:54,580 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:57:54,580 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:57:54,580 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:57:54,581 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:57:54,581 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:57:54,581 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:57:54,582 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:57:54,584 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:57:54,584 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T07:57:54,584 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T07:57:54,585 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:57:54,589 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T07:57:54,614 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:57:54,614 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T07:57:54,615 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:57:54,616 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:57:54,616 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:57:54,616 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:57:54,616 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:57:54,617 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T07:57:54,617 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T07:57:54,618 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:57:54,619 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T07:57:54,620 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T07:57:54,620 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:57:54,620 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T07:57:54,621 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T07:57:54,621 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T07:57:54,627 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:57:54,627 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:57:54,627 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:57:54,627 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:57:54,627 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T07:57:54,628 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T07:57:54,628 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:57:54,628 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:57:54,641 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T07:57:54,641 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T07:57:54,643 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T07:57:54,645 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:57:54,645 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T07:57:54,645 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:57:54,768 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T07:57:54,804 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:57:54,804 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T07:57:54,804 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:57:54,804 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:57:54,805 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T07:57:55,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T07:57:55,646 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:57:55,648 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T07:57:55,650 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T07:57:55,651 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:57:55,652 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T07:57:55,658 [Framework stop - Equinox Container: 2785c671-632c-405d-a8ef-eff429512e6d] 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.353 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-04T07:58:02,226 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:02,551 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T07:58:02,561 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-480972 2023-05-04T07:58:02,623 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,623 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T07:58:02,623 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T07:58:02,623 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T07:58:02,624 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T07:58:02,624 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,624 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T07:58:02,624 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T07:58:02,624 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,624 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,625 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T07:58:02,627 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:02,656 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T07:58:02,714 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T07:58:02,716 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:58:02,836 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T07:58:02,836 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:02,863 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T07:58:02,946 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.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-04T07:58:02,955 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.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-04T07:58:02,955 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:02,980 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,981 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,981 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:02,984 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T07:58:02,984 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T07:58:02,985 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,985 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,985 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,985 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:02,986 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T07:58:02,986 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T07:58:02,986 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T07:58:02,987 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,987 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,988 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:02,988 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T07:58:02,988 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T07:58:02,989 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:02,989 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:58:02,989 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T07:58:02,989 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T07:58:02,992 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T07:58:02,992 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T07:58:02,993 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T07:58:02,993 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,993 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:02,994 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:02,994 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T07:58:02,994 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T07:58:02,994 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:02,997 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:02,997 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T07:58:02,998 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T07:58:02,998 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T07:58:02,999 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T07:58:02,999 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T07:58:03,019 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T07:58:03,022 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T07:58:03,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:03,057 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T07:58:03,057 [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-04T07:58:03,059 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:03,083 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T07:58:03,085 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:03,086 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:03,086 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T07:58:03,087 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T07:58:03,087 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:03,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:03,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T07:58:03,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T07:58:03,115 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T07:58:03,115 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T07:58:03,115 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:03,117 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:03,117 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T07:58:03,118 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:03,119 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:03,119 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T07:58:03,119 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T07:58:03,119 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:03,120 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:03,124 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T07:58:03,124 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:03,125 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:03,141 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T07:58:03,141 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T07:58:03,142 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:03,143 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T07:58:03,146 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T07:58:03,146 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:03,147 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:03,152 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T07:58:03,152 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:03,153 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:03,156 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T07:58:03,157 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:03,157 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T07:58:03,161 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T07:58:03,161 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:03,162 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:03,177 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T07:58:03,177 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T07:58:03,177 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T07:58:03,177 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T07:58:03,177 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T07:58:03,177 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T07:58:03,218 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T07:58:03,218 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:03,219 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:03,223 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T07:58:03,224 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T07:58:03,225 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:03,225 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T07:58:03,225 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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-04T07:58:03,225 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:03,225 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T07:58:03,226 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T07:58:03,227 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:03,227 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T07:58:03,228 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:03,229 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:03,257 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.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_1683187083245.xml... 2023-05-04T07:58:03,264 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.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_1683187083245.xml... Done. 2023-05-04T07:58:03,265 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:03,265 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T07:58:03,265 [Start Level: Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T07:58:03,267 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T07:58:03,267 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T07:58:03,280 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:03,329 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T07:58:03,332 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:03,332 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:03,332 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:03,332 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:03,366 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T07:58:03,375 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T07:58:03,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T07:58:03,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T07:58:03,417 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:03,418 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:03,418 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:03,421 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:03,421 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:03,424 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:03,426 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T07:58:03,426 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T07:58:03,427 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:03,427 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T07:58:03,427 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:03,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-04T07:58:03,429 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T07:58:03,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:03,431 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:03,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:03,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:03,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:03,432 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:03,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:03,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:03,432 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T07:58:03,433 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T07:58:03,433 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:03,433 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:03,434 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:03,434 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:03,434 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:03,434 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:03,434 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T07:58:03,434 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T07:58:03,435 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T07:58:03,435 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:03,436 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:03,436 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:03,436 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:03,436 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T07:58:03,436 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T07:58:03,438 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T07:58:03,440 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T07:58:03,440 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T07:58:03,440 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T07:58:03,441 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T07:58:03,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T07:58:03,442 [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-04T07:58:03,443 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:03,443 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T07:58:03,443 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:04,444 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:04,447 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T07:58:04,449 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T07:58:04,451 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:04,451 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T07:58:04,461 [Framework stop - Equinox Container: 6caf86d4-53a5-4bd8-9beb-a66bf918be48] 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.118 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 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.202 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.114 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.001 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.085 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.205 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-04T07:58:13,849 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.a.c.i.o.Activator - Camel activator starting 2023-05-04T07:58:13,860 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.a.c.i.o.Activator - Camel activator started 2023-05-04T07:58:14,282 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:14,616 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T07:58:14,629 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-679764 2023-05-04T07:58:14,688 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:14,688 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T07:58:14,688 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T07:58:14,688 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T07:58:14,689 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T07:58:14,689 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:14,689 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T07:58:14,689 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T07:58:14,689 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:14,689 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:14,689 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T07:58:14,693 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:14,722 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T07:58:14,774 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T07:58:14,775 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:58:14,890 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T07:58:14,890 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:14,924 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T07:58:15,007 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.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-04T07:58:15,022 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.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-04T07:58:15,022 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:15,047 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,047 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,048 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:15,050 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T07:58:15,050 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T07:58:15,051 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,051 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,051 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,051 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:15,053 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T07:58:15,053 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T07:58:15,053 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T07:58:15,054 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,054 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,054 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:15,055 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T07:58:15,055 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T07:58:15,055 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:15,055 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:58:15,055 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T07:58:15,055 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T07:58:15,056 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T07:58:15,056 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T07:58:15,056 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T07:58:15,057 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,057 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,057 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:15,058 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T07:58:15,058 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T07:58:15,058 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:15,062 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:15,062 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T07:58:15,062 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T07:58:15,063 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T07:58:15,063 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T07:58:15,063 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T07:58:15,119 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T07:58:15,119 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T07:58:15,127 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:15,140 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T07:58:15,140 [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-04T07:58:15,141 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:15,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T07:58:15,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:15,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:15,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T07:58:15,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T07:58:15,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T07:58:15,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T07:58:15,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:15,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:15,175 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T07:58:15,175 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:15,178 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:15,178 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T07:58:15,178 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T07:58:15,178 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:15,179 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:15,179 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T07:58:15,180 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T07:58:15,180 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:15,181 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:15,185 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T07:58:15,185 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:15,186 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:15,225 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T07:58:15,225 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T07:58:15,225 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:15,226 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T07:58:15,231 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T07:58:15,232 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:15,232 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:15,237 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T07:58:15,237 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:15,238 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:15,241 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T07:58:15,242 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:15,242 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T07:58:15,245 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T07:58:15,245 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:15,246 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:15,260 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T07:58:15,260 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T07:58:15,260 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T07:58:15,260 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T07:58:15,260 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T07:58:15,260 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T07:58:15,263 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T07:58:15,263 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:15,264 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:15,267 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T07:58:15,269 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T07:58:15,269 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:15,269 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T07:58:15,269 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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-04T07:58:15,269 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:15,270 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T07:58:15,273 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T07:58:15,274 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:15,274 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T07:58:15,274 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:15,275 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:15,336 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.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_1683187095324.xml... 2023-05-04T07:58:15,348 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.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_1683187095324.xml... Done. 2023-05-04T07:58:15,349 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:15,349 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T07:58:15,349 [Start Level: Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T07:58:15,351 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T07:58:15,351 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T07:58:15,367 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:15,459 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T07:58:15,461 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:15,462 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:15,462 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:15,462 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.camel.runner.ScriptRunnerTest 2023-05-04T07:58:15,524 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T07:58:15,534 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T07:58:15,545 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T07:58:15,545 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T07:58:15,553 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T07:58:15,554 [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-04T07:58:15,556 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T07:58:15,557 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:15,557 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:15,558 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:15,558 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:15,564 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T07:58:15,564 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T07:58:15,564 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T07:58:15,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T07:58:15,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T07:58:15,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:15,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:15,566 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:15,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:15,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:15,568 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T07:58:15,568 [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-04T07:58:15,578 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T07:58:15,580 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T07:58:15,581 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T07:58:15,581 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T07:58:15,757 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T07:58:15,759 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T07:58:15,760 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T07:58:15,760 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T07:58:15,760 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T07:58:15,760 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T07:58:15,804 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T07:58:15,804 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T07:58:15,806 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T07:58:15,807 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T07:58:15,807 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T07:58:15,807 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T07:58:15,807 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T07:58:15,807 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T07:58:15,813 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T07:58:15,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T07:58:15,817 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T07:58:15,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T07:58:15,818 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T07:58:16,169 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T07:58:16,224 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 s - in org.eclipse.kura.camel.runner.ScriptRunnerTest testScript1(org.eclipse.kura.camel.runner.ScriptRunnerTest) Time elapsed: 0.693 s testScript2(org.eclipse.kura.camel.runner.ScriptRunnerTest) Time elapsed: 0.018 s Running org.eclipse.kura.camel.DependencyRunnerTest Ready: {} Not ready Ready: {bar=java.lang.Object@761f3172, foo=java.lang.Object@b4f04c9a} Not ready Ready: {bar=java.lang.Object@761f3172, foo=java.lang.Object@b4f04c9a} Not ready Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kura.camel.DependencyRunnerTest testEmpty1(org.eclipse.kura.camel.DependencyRunnerTest) Time elapsed: 0.001 s testSimple1(org.eclipse.kura.camel.DependencyRunnerTest) Time elapsed: 0.001 s testSimple2(org.eclipse.kura.camel.DependencyRunnerTest) Time elapsed: 0 s Running org.eclipse.kura.camel.type.TypeConverterTest 2023-05-04T07:58:16,299 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:16,303 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:16,406 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is starting 2023-05-04T07:58:16,408 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:16,567 [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-04T07:58:16,576 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:16,576 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) started in 0.170 seconds 2023-05-04T07:58:16,577 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:16,579 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:16,579 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:16,579 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is shutting down 2023-05-04T07:58:16,584 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) uptime 0.178 seconds 2023-05-04T07:58:16,584 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is shutdown in 0.005 seconds 2023-05-04T07:58:16,585 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:16,585 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:16,586 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is starting 2023-05-04T07:58:16,586 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:16,623 [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-04T07:58:16,631 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:16,632 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) started in 0.045 seconds 2023-05-04T07:58:16,632 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:16,633 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:16,633 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:16,633 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is shutting down 2023-05-04T07:58:16,634 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) uptime 0.048 seconds 2023-05-04T07:58:16,635 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is shutdown in 0.002 seconds 2023-05-04T07:58:16,635 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:16,635 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:16,636 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) is starting 2023-05-04T07:58:16,636 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:16,666 [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-04T07:58:16,675 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:16,675 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) started in 0.040 seconds 2023-05-04T07:58:16,675 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:16,675 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:16,676 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:16,676 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) is shutting down 2023-05-04T07:58:16,677 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) uptime 0.042 seconds 2023-05-04T07:58:16,677 [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.384 s - in org.eclipse.kura.camel.type.TypeConverterTest testFromMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.286 s testRecordsToMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.05 s testRecordToMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.042 s Running org.eclipse.kura.camel.component.PayloadTest 2023-05-04T07:58:16,688 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:16,688 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:16,689 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) is starting 2023-05-04T07:58:16,689 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:16,722 [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-04T07:58:16,733 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:16,733 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) started in 0.044 seconds 2023-05-04T07:58:16,734 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:16,749 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:17,191 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T07:58:17,191 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T07:58:17,198 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T07:58:17,414 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: route1 started and consuming from: direct://start 2023-05-04T07:58:17,457 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-string is satisfied 2023-05-04T07:58:17,458 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-int is satisfied 2023-05-04T07:58:17,458 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-boolean is satisfied 2023-05-04T07:58:17,458 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:17,458 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:17,458 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) is shutting down 2023-05-04T07:58:17,458 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-04T07:58:17,460 [Camel (camel-4) thread #1 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: route1 shutdown complete, was consuming from: direct://start 2023-05-04T07:58:17,461 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-04T07:58:17,463 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) uptime 0.774 seconds 2023-05-04T07:58:17,463 [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.775 s - in org.eclipse.kura.camel.component.PayloadTest test1(org.eclipse.kura.camel.component.PayloadTest) Time elapsed: 0.775 s Running org.eclipse.kura.camel.component.RouterTest 2023-05-04T07:58:17,473 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:17,473 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:17,474 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is starting 2023-05-04T07:58:17,474 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:17,497 [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-04T07:58:17,504 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:17,504 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) started in 0.030 seconds 2023-05-04T07:58:17,505 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:17,505 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:17,641 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-04T07:58:17,641 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:17,746 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-04T07:58:17,746 [Camel (camel-5) thread #2 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-04T07:58:17,747 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-04T07:58:17,747 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2023-05-04T07:58:17,747 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2023-05-04T07:58:17,757 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test2 started and consuming from: direct://start2 2023-05-04T07:58:17,757 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:17,757 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:17,757 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is shutting down 2023-05-04T07:58:17,757 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-04T07:58:17,758 [Camel (camel-5) thread #2 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test2 shutdown complete, was consuming from: direct://start2 2023-05-04T07:58:17,758 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-04T07:58:17,759 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) uptime 0.285 seconds 2023-05-04T07:58:17,759 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is shutdown in 0.002 seconds 2023-05-04T07:58:17,760 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:17,760 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:17,760 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is starting 2023-05-04T07:58:17,760 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:17,781 [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-04T07:58:17,788 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:17,788 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) started in 0.028 seconds 2023-05-04T07:58:17,788 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:17,789 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:17,926 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-04T07:58:17,926 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:17,999 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-04T07:58:18,000 [Camel (camel-6) thread #3 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-04T07:58:18,000 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-04T07:58:18,000 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2023-05-04T07:58:18,000 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2023-05-04T07:58:18,008 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-04T07:58:18,009 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:18,009 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:18,009 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is shutting down 2023-05-04T07:58:18,009 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-04T07:58:18,009 [Camel (camel-6) thread #3 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-04T07:58:18,009 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-04T07:58:18,011 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) uptime 0.251 seconds 2023-05-04T07:58:18,011 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is shutdown in 0.002 seconds 2023-05-04T07:58:18,011 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:18,011 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:18,012 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is starting 2023-05-04T07:58:18,012 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:18,030 [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-04T07:58:18,036 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:18,036 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) started in 0.024 seconds 2023-05-04T07:58:18,036 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:18,036 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:18,037 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:18,037 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:18,037 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is shutting down 2023-05-04T07:58:18,038 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) uptime 0.026 seconds 2023-05-04T07:58:18,038 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is shutdown in 0.001 seconds 2023-05-04T07:58:18,038 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:18,039 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:18,039 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is starting 2023-05-04T07:58:18,039 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:18,056 [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-04T07:58:18,062 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:18,062 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) started in 0.023 seconds 2023-05-04T07:58:18,062 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:18,063 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:18,157 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-04T07:58:18,157 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:18,157 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:18,157 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is shutting down 2023-05-04T07:58:18,157 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-04T07:58:18,158 [Camel (camel-8) thread #4 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-04T07:58:18,158 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-04T07:58:18,161 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) uptime 0.121 seconds 2023-05-04T07:58:18,161 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is shutdown in 0.004 seconds 2023-05-04T07:58:18,161 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2023-05-04T07:58:18,161 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2023-05-04T07:58:18,162 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) is starting 2023-05-04T07:58:18,162 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2023-05-04T07:58:18,183 [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-04T07:58:18,190 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2023-05-04T07:58:18,190 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) started in 0.028 seconds 2023-05-04T07:58:18,190 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:18,191 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:18,324 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-04T07:58:18,324 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2023-05-04T07:58:18,423 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-04T07:58:18,424 [Camel (camel-9) thread #5 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-04T07:58:18,424 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-04T07:58:18,425 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2023-05-04T07:58:18,425 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2023-05-04T07:58:18,438 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2023-05-04T07:58:18,438 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2023-05-04T07:58:18,438 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2023-05-04T07:58:18,439 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) is shutting down 2023-05-04T07:58:18,439 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2023-05-04T07:58:18,439 [Camel (camel-9) thread #5 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2023-05-04T07:58:18,439 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2023-05-04T07:58:18,441 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) uptime 0.279 seconds 2023-05-04T07:58:18,441 [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: 0.968 s - in org.eclipse.kura.camel.component.RouterTest testLoadXmlUpdateOther(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.287 s testLoadXmlUpdateSame(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.251 s testLoadNothing(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.027 s testLoadXmlOnce(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.123 s testLoadXmlTwice(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.28 s Results: Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T07:58:18,466 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:18,466 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:18,466 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:18,466 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:18,467 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:18,467 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:18,467 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:18,471 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:18,471 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T07:58:18,471 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T07:58:18,474 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:18,477 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T07:58:18,478 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T07:58:18,478 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:18,478 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:18,478 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T07:58:18,478 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:18,479 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:18,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:18,479 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T07:58:18,481 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:18,481 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:18,481 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:18,481 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:18,482 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T07:58:18,482 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T07:58:18,484 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:18,484 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T07:58:18,486 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T07:58:18,486 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:18,486 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T07:58:18,486 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T07:58:18,487 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T07:58:18,514 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:18,514 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:18,515 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:18,515 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:18,515 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T07:58:18,515 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T07:58:18,515 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:18,515 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:18,519 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T07:58:18,520 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T07:58:18,522 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T07:58:18,524 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:18,525 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T07:58:18,525 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:18,681 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T07:58:19,526 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:19,529 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T07:58:19,532 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T07:58:19,535 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:19,537 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T07:58:19,544 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service 2023-05-04T07:58:20,094 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] INFO o.a.c.i.o.Activator - Camel activator stopping 2023-05-04T07:58:20,094 [Framework stop - Equinox Container: c703a709-0cd4-4011-b64e-e290bda230ad] 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.961 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-04T07:58:26,246 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:26,560 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T07:58:26,574 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-996187 2023-05-04T07:58:26,639 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:26,640 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T07:58:26,640 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T07:58:26,640 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T07:58:26,640 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T07:58:26,640 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:26,640 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T07:58:26,640 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T07:58:26,641 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:26,641 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:26,641 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T07:58:26,643 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:26,673 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T07:58:26,740 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T07:58:26,741 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:58:26,854 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T07:58:26,854 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:26,880 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T07:58:26,964 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.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-04T07:58:26,973 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.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-04T07:58:26,974 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:27,010 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,011 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,011 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:27,014 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T07:58:27,014 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T07:58:27,014 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,015 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,015 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,015 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:27,016 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T07:58:27,016 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T07:58:27,016 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T07:58:27,017 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,017 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,017 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:27,018 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T07:58:27,018 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T07:58:27,018 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:27,018 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:58:27,018 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T07:58:27,018 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T07:58:27,019 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T07:58:27,019 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T07:58:27,019 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T07:58:27,020 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,020 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,020 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:27,021 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T07:58:27,021 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T07:58:27,021 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:27,032 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:27,032 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T07:58:27,032 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T07:58:27,033 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T07:58:27,033 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T07:58:27,033 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T07:58:27,045 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T07:58:27,045 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T07:58:27,055 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:27,069 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T07:58:27,069 [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-04T07:58:27,071 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:27,136 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T07:58:27,138 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:27,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:27,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T07:58:27,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T07:58:27,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T07:58:27,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T07:58:27,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:27,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:27,142 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T07:58:27,142 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:27,144 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:27,144 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T07:58:27,144 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T07:58:27,145 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:27,146 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:27,146 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T07:58:27,146 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T07:58:27,146 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:27,147 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:27,150 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T07:58:27,151 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:27,151 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:27,155 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T07:58:27,155 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:27,156 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:27,169 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T07:58:27,169 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T07:58:27,169 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:27,170 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T07:58:27,175 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T07:58:27,175 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:27,176 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:27,217 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T07:58:27,218 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:27,220 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T07:58:27,221 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T07:58:27,222 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:27,223 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:27,240 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T07:58:27,240 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T07:58:27,240 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T07:58:27,240 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T07:58:27,240 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T07:58:27,240 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T07:58:27,243 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T07:58:27,243 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:27,244 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:27,247 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T07:58:27,248 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T07:58:27,249 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:27,249 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T07:58:27,249 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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-04T07:58:27,249 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:27,249 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T07:58:27,250 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T07:58:27,251 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:27,251 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T07:58:27,252 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:27,252 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:27,280 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.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_1683187107268.xml... 2023-05-04T07:58:27,283 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.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_1683187107268.xml... Done. 2023-05-04T07:58:27,283 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:27,283 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T07:58:27,284 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T07:58:27,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T07:58:27,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T07:58:27,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:27,347 [Start Level: Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.CertificatesManager - Bundle org.eclipse.kura.core.certificates.CertificatesManager has started! 2023-05-04T07:58:27,362 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T07:58:27,365 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:27,365 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:27,365 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:27,365 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:27,428 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T07:58:27,439 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T07:58:27,447 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T07:58:27,447 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T07:58:27,456 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T07:58:27,457 [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-04T07:58:27,459 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! Results: 2023-05-04T07:58:27,460 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:27,460 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:27,460 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:27,461 [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-04T07:58:27,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:27,470 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T07:58:27,470 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T07:58:27,470 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T07:58:27,470 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T07:58:27,470 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T07:58:27,471 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:27,472 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:27,472 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:27,472 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:27,472 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:27,472 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:27,473 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:27,473 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:27,473 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:27,473 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:27,474 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:27,474 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T07:58:27,474 [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-04T07:58:27,476 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:27,478 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T07:58:27,479 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:27,479 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T07:58:27,479 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:27,480 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.CertificatesManager - Bundle org.eclipse.kura.core.certificates.CertificatesManager is deactivating! 2023-05-04T07:58:27,481 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:27,481 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:27,481 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:27,514 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:27,514 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T07:58:27,515 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T07:58:27,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T07:58:27,663 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T07:58:27,663 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:27,663 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:27,663 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T07:58:27,663 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T07:58:27,664 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T07:58:27,664 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:27,665 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:27,665 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:27,665 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:27,665 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T07:58:27,665 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T07:58:27,665 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:27,667 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T07:58:27,668 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T07:58:27,675 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:27,676 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T07:58:27,676 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:28,676 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:28,680 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T07:58:28,681 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T07:58:28,683 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:28,684 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T07:58:28,694 [Framework stop - Equinox Container: 8cdac1a4-a345-4a44-9195-620073ebb27b] 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.85 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-04T07:58:34,668 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:34,998 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T07:58:35,022 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-432728 2023-05-04T07:58:35,080 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,080 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T07:58:35,081 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T07:58:35,081 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T07:58:35,081 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T07:58:35,081 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,081 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T07:58:35,081 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T07:58:35,081 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,081 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,082 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T07:58:35,084 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:35,115 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T07:58:35,171 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T07:58:35,173 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:58:35,299 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T07:58:35,299 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:35,336 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T07:58:35,424 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.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-04T07:58:35,433 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.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-04T07:58:35,433 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:35,459 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,460 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,460 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:35,462 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T07:58:35,462 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T07:58:35,463 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,463 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,463 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,463 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:35,464 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T07:58:35,465 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T07:58:35,465 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T07:58:35,465 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,465 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,465 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:35,466 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T07:58:35,466 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T07:58:35,466 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:35,466 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:58:35,467 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T07:58:35,467 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T07:58:35,467 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T07:58:35,467 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T07:58:35,468 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T07:58:35,468 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,468 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,468 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:35,469 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T07:58:35,469 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T07:58:35,469 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:35,472 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:35,472 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T07:58:35,472 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T07:58:35,473 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T07:58:35,473 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T07:58:35,473 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T07:58:35,494 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T07:58:35,494 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T07:58:35,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:35,533 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T07:58:35,534 [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-04T07:58:35,535 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:35,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T07:58:35,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:35,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:35,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T07:58:35,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T07:58:35,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T07:58:35,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T07:58:35,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:35,572 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:35,572 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T07:58:35,573 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:35,575 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:35,575 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T07:58:35,575 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T07:58:35,575 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:35,576 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:35,576 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T07:58:35,576 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T07:58:35,577 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:35,578 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:35,582 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T07:58:35,582 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:35,583 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:35,626 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T07:58:35,626 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T07:58:35,626 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:35,627 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T07:58:35,631 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T07:58:35,631 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:35,631 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:35,636 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T07:58:35,637 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:35,638 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:35,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T07:58:35,640 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T07:58:35,641 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:35,645 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T07:58:35,645 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:35,646 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:35,667 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T07:58:35,667 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T07:58:35,667 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T07:58:35,667 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T07:58:35,667 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T07:58:35,667 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T07:58:35,670 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T07:58:35,670 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:35,670 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:35,673 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T07:58:35,675 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T07:58:35,676 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:35,676 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T07:58:35,676 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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-04T07:58:35,676 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:35,676 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T07:58:35,677 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T07:58:35,678 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:35,678 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T07:58:35,715 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:35,715 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:35,751 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.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_1683187115739.xml... 2023-05-04T07:58:35,758 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.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_1683187115739.xml... Done. 2023-05-04T07:58:35,758 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:35,758 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T07:58:35,758 [Start Level: Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T07:58:35,758 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T07:58:35,759 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T07:58:35,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:35,816 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T07:58:35,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:35,818 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:35,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:35,819 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:35,855 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T07:58:35,864 [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-04T07:58:35,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T07:58:35,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T07:58:35,878 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:35,878 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:35,878 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:35,879 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:35,879 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:35,881 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:35,884 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T07:58:35,915 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:35,915 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T07:58:35,915 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:35,915 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T07:58:35,915 [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-04T07:58:35,918 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T07:58:35,920 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:35,920 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:35,920 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:35,920 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:35,921 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:35,921 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:35,921 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:35,922 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:35,922 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T07:58:35,922 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T07:58:35,923 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:35,924 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T07:58:35,924 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T07:58:35,924 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T07:58:35,925 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:35,925 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:35,925 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:35,925 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:35,925 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T07:58:35,925 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T07:58:35,930 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T07:58:35,930 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T07:58:35,930 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T07:58:35,930 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T07:58:35,931 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T07:58:35,931 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:35,932 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:35,932 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:35,932 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:35,932 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:35,933 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:35,933 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T07:58:35,933 [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-04T07:58:35,934 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T07:58:35,934 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:36,934 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:36,938 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T07:58:36,941 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T07:58:36,944 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:36,946 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T07:58:36,952 [Framework stop - Equinox Container: cfe35786-40b6-4b94-9517-6210924faf79] 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.045 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-04T07:58:44,429 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:44,784 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T07:58:44,794 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-552335 2023-05-04T07:58:44,860 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:44,860 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T07:58:44,860 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T07:58:44,860 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T07:58:44,860 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T07:58:44,860 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:44,860 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T07:58:44,861 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T07:58:44,861 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:44,861 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:44,861 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T07:58:44,863 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:44,890 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T07:58:44,947 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] WARN o.e.k.c.c.ConfigurationServiceImpl - PID (kura.service.pid) is null 2023-05-04T07:58:44,947 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T07:58:44,948 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:44,971 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T07:58:45,053 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.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-04T07:58:45,062 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.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-04T07:58:45,062 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:45,086 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,087 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,087 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:45,096 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T07:58:45,096 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T07:58:45,102 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,102 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,102 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,102 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:45,104 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T07:58:45,104 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T07:58:45,104 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T07:58:45,105 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,105 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,105 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:45,106 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T07:58:45,106 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T07:58:45,106 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:45,106 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:58:45,106 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T07:58:45,106 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T07:58:45,107 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T07:58:45,107 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T07:58:45,107 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T07:58:45,108 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,108 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,108 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:45,109 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T07:58:45,109 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T07:58:45,109 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:45,113 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:45,113 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T07:58:45,113 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T07:58:45,114 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T07:58:45,114 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T07:58:45,114 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T07:58:45,154 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T07:58:45,162 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.configuration.TestFactoryComponent ... 2023-05-04T07:58:45,162 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent ... 2023-05-04T07:58:45,164 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:45,165 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:45,220 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T07:58:45,221 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:45,222 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:45,222 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T07:58:45,222 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T07:58:45,222 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:45,223 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:45,223 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T07:58:45,223 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T07:58:45,224 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:45,225 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:45,241 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T07:58:45,242 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:45,243 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:45,243 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T07:58:45,243 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T07:58:45,244 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T07:58:45,244 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T07:58:45,244 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:45,245 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:45,249 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T07:58:45,250 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:45,251 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:45,261 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T07:58:45,261 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T07:58:45,262 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:45,263 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T07:58:45,265 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T07:58:45,265 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:45,266 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:45,269 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T07:58:45,269 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T07:58:45,269 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:45,270 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T07:58:45,270 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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-04T07:58:45,270 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:45,270 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T07:58:45,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-04T07:58:45,271 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T07:58:45,271 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:45,272 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T07:58:45,272 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:45,272 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T07:58:45,273 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:45,297 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.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_1683187125286.xml... 2023-05-04T07:58:45,300 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.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_1683187125286.xml... Done. 2023-05-04T07:58:45,300 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:45,300 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T07:58:45,300 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T07:58:45,315 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.configuration.CfgSvcTestComponent.... 2023-05-04T07:58:45,315 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.configuration.CfgSvcTestComponent....Done 2023-05-04T07:58:45,318 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-04T07:58:45,328 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T07:58:45,328 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T07:58:45,328 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T07:58:45,328 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T07:58:45,328 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T07:58:45,331 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2023-05-04T07:58:45,331 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle SSLKeystore is updating! 2023-05-04T07:58:45,331 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2023-05-04T07:58:45,339 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T07:58:45,340 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T07:58:45,340 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T07:58:45,341 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T07:58:45,363 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T07:58:45,365 [pool-8-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:58:45,374 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:45,422 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T07:58:45,425 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T07:58:45,425 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T07:58:45,523 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T07:58:45,523 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T07:58:45,527 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T07:58:45,528 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:45,529 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:45,530 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T07:58:45,558 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T07:58:45,623 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T07:58:45,623 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-04T07:58:45,624 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:45,631 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T07:58:45,752 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T07:58:45,787 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:45,790 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T07:58:45,790 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T07:58:45,790 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T07:58:45,793 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T07:58:45,794 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:45,804 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:45,805 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T07:58:45,837 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T07:58:45,846 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T07:58:46,000 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T07:58:46,002 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T07:58:46,003 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T07:58:46,003 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T07:58:46,003 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T07:58:46,004 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T07:58:46,004 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T07:58:46,004 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T07:58:46,006 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T07:58:46,007 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:46,007 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:46,008 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2023-05-04T07:58:46,038 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T07:58:46,038 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T07:58:46,038 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T07:58:46,038 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T07:58:46,038 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T07:58:46,038 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T07:58:46,077 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T07:58:46,077 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:46,078 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:46,085 [Start Level: Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T07:58:46,124 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T07:58:46,124 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T07:58:46,126 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T07:58:46,127 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T07:58:46,127 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T07:58:46,127 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T07:58:46,128 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T07:58:46,128 [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-04T07:58:46,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/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126179.xml... 2023-05-04T07:58:46,192 [main] INFO o.e.k.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_1683187126179.xml... Done. 2023-05-04T07:58:46,192 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: abcdefg 2023-05-04T07:58:46,192 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: abcdefg 2023-05-04T07:58:46,193 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: abcdefg 2023-05-04T07:58:46,193 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: abcdefg 2023-05-04T07:58:46,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_1683187126197 and pid spid-test1 2023-05-04T07:58:46,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid-test1 2023-05-04T07:58:46,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid-test1.... 2023-05-04T07:58:46,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid-test1....Done 2023-05-04T07:58:46,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,208 [main] INFO o.e.k.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_1683187126199.xml... 2023-05-04T07:58:46,212 [main] INFO o.e.k.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_1683187126199.xml... Done. 2023-05-04T07:58:46,212 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,212 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_1683187126197 spid-test1 2023-05-04T07:58:46,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid-test1... 2023-05-04T07:58:46,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid-test1 2023-05-04T07:58:46,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187126199... 2023-05-04T07:58:46,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/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126231.xml... 2023-05-04T07:58:46,246 [main] INFO o.e.k.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_1683187126231.xml... Done. 2023-05-04T07:58:46,246 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid-test1...done 2023-05-04T07:58:46,247 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid-test1 2023-05-04T07:58:46,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126231 2023-05-04T07:58:46,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestComponent ... Done. 2023-05-04T07:58:46,273 [main] INFO o.e.k.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_1683187126261.xml... 2023-05-04T07:58:46,277 [main] INFO o.e.k.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_1683187126261.xml... Done. 2023-05-04T07:58:46,277 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,277 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,277 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,277 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,280 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Delete factory configuration: null 2023-05-04T07:58:46,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid example-factory and pid example-pid 2023-05-04T07:58:46,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid example-pid 2023-05-04T07:58:46,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - example-pid.... 2023-05-04T07:58:46,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - example-pid....Done 2023-05-04T07:58:46,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration example-factory example-pid 2023-05-04T07:58:46,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid null and pid testPid 2023-05-04T07:58:46,282 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration null testPid 2023-05-04T07:58:46,282 [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-04T07:58:46,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_ 2023-05-04T07:58:46,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_.... 2023-05-04T07:58:46,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_ 2023-05-04T07:58:46,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_....Done 2023-05-04T07:58:46,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,286 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating pid_rollback_... 2023-05-04T07:58:46,286 [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-04T07:58:46,286 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:46,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T07:58:46,293 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126286.xml... 2023-05-04T07:58:46,298 [main] INFO o.e.k.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_1683187126286.xml... Done. 2023-05-04T07:58:46,298 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,298 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_ 2023-05-04T07:58:46,299 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Rollback latest snapshot 2023-05-04T07:58:46,299 [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-04T07:58:46,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cfcmp_pid_1 2023-05-04T07:58:46,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.TestFactoryComponent 2023-05-04T07:58:46,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1.... 2023-05-04T07:58:46,301 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: cfcmp_pid_1 2023-05-04T07:58:46,301 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1....Done 2023-05-04T07:58:46,301 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,318 [main] INFO o.e.k.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_1683187126302.xml... 2023-05-04T07:58:46,320 [main] INFO o.e.k.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_1683187126302.xml... Done. 2023-05-04T07:58:46,320 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,321 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.configuration.TestFactoryComponent cfcmp_pid_1 2023-05-04T07:58:46,331 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126302 2023-05-04T07:58:46,332 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (kura.service.pid=org.eclipse.kura.core.configuration.CfgSvcTestComponent) 2023-05-04T07:58:46,332 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (kura.service.pid=foo) 2023-05-04T07:58:46,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid test-factory and pid cc-test-pid 2023-05-04T07:58:46,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cc-test-pid 2023-05-04T07:58:46,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cc-test-pid.... 2023-05-04T07:58:46,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cc-test-pid....Done 2023-05-04T07:58:46,334 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration test-factory cc-test-pid 2023-05-04T07:58:46,334 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: cc-test-pid 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126336.xml... 2023-05-04T07:58:46,344 [main] INFO o.e.k.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_1683187126336.xml... Done. 2023-05-04T07:58:46,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: ex1 ex2 ex3 2023-05-04T07:58:46,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: ex1 ex2 ex3 2023-05-04T07:58:46,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: ex1 2023-05-04T07:58:46,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: ex2 2023-05-04T07:58:46,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: ex3 2023-05-04T07:58:46,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126336 2023-05-04T07:58:46,362 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126336 2023-05-04T07:58:46,372 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126336 2023-05-04T07:58:46,373 [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-04T07:58:46,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_non_existent 2023-05-04T07:58:46,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_test and pid spid_ccpa_1234 2023-05-04T07:58:46,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_ccpa_1234 2023-05-04T07:58:46,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1234.... 2023-05-04T07:58:46,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1234....Done 2023-05-04T07:58:46,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,381 [main] INFO o.e.k.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_1683187126375.xml... 2023-05-04T07:58:46,384 [main] INFO o.e.k.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_1683187126375.xml... Done. 2023-05-04T07:58:46,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_test spid_ccpa_1234 2023-05-04T07:58:46,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_gcc_111683187126384 and pid spid_gcc_111 2023-05-04T07:58:46,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_gcc_111 2023-05-04T07:58:46,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_111.... 2023-05-04T07:58:46,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_111....Done 2023-05-04T07:58:46,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126386.xml... 2023-05-04T07:58:46,395 [main] INFO o.e.k.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_1683187126386.xml... Done. 2023-05-04T07:58:46,395 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,395 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_gcc_111683187126384 spid_gcc_111 2023-05-04T07:58:46,401 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126386 2023-05-04T07:58:46,402 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent.... 2023-05-04T07:58:46,402 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent....Done 2023-05-04T07:58:46,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,405 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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-04T07:58:46,415 [main] INFO o.e.k.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_1683187126406.xml... 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126406.xml... Done. 2023-05-04T07:58:46,418 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,418 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,418 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,418 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,418 [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-04T07:58:46,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_1 2023-05-04T07:58:46,419 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,420 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1.... 2023-05-04T07:58:46,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_1 2023-05-04T07:58:46,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1....Done 2023-05-04T07:58:46,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,422 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating pid_rollback_1... 2023-05-04T07:58:46,422 [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-04T07:58:46,422 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:46,423 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126422.xml... 2023-05-04T07:58:46,429 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:46,429 [main] INFO o.e.k.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_1683187126422.xml... Done. 2023-05-04T07:58:46,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1 2023-05-04T07:58:46,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187126422... 2023-05-04T07:58:46,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/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126437.xml... 2023-05-04T07:58:46,444 [main] INFO o.e.k.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_1683187126437.xml... Done. 2023-05-04T07:58:46,444 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,445 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: null 2023-05-04T07:58:46,445 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1 2023-05-04T07:58:46,445 [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-04T07:58:46,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_2 2023-05-04T07:58:46,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_2.... 2023-05-04T07:58:46,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_2 2023-05-04T07:58:46,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_2....Done 2023-05-04T07:58:46,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating pid_rollback_2... 2023-05-04T07:58:46,449 [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-04T07:58:46,449 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:46,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126449.xml... 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126449.xml... Done. 2023-05-04T07:58:46,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_2 2023-05-04T07:58:46,457 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,457 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:46,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187126449... 2023-05-04T07:58:46,471 [main] INFO o.e.k.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_1683187126464.xml... 2023-05-04T07:58:46,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/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126464.xml... Done. 2023-05-04T07:58:46,474 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,474 [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-04T07:58:46,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_3 2023-05-04T07:58:46,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_3.... 2023-05-04T07:58:46,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_3 2023-05-04T07:58:46,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_3....Done 2023-05-04T07:58:46,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,478 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating pid_rollback_3... 2023-05-04T07:58:46,478 [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-04T07:58:46,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187126464... 2023-05-04T07:58:46,478 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:46,478 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T07:58:46,485 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:46,491 [main] INFO o.e.k.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_1683187126485.xml... 2023-05-04T07:58:46,494 [main] INFO o.e.k.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_1683187126485.xml... Done. 2023-05-04T07:58:46,494 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,494 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_3 2023-05-04T07:58:46,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1683187126464... 2023-05-04T07:58:46,520 [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-04T07:58:46,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:46,521 [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-04T07:58:46,521 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:46,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_2... 2023-05-04T07:58:46,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_2 2023-05-04T07:58:46,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_2...done 2023-05-04T07:58:46,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_2 2023-05-04T07:58:46,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_1... 2023-05-04T07:58:46,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_1 2023-05-04T07:58:46,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_1...done 2023-05-04T07:58:46,523 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_1 2023-05-04T07:58:46,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gcc_111... 2023-05-04T07:58:46,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_gcc_111 2023-05-04T07:58:46,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gcc_111...done 2023-05-04T07:58:46,524 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_gcc_111 2023-05-04T07:58:46,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_3... 2023-05-04T07:58:46,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_3 2023-05-04T07:58:46,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_3...done 2023-05-04T07:58:46,525 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_3 2023-05-04T07:58:46,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_... 2023-05-04T07:58:46,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_ 2023-05-04T07:58:46,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_...done 2023-05-04T07:58:46,526 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_ 2023-05-04T07:58:46,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid example-pid... 2023-05-04T07:58:46,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid example-pid 2023-05-04T07:58:46,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid example-pid...done 2023-05-04T07:58:46,527 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: example-pid 2023-05-04T07:58:46,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_ccpa_1234... 2023-05-04T07:58:46,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_ccpa_1234 2023-05-04T07:58:46,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_ccpa_1234...done 2023-05-04T07:58:46,528 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_ccpa_1234 2023-05-04T07:58:46,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cc-test-pid... 2023-05-04T07:58:46,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid cc-test-pid 2023-05-04T07:58:46,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cc-test-pid...done 2023-05-04T07:58:46,529 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: cc-test-pid 2023-05-04T07:58:46,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:46,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:46,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService...done 2023-05-04T07:58:46,530 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:46,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2023-05-04T07:58:46,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T07:58:46,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2023-05-04T07:58:46,531 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2023-05-04T07:58:46,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2023-05-04T07:58:46,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:46,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2023-05-04T07:58:46,532 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2023-05-04T07:58:46,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T07:58:46,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2023-05-04T07:58:46,533 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2023-05-04T07:58:46,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2023-05-04T07:58:46,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:46,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2023-05-04T07:58:46,533 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:46,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cfcmp_pid_1... 2023-05-04T07:58:46,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid cfcmp_pid_1 2023-05-04T07:58:46,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cfcmp_pid_1...done 2023-05-04T07:58:46,535 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: cfcmp_pid_1 2023-05-04T07:58:46,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T07:58:46,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T07:58:46,535 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,536 [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-04T07:58:46,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:46,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T07:58:46,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:46,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T07:58:46,539 [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-04T07:58:46,539 [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-04T07:58:46,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_2 2023-05-04T07:58:46,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_2.... 2023-05-04T07:58:46,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_2 2023-05-04T07:58:46,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_2....Done 2023-05-04T07:58:46,541 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_2 2023-05-04T07:58:46,541 [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-04T07:58:46,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_1 2023-05-04T07:58:46,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1.... 2023-05-04T07:58:46,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_1 2023-05-04T07:58:46,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1....Done 2023-05-04T07:58:46,543 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1 2023-05-04T07:58:46,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_gcc_111683187126384 and pid spid_gcc_111 2023-05-04T07:58:46,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_gcc_111 2023-05-04T07:58:46,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_111.... 2023-05-04T07:58:46,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_111....Done 2023-05-04T07:58:46,544 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_gcc_111683187126384 spid_gcc_111 2023-05-04T07:58:46,545 [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-04T07:58:46,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_ 2023-05-04T07:58:46,546 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_.... 2023-05-04T07:58:46,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_ 2023-05-04T07:58:46,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_....Done 2023-05-04T07:58:46,547 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_ 2023-05-04T07:58:46,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid example-factory and pid example-pid 2023-05-04T07:58:46,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid example-pid 2023-05-04T07:58:46,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - example-pid.... 2023-05-04T07:58:46,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - example-pid....Done 2023-05-04T07:58:46,548 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration example-factory example-pid 2023-05-04T07:58:46,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_test and pid spid_ccpa_1234 2023-05-04T07:58:46,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_ccpa_1234 2023-05-04T07:58:46,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1234.... 2023-05-04T07:58:46,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1234....Done 2023-05-04T07:58:46,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_test spid_ccpa_1234 2023-05-04T07:58:46,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid test-factory and pid cc-test-pid 2023-05-04T07:58:46,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cc-test-pid 2023-05-04T07:58:46,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cc-test-pid.... 2023-05-04T07:58:46,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cc-test-pid....Done 2023-05-04T07:58:46,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration test-factory cc-test-pid 2023-05-04T07:58:46,550 [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-04T07:58:46,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:46,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T07:58:46,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:46,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T07:58:46,552 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:46,552 [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-04T07:58:46,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T07:58:46,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T07:58:46,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T07:58:46,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T07:58:46,554 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T07:58:46,554 [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-04T07:58:46,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:46,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T07:58:46,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T07:58:46,556 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T07:58:46,556 [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-04T07:58:46,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T07:58:46,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T07:58:46,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T07:58:46,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T07:58:46,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T07:58:46,559 [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-04T07:58:46,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:46,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T07:58:46,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:46,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T07:58:46,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:46,561 [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-04T07:58:46,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cfcmp_pid_1 2023-05-04T07:58:46,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1.... 2023-05-04T07:58:46,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: cfcmp_pid_1 2023-05-04T07:58:46,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1....Done 2023-05-04T07:58:46,562 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.configuration.TestFactoryComponent cfcmp_pid_1 2023-05-04T07:58:46,562 [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-04T07:58:46,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T07:58:46,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T07:58:46,564 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:46,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T07:58:46,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent pid_rollback_2 ... Done. 2023-05-04T07:58:46,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:46,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2023-05-04T07:58:46,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent pid_rollback_1 ... Done. 2023-05-04T07:58:46,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:46,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2023-05-04T07:58:46,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:46,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-04T07:58:46,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as OCD for pid spid_gcc_111 cannot be found. 2023-05-04T07:58:46,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent pid_rollback_ ... Done. 2023-05-04T07:58:46,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as OCD for pid example-pid cannot be found. 2023-05-04T07:58:46,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as OCD for pid spid_ccpa_1234 cannot be found. 2023-05-04T07:58:46,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:46,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2023-05-04T07:58:46,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as OCD for pid cc-test-pid cannot be found. 2023-05-04T07:58:46,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:46,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-04T07:58:46,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:58:46,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent heaterPublisher ... Done. 2023-05-04T07:58:46,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2023-05-04T07:58:46,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent 2023-05-04T07:58:46,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent ... Done. 2023-05-04T07:58:46,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:46,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent SSLKeystore ... Done. 2023-05-04T07:58:46,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestComponent ... Done. 2023-05-04T07:58:46,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:46,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T07:58:46,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:46,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.ssl.SslManagerService ... Done. 2023-05-04T07:58:46,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:46,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-04T07:58:46,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.TestFactoryComponent 2023-05-04T07:58:46,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent cfcmp_pid_1 ... Done. 2023-05-04T07:58:46,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:46,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2023-05-04T07:58:46,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T07:58:46,589 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126589.xml... 2023-05-04T07:58:46,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.configuration.test/target/kura/user/snapshots/snapshot_1683187126589.xml... Done. 2023-05-04T07:58:46,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback snapshot: 1683187126464 2023-05-04T07:58:46,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback latest snapshot 2023-05-04T07:58:46,619 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_ 2023-05-04T07:58:46,619 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating pid_rollback_... 2023-05-04T07:58:46,619 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:46,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestComponent ... Done. 2023-05-04T07:58:46,622 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,622 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,622 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,623 [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-04T07:58:46,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_dontsave_ 2023-05-04T07:58:46,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_.... 2023-05-04T07:58:46,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_dontsave_ 2023-05-04T07:58:46,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_....Done 2023-05-04T07:58:46,625 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_dontsave_ 2023-05-04T07:58:46,625 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Rollback latest snapshot 2023-05-04T07:58:46,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,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/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126628.xml... 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126628.xml... Done. 2023-05-04T07:58:46,634 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187126628... 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126642.xml... 2023-05-04T07:58:46,651 [main] INFO o.e.k.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_1683187126642.xml... Done. 2023-05-04T07:58:46,651 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,658 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126628 2023-05-04T07:58:46,664 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126642 2023-05-04T07:58:46,666 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1 2023-05-04T07:58:46,666 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_2 2023-05-04T07:58:46,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126667.xml... 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126667.xml... Done. 2023-05-04T07:58:46,674 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:46,674 [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-04T07:58:46,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_dontsave_2 2023-05-04T07:58:46,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_2.... 2023-05-04T07:58:46,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_dontsave_2 2023-05-04T07:58:46,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_2....Done 2023-05-04T07:58:46,677 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_dontsave_2 2023-05-04T07:58:46,677 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Rollback latest snapshot 2023-05-04T07:58:46,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid existingPid 2023-05-04T07:58:46,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid existingPid 2023-05-04T07:58:46,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:46,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - existingPid.... 2023-05-04T07:58:46,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: existingPid 2023-05-04T07:58:46,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - existingPid....Done 2023-05-04T07:58:46,679 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService existingPid 2023-05-04T07:58:46,679 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService existingPid 2023-05-04T07:58:46,680 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (kura.service.pid=org.eclipse.kura.configuration.ConfigurationService) 2023-05-04T07:58:46,681 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: null 2023-05-04T07:58:46,681 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: null 2023-05-04T07:58:46,681 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: null 2023-05-04T07:58:46,681 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: null 2023-05-04T07:58:46,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.CfgSvcTestComponent ... Done. 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126684.xml... 2023-05-04T07:58:46,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.core.configuration.test/target/kura/user/snapshots/snapshot_1683187126684.xml... Done. 2023-05-04T07:58:46,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,700 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1683187126684 Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 s - in org.eclipse.kura.core.configuration.ConfigurationServiceTest testUpdateConfigurationPidPropertiesNullProps(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.016 s testShouldGetServiceProviderDefinitions(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.003 s testDeleteFactoryConfigurationWithSnapshot(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.062 s testUpdateConfigurationPidPropertiesEmptyProps(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.019 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 s testGetDefaultComponentConfiguration(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testCreateFactoryConfigurationNulls(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 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.032 s testGetComponentConfigurationsFilterExistentPid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testGetComponentConfigurationsFilterNonExistentPid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testGetComponentConfiguration(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testUpdateConfigurationsConfigs(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.038 s testDeleteFactoryConfigurationNonExistingFactoryPid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.001 s testGetConfigurableComponentPidsAdd(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.011 s testGetComponentConfigurations(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.017 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.027 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.174 s testUpdateConfigurationPidPropertiesNoSnapshot(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.004 s testRollbackEmpty(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.003 s testShouldGetFactoryComponentDefinitions(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testGetDefaultComponentConfigurationNull(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0 s testSnapshot(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.04 s testRollbackNotSaved(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.011 s testCreateFactoryExistingPid(org.eclipse.kura.core.configuration.ConfigurationServiceTest) Time elapsed: 0.003 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.019 s Results: Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T07:58:46,754 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:46,754 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:46,754 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:46,755 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:46,755 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T07:58:46,755 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:46,755 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:46,757 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:46,757 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T07:58:46,757 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T07:58:46,758 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,760 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T07:58:46,760 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,760 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T07:58:46,760 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,761 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:46,761 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:46,761 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:46,761 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:46,761 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:46,762 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:58:46,763 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T07:58:46,763 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T07:58:46,764 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:46,764 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T07:58:46,765 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T07:58:46,765 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:46,765 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T07:58:46,766 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T07:58:46,766 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] WARN o.e.k.c.c.ConfigurationServiceImpl - pid is null 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.configuration.CfgSvcTestSelfComponent 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.configuration.CfgSvcTestComponent 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:46,767 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:46,768 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T07:58:46,768 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:46,768 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:46,768 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_1 2023-05-04T07:58:46,768 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_2 2023-05-04T07:58:46,769 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_3 2023-05-04T07:58:46,769 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T07:58:46,769 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T07:58:46,771 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T07:58:46,772 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T07:58:46,774 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T07:58:46,775 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:46,776 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T07:58:47,292 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T07:58:47,292 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T07:58:47,296 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T07:58:47,429 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T07:58:47,429 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T07:58:47,432 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T07:58:47,456 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T07:58:47,456 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T07:58:47,459 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T07:58:47,484 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T07:58:47,484 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T07:58:47,489 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T07:58:47,620 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:47,620 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T07:58:47,620 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:47,620 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:47,621 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating pid_rollback_1... 2023-05-04T07:58:47,622 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:48,622 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:48,622 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T07:58:48,622 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:48,622 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:48,623 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating pid_rollback_2... 2023-05-04T07:58:48,623 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:49,624 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:49,624 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T07:58:49,624 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:49,624 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:49,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating pid_rollback_3... 2023-05-04T07:58:49,625 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:50,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:50,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T07:58:50,625 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:50,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:50,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T07:58:50,626 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:50,855 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:50,856 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:50,856 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:50,857 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:50,857 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:50,858 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:50,858 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:50,858 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:50,859 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:50,859 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:50,859 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:50,859 [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/0x00000000e0bc75e0.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/0x00000000e0af3900.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/0x00000000e0a1f170.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/0x00000000500050e0.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-04T07:58:51,627 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:51,627 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T07:58:51,627 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:51,627 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T07:58:51,630 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T07:58:51,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T07:58:51,630 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T07:58:51,832 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T07:58:51,833 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T07:58:51,835 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T07:58:51,843 [Framework stop - Equinox Container: 1bc26d29-dc6e-4c28-a877-09757e018cc1] 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.08 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.807 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.023 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.021 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.009 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.047 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.002 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.088 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 s - in org.eclipse.kura.core.message.KuraBirthPayloadTest [INFO] Running org.eclipse.kura.cloud.app.command.CommandCloudAppTest 07:58:55.827 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Bad request topic: [command, test] 07:58:55.833 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Expected one resource but found 2 07:58:55.835 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - null command 07:58:55.854 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Password required but not correct and/or missing 07:58:55.858 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Bad request topic: [] 07:58:55.858 [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.046 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-04T07:58:58,745 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:59,079 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T07:58:59,089 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-497573 2023-05-04T07:58:59,158 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,158 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,159 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T07:58:59,162 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T07:58:59,191 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T07:58:59,246 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T07:58:59,248 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:58:59,361 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T07:58:59,362 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:59,387 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T07:58:59,474 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.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-04T07:58:59,484 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.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-04T07:58:59,484 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:59,510 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,510 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,510 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:59,513 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T07:58:59,513 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T07:58:59,514 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,514 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,514 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,514 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T07:58:59,515 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T07:58:59,515 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T07:58:59,516 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T07:58:59,516 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,517 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,517 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:59,517 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T07:58:59,518 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T07:58:59,518 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:59,518 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:58:59,518 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T07:58:59,518 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T07:58:59,519 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T07:58:59,519 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T07:58:59,519 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T07:58:59,519 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,520 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,520 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:59,520 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T07:58:59,520 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T07:58:59,521 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:59,526 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:59,526 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T07:58:59,526 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T07:58:59,527 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T07:58:59,527 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T07:58:59,527 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T07:58:59,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T07:58:59,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T07:58:59,554 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:58:59,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T07:58:59,583 [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-04T07:58:59,584 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:58:59,616 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2023-05-04T07:58:59,617 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T07:58:59,618 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T07:58:59,636 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T07:58:59,637 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:59,638 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:59,638 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T07:58:59,638 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T07:58:59,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T07:58:59,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T07:58:59,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:59,641 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T07:58:59,652 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T07:58:59,653 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:59,654 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:58:59,654 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T07:58:59,654 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T07:58:59,655 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:59,656 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T07:58:59,656 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T07:58:59,656 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T07:58:59,656 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:59,657 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T07:58:59,661 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T07:58:59,662 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:59,663 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T07:58:59,677 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T07:58:59,678 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T07:58:59,678 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T07:58:59,679 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T07:58:59,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T07:58:59,717 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T07:58:59,717 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:59,718 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T07:58:59,723 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T07:58:59,723 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:59,724 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T07:58:59,727 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T07:58:59,728 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T07:58:59,731 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T07:58:59,731 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:59,732 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:58:59,749 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T07:58:59,749 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T07:58:59,749 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T07:58:59,749 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T07:58:59,749 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T07:58:59,749 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T07:58:59,752 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T07:58:59,752 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:59,753 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T07:58:59,756 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T07:58:59,757 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T07:58:59,758 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:59,758 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T07:58:59,758 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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-04T07:58:59,758 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T07:58:59,759 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T07:58:59,760 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T07:58:59,762 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T07:58:59,762 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T07:58:59,763 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:59,764 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T07:58:59,827 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.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_1683187139816.xml... 2023-05-04T07:58:59,834 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.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_1683187139816.xml... Done. 2023-05-04T07:58:59,834 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:59,834 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T07:58:59,834 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T07:58:59,834 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T07:58:59,834 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T07:58:59,838 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:59,846 [Start Level: Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T07:58:59,849 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T07:58:59,852 [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-04T07:58:59,852 [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-04T07:58:59,852 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:58:59,853 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.publisher.CloudPublisher-1.... 2023-05-04T07:58:59,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-04T07:58:59,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.publisher.CloudPublisher-1....Done 2023-05-04T07:58:59,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T07:58:59,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187139816... 2023-05-04T07:58:59,874 [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_1683187139865.xml... 2023-05-04T07:58:59,879 [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_1683187139865.xml... Done. 2023-05-04T07:58:59,879 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T07:58:59,879 [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-04T07:58:59,948 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T07:58:59,950 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:58:59,951 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:58:59,951 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:58:59,951 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.core.cloud.CloudPublisherImplTest 2023-05-04T07:58:59,980 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T07:58:59,988 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T07:59:00,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T07:59:00,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T07:59:00,027 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T07:59:00,027 [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-04T07:59:00,029 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T07:59:00,031 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:59:00,031 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:00,031 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:59:00,031 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:59:00,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2023-05-04T07:59:00,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2023-05-04T07:59:00,064 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T07:59:00,064 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T07:59:00,064 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T07:59:00,065 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T07:59:00,065 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T07:59:00,066 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:59:00,066 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:59:00,066 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:00,066 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:59:00,067 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:59:00,068 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T07:59:00,068 [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-04T07:59:00,079 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T07:59:00,081 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T07:59:00,082 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T07:59:00,082 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T07:59:00,235 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T07:59:00,237 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T07:59:00,238 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T07:59:00,238 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T07:59:00,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T07:59:00,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T07:59:00,240 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T07:59:00,259 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T07:59:00,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-04T07:59:00,293 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T07:59:00,293 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T07:59:00,296 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T07:59:00,296 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T07:59:00,296 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T07:59:00,297 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T07:59:00,297 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T07:59:00,297 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T07:59:00,302 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T07:59:00,303 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T07:59:00,304 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T07:59:00,304 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T07:59:00,305 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T07:59:00,566 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T07:59:00,602 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:59:01,583 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T07:59:01,583 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T07:59:01,591 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T07:59:05,022 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187139865... 2023-05-04T07:59:05,037 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:59:05,039 [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-04T07:59:05,041 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T07:59:05,060 [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_1683187145039.xml... 2023-05-04T07:59:05,070 [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_1683187145039.xml... Done. 2023-05-04T07:59:05,071 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:59:05,071 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:59:05,071 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T07:59:09,975 [main] WARN o.e.k.c.c.p.CloudPublisherImpl - Received null message! 2023-05-04T07:59:10,017 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2023-05-04T07:59:10,027 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2023-05-04T07:59:10,027 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:59:10,028 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-04T07:59:10,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187145039... 2023-05-04T07:59:10,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T07:59:10,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.publisher.CloudPublisher-1 ... Done. 2023-05-04T07:59:10,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.core.cloud.test/target/kura/user/snapshots/snapshot_1683187150046.xml... 2023-05-04T07:59:10,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.core.cloud.test/target/kura/user/snapshots/snapshot_1683187150046.xml... Done. 2023-05-04T07:59:10,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-04T07:59:10,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-04T07:59:10,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-04T07:59:10,075 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2023-05-04T07:59:10,079 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2023-05-04T07:59:10,079 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.128 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.051 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-04T07:59:20,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T07:59:20,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187150046... 2023-05-04T07:59:20,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:20,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T07:59:20,153 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:59:20,154 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:59:20,154 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:20,154 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:59:20,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:59:20,168 [main] INFO o.e.k.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_1683187160152.xml... 2023-05-04T07:59:20,174 [main] INFO o.e.k.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_1683187160152.xml... Done. 2023-05-04T07:59:20,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:20,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:20,175 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:20,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187160152... 2023-05-04T07:59:20,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T07:59:20,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2023-05-04T07:59:20,207 [main] INFO o.e.k.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_1683187160191.xml... 2023-05-04T07:59:20,209 [main] INFO o.e.k.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_1683187160191.xml... Done. 2023-05-04T07:59:20,210 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T07:59:20,210 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T07:59:20,210 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T07:59:20,233 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-04T07:59:20,233 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2023-05-04T07:59:20,265 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@bec4e959 2023-05-04T07:59:20,266 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-04T07:59:20,663 [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-04T07:59:20,665 [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-04T07:59:20,698 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-04T07:59:20,698 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-04T07:59:20,713 [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-04T07:59:20,723 [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-04T07:59:20,742 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-04T07:59:20,743 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-04T07:59:20,792 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-04T07:59:20,795 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-04T07:59:20,840 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-04T07:59:20,841 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-04T07:59:20,998 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2023-05-04T07:59:21,000 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-04T07:59:21,000 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=938d611d-ea51-11ed-a509-0a580a281b97] 2023-05-04T07:59:21,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187160191... 2023-05-04T07:59:21,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T07:59:21,023 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-04T07:59:21,025 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-04T07:59:21,035 [main] INFO o.e.k.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_1683187161023.xml... 2023-05-04T07:59:21,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.cloud.test/target/kura/user/snapshots/snapshot_1683187161023.xml... Done. 2023-05-04T07:59:21,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2023-05-04T07:59:21,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T07:59:21,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T07:59:21,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 observer 2023-05-04T07:59:21,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2023-05-04T07:59:21,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:21,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2023-05-04T07:59:21,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2023-05-04T07:59:21,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2023-05-04T07:59:21,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2023-05-04T07:59:21,052 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2023-05-04T07:59:21,053 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T07:59:21,053 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T07:59:21,067 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2023-05-04T07:59:21,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T07:59:21,069 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T07:59:21,069 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T07:59:21,069 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T07:59:21,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T07:59:21,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:21,467 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:21,468 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T07:59:21,500 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:21,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187161023... 2023-05-04T07:59:21,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:21,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T07:59:21,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:59:21,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:59:21,521 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:21,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:59:21,522 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:59:21,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_1683187161520.xml... 2023-05-04T07:59:21,537 [main] INFO o.e.k.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_1683187161520.xml... Done. 2023-05-04T07:59:21,537 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:21,537 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:21,537 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:21,538 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T07:59:21,538 [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-04T07:59:21,540 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:21,540 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T07:59:21,541 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-04T07:59:21,542 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T07:59:21,542 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T07:59:21,542 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T07:59:21,542 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T07:59:21,848 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T07:59:21,848 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:21,848 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T07:59:21,848 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:21,848 [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-04T07:59:21,848 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T07:59:21,919 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T07:59:21,925 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T07:59:21,931 [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-04T07:59:21,937 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-04T07:59:21,943 [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-04T07:59:21,957 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T07:59:21,972 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T07:59:21,972 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T07:59:21,972 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T07:59:21,976 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T07:59:21,980 [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-04T07:59:21,984 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:21,985 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:21,985 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:21,985 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:22,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T07:59:22,015 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T07:59:22,016 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:22,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187161520... 2023-05-04T07:59:22,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:59:22,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T07:59:22,045 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:59:22,046 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:59:22,046 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:22,046 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:59:22,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:59:22,054 [main] INFO o.e.k.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_1683187162043.xml... 2023-05-04T07:59:22,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.cloud.test/target/kura/user/snapshots/snapshot_1683187162043.xml... Done. 2023-05-04T07:59:22,061 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,062 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,062 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,062 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:22,062 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T07:59:22,062 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T07:59:22,062 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-04T07:59:22,062 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T07:59:22,062 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T07:59:22,062 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T07:59:22,063 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T07:59:22,063 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T07:59:22,063 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T07:59:22,063 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-04T07:59:22,063 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T07:59:22,063 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T07:59:22,063 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T07:59:22,063 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T07:59:22,370 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T07:59:22,370 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:22,371 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:22,371 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T07:59:22,371 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T07:59:22,371 [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-04T07:59:22,375 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T07:59:22,380 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T07:59:22,384 [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-04T07:59:22,387 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-04T07:59:22,392 [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-04T07:59:22,396 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T07:59:22,417 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: mqtt/underTest/W1/A1/$assetName 2023-05-04T07:59:22,460 [MQTT Call: underTest] WARN o.e.k.c.d.DataServiceListenerS - Unexpected Throwable com.eclipsesource.json.ParseException: Unexpected end of input at 1:1 at com.eclipsesource.json.JsonParser.error(JsonParser.java:490) at com.eclipsesource.json.JsonParser.expected(JsonParser.java:484) at com.eclipsesource.json.JsonParser.readValue(JsonParser.java:193) at com.eclipsesource.json.JsonParser.parse(JsonParser.java:152) at com.eclipsesource.json.JsonParser.parse(JsonParser.java:91) at com.eclipsesource.json.Json.parse(Json.java:295) at org.eclipse.kura.internal.json.marshaller.unmarshaller.message.CloudPayloadJsonDecoder.buildFromString(CloudPayloadJsonDecoder.java:63) at org.eclipse.kura.internal.json.marshaller.unmarshaller.JsonMarshallUnmarshallImpl.unmarshal(JsonMarshallUnmarshallImpl.java:77) at org.eclipse.kura.core.cloud.CloudServiceImpl.createKuraPayloadFromJson(CloudServiceImpl.java:918) at org.eclipse.kura.core.cloud.CloudServiceImpl.encodeKuraPayload(CloudServiceImpl.java:606) at org.eclipse.kura.core.cloud.CloudServiceImpl.onMessageArrived(CloudServiceImpl.java:581) at org.eclipse.kura.core.data.DataServiceListenerS.onMessageArrived(DataServiceListenerS.java:174) at org.eclipse.kura.core.data.DataServiceImpl.onMessageArrived(DataServiceImpl.java:438) at org.eclipse.kura.core.data.transport.mqtt.DataTransportListenerS.onMessageArrived(DataTransportListenerS.java:230) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.messageArrived(MqttDataTransport.java:669) at org.eclipse.paho.client.mqttv3.internal.CommsCallback.deliverMessage(CommsCallback.java:513) at org.eclipse.paho.client.mqttv3.internal.CommsCallback.handleMessage(CommsCallback.java:416) at org.eclipse.paho.client.mqttv3.internal.CommsCallback.run(CommsCallback.java:213) at java.lang.Thread.run(Thread.java:823) 2023-05-04T07:59:22,461 [MQTT Call: underTest] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 2 to store 2023-05-04T07:59:22,552 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T07:59:22,552 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T07:59:22,553 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T07:59:22,557 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T07:59:22,562 [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-04T07:59:22,566 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:22,566 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:22,567 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:22,567 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:22,568 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T07:59:22,568 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T07:59:22,568 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:22,572 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:59:22,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187162043... 2023-05-04T07:59:22,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T07:59:22,582 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:59:22,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:59:22,583 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:22,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:59:22,584 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:59:22,588 [main] INFO o.e.k.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_1683187162582.xml... 2023-05-04T07:59:22,591 [main] INFO o.e.k.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_1683187162582.xml... Done. 2023-05-04T07:59:22,592 [main] INFO o.e.k.c.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_1683187139816.xml 2023-05-04T07:59:22,592 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,592 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,592 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T07:59:22,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T07:59:22,594 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T07:59:22,594 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-04T07:59:22,594 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T07:59:22,594 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T07:59:22,594 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T07:59:22,594 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T07:59:22,900 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T07:59:22,900 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:22,900 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T07:59:22,900 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:22,900 [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-04T07:59:22,900 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T07:59:22,903 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T07:59:22,909 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T07:59:22,914 [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-04T07:59:22,917 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-04T07:59:22,924 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T07:59:22,933 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T07:59:22,933 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T07:59:22,934 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T07:59:22,937 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T07:59:22,939 [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-04T07:59:22,942 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:22,943 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:22,943 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T07:59:22,943 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T07:59:22,943 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:22,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187162582... 2023-05-04T07:59:22,948 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:59:22,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T07:59:22,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:59:22,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:59:22,959 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:22,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:59:22,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:59:22,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.core.cloud.test/target/kura/user/snapshots/snapshot_1683187162957.xml... 2023-05-04T07:59:22,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/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683187162957.xml... Done. 2023-05-04T07:59:22,970 [main] INFO o.e.k.c.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_1683187139865.xml 2023-05-04T07:59:22,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:22,970 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:22,970 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T07:59:22,970 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T07:59:22,970 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-04T07:59:22,970 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T07:59:22,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T07:59:22,971 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T07:59:23,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T07:59:23,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:23,276 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:23,276 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T07:59:23,276 [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-04T07:59:23,276 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T07:59:23,279 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T07:59:23,282 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T07:59:23,288 [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-04T07:59:23,292 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-04T07:59:23,300 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T07:59:23,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T07:59:23,309 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T07:59:23,310 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T07:59:23,314 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T07:59:23,316 [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-04T07:59:23,319 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:23,319 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:23,320 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:23,320 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T07:59:23,320 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T07:59:23,321 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T07:59:23,321 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T07:59:23,327 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187162957... 2023-05-04T07:59:23,329 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T07:59:23,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:23,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T07:59:23,339 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T07:59:23,340 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T07:59:23,340 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T07:59:23,340 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T07:59:23,341 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T07:59:23,345 [main] INFO o.e.k.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_1683187163338.xml... 2023-05-04T07:59:23,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.core.cloud.test/target/kura/user/snapshots/snapshot_1683187163338.xml... Done. 2023-05-04T07:59:23,352 [main] INFO o.e.k.c.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_1683187145039.xml 2023-05-04T07:59:23,352 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:23,352 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:23,352 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T07:59:23,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-04T07:59:53,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-04T07:59:53,353 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-04T07:59:53,354 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T07:59:53,354 [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-04T07:59:53,354 [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-04T07:59:53,356 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://broker-url:1883 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T07:59:53,357 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T07:59:53,358 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T07:59:53,372 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-04T07:59:53,372 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-04T08:00:23,373 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-04T08:00:23,373 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-04T08:00:23,373 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:23,374 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:23,382 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:23,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187163338... 2023-05-04T08:00:23,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:23,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:00:23,395 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:23,395 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:23,395 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:23,396 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:23,396 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:23,406 [main] INFO o.e.k.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_1683187223394.xml... 2023-05-04T08:00:23,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_1683187223394.xml... Done. 2023-05-04T08:00:23,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_1683187150046.xml 2023-05-04T08:00:23,415 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:23,415 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:23,415 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:23,416 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:00:23,416 [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-04T08:00:23,416 [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-04T08:00:23,417 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:00:23,417 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:00:23,417 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:00:23,418 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:00:23,419 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:00:23,419 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:00:23,724 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:00:23,724 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:00:23,724 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:23,724 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:00:23,724 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:00:23,724 [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-04T08:00:23,727 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:00:23,730 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:00:23,733 [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-04T08:00:23,736 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-04T08:00:23,742 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T08:00:23,749 [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-04T08:00:23,752 [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-04T08:00:23,755 [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-04T08:00:23,758 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-04T08:00:23,758 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-04T08:00:23,759 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-04T08:00:23,759 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/BIRTH 2023-05-04T08:00:23,760 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:00:23,760 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:00:23,761 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T08:00:23,765 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T08:00:23,767 [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-04T08:00:23,770 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T08:00:23,770 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T08:00:23,770 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T08:00:23,771 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T08:00:23,771 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:00:23,771 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:00:23,771 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:23,773 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:00:23,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187223394... 2023-05-04T08:00:23,820 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:23,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:00:23,824 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:23,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:23,825 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:23,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:23,826 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:23,830 [main] INFO o.e.k.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_1683187223823.xml... 2023-05-04T08:00:23,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/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683187223823.xml... Done. 2023-05-04T08:00:23,837 [main] INFO o.e.k.c.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_1683187160152.xml 2023-05-04T08:00:23,837 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:23,837 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:23,838 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:00:23,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:00:23,839 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:00:24,143 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:00:24,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:00:24,144 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:24,144 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:00:24,144 [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-04T08:00:24,144 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:00:24,148 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:00:24,153 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:00:24,155 [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-04T08:00:24,158 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-04T08:00:24,166 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T08:00:24,174 [main] INFO o.e.k.c.c.CloudServiceImpl - Handling ModemReadyEvent 2023-05-04T08:00:24,174 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:00:24,175 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:00:24,175 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T08:00:24,180 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T08:00:24,184 [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-04T08:00:24,188 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2023-05-04T08:00:24,188 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2023-05-04T08:00:24,188 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:00:24,188 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:00:24,189 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:24,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187223823... 2023-05-04T08:00:24,191 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:00:24,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:24,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:00:24,202 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:24,202 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:24,203 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:24,203 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:24,203 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:24,208 [main] INFO o.e.k.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_1683187224201.xml... 2023-05-04T08:00:24,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.core.cloud.test/target/kura/user/snapshots/snapshot_1683187224201.xml... Done. 2023-05-04T08:00:24,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/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1683187160191.xml 2023-05-04T08:00:24,219 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:24,219 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:24,219 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:24,219 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:00:24,219 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:00:24,219 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:00:24,219 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2023-05-04T08:00:24,219 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:00:24,219 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:00:24,219 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:00:24,219 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:00:24,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:00:24,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:00:24,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2023-05-04T08:00:24,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:00:24,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:00:24,220 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:00:24,220 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:00:24,524 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:00:24,524 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:00:24,524 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:24,524 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:00:24,525 [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-04T08:00:24,525 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:00:24,527 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:00:24,530 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:00:24,534 [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-04T08:00:24,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2023-05-04T08:00:24,547 [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: 74.427 s - in org.eclipse.kura.core.cloud.CloudServiceTest shouldNotPublishTamperStatusIfTamperDetectionIsNotAvailable(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.465 s shouldSupportExtendedPropertiesSerialization(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.45 s testGetConnectionInfo(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s shouldPublishTamperStatusIfTamperDetectionIsAvailable(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.892 s testConnectCannotConnect(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 60.064 s testServiceExists(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.001 s testDisconnect(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s shouldRepublishBirthOnTamperEvent(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.386 s shouldSupportEmptyExtendedProperties(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.414 s testGetNotificationPublisherPid(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s shouldSupportAdditionalBirthProperties(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.379 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:00:24,599 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@bec4e959 2023-05-04T08:00:24,600 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-04T08:00:24,603 [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-04T08:00:24,604 [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-04T08:00:24,604 [MQTT Rec: underTest] INFO o.e.k.c.d.DataServiceImpl - connectionLost 2023-05-04T08:00:24,604 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:24,618 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [938d611d-ea51-11ed-a509-0a580a281b97] stopped, uptime 1 minute 2023-05-04T08:00:24,621 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:00:24,622 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.publisher.CloudPublisher-1 2023-05-04T08:00:24,623 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:00:24,624 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:24,624 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:00:24,625 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:24,627 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:24,628 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:24,628 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:24,629 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:24,629 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:24,629 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:00:24,634 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:00:24,635 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-04T08:00:24,637 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:00:24,637 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:00:24,637 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:00:24,639 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:24,640 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:00:24,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:00:24,641 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:24,641 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:00:24,641 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:24,641 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:00:24,641 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:24,641 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:24,641 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:00:24,643 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:24,643 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:24,643 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:24,643 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:24,643 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:24,644 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:00:24,644 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:00:24,647 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:24,647 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:00:24,649 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:00:24,649 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:24,650 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:00:24,650 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:00:24,650 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:00:24,652 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:24,652 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:00:24,652 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:24,652 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:00:24,652 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:00:24,653 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:24,653 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2023-05-04T08:00:24,656 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:00:24,658 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:00:24,658 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:00:24,659 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:24,843 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:00:25,659 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:00:25,663 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:00:25,664 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:00:25,666 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:00:25,667 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:00:25,678 [Framework stop - Equinox Container: c78045f0-b488-43ea-b85d-0839b98e7403] 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.851 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-04T08:00:31,163 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:00:31,486 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:00:31,496 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-247220 2023-05-04T08:00:31,569 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,569 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:00:31,569 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:00:31,569 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:00:31,569 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:00:31,570 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,570 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:00:31,570 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:00:31,570 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,570 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,570 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:00:31,572 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:00:31,601 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:00:31,663 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:00:31,665 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:31,778 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:00:31,778 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:31,802 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:00:31,892 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.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-04T08:00:31,899 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.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-04T08:00:31,899 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:31,924 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,925 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,925 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:31,928 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:00:31,928 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:00:31,929 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,929 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,929 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,929 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:00:31,930 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:00:31,931 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:00:31,931 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:00:31,932 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,932 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,932 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:31,933 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:00:31,933 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:00:31,933 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:31,933 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:00:31,933 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:00:31,933 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:00:31,934 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:00:31,934 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:00:31,934 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:00:31,935 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,935 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:31,935 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:31,936 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:00:31,936 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:00:31,936 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:31,939 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:00:31,939 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:00:31,939 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:00:31,940 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:00:31,940 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:00:31,940 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:00:31,958 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:00:31,958 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:00:31,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:31,982 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:00:31,982 [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-04T08:00:31,983 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:00:32,040 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:00:32,042 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:32,043 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:32,043 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:00:32,043 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:00:32,044 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:32,044 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:32,045 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:00:32,045 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:00:32,045 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:00:32,046 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:00:32,046 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:00:32,046 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:00:32,048 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:00:32,048 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:00:32,049 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:32,049 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:32,050 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:00:32,050 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:32,051 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:32,054 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:00:32,054 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:32,055 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:32,067 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:00:32,067 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:00:32,068 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:00:32,068 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:00:32,072 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:00:32,072 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:32,073 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:32,077 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:00:32,077 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:00:32,078 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:00:32,081 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:00:32,115 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:00:32,117 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:00:32,118 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:00:32,118 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:32,121 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:32,135 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:00:32,136 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:00:32,136 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:00:32,136 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:00:32,136 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:00:32,136 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:00:32,138 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:00:32,139 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:00:32,139 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:00:32,142 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:00:32,144 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:00:32,145 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:32,145 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:00:32,145 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:32,145 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:32,145 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:00:32,146 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:00:32,147 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:32,147 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:00:32,148 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:00:32,148 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:32,216 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.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_1683187232169.xml... 2023-05-04T08:00:32,223 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.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_1683187232169.xml... Done. 2023-05-04T08:00:32,223 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:00:32,225 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:00:32,226 [Start Level: Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:00:32,233 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:00:32,233 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:00:32,250 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:00:32,320 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:00:32,323 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:32,323 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:32,323 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:32,323 [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-04T08:00:32,351 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:32,351 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:32,352 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:32,352 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:32,352 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:00:32,355 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:32,356 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:00:32,357 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:00:32,358 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:32,358 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:00:32,358 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:32,364 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:00:32,372 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:00:32,372 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:00:32,373 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:32,373 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:00:32,373 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:00:32,374 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:00:32,374 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:32,375 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:00:32,375 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:32,375 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:00:32,375 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:00:32,375 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:00:32,375 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:32,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:32,376 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:32,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:32,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:32,378 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:00:32,379 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:00:32,379 [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-04T08:00:32,380 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:00:32,381 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:00:32,381 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:33,381 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:00:33,389 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:00:33,391 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:00:33,393 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:00:33,394 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:00:33,400 [Framework stop - Equinox Container: 710f2a0a-af21-4feb-97fa-54a4de34ea51] 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-04T08:00:37,875 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:00:38,243 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:00:38,254 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-135680 2023-05-04T08:00:38,321 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,321 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:00:38,321 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:00:38,322 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:00:38,322 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:00:38,322 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,322 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:00:38,322 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:00:38,322 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,322 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,323 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:00:38,325 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:00:38,352 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:00:38,402 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:00:38,403 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:38,529 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:00:38,529 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:38,555 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:00:38,639 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.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-04T08:00:38,662 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.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-04T08:00:38,662 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:38,686 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,687 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,687 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:38,693 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:00:38,693 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:00:38,703 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,703 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,703 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,703 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:00:38,705 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:00:38,705 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:00:38,705 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:00:38,706 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,706 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,706 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:38,707 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:00:38,707 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:00:38,707 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:38,707 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:00:38,707 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:00:38,707 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:00:38,708 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:00:38,709 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:00:38,709 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:00:38,709 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,710 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,710 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:38,711 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:00:38,711 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:00:38,711 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:38,714 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:00:38,714 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:00:38,714 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:00:38,715 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:00:38,715 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:00:38,715 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:00:38,733 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:00:38,733 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:00:38,742 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:38,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:00:38,756 [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-04T08:00:38,757 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:00:38,821 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:00:38,823 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:38,825 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:38,825 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:00:38,826 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:38,827 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:38,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:00:38,827 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:00:38,827 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:00:38,828 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:00:38,829 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:00:38,829 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:00:38,829 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:00:38,832 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:00:38,832 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:00:38,832 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:38,833 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:38,833 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:00:38,834 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:38,835 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:38,838 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:00:38,839 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:38,840 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:38,852 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:00:38,852 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:00:38,852 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:00:38,853 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:00:38,856 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:00:38,856 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:38,857 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:38,862 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:00:38,862 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:00:38,863 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:00:38,866 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:00:38,867 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:00:38,870 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:00:38,870 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:38,871 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:38,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:00:38,918 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:00:38,918 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:00:38,918 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:00:38,918 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:00:38,918 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:00:38,918 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:00:38,923 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:00:38,923 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:00:38,924 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:00:38,928 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:00:38,930 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:00:38,930 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:38,930 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:00:38,931 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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-04T08:00:38,931 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:38,931 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:00:38,932 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:00:38,933 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:38,933 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:00:38,934 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:00:38,934 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:38,958 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.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_1683187238946.xml... 2023-05-04T08:00:38,967 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.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_1683187238946.xml... Done. 2023-05-04T08:00:38,967 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:00:38,967 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:00:38,967 [Start Level: Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:00:38,978 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:00:38,978 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:00:39,024 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:00:39,041 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:00:39,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:39,044 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:39,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:39,044 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:39,078 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Running org.eclipse.kura.core.crypto.Base64Test 2023-05-04T08:00:39,086 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:00:39,124 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:00:39,125 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:00:39,137 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:00:39,138 [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-04T08:00:39,140 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:00:39,141 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:39,142 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:39,142 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:39,142 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:39,145 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:39,145 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:39,145 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:39,145 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:39,145 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:39,148 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:00:39,148 [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-04T08:00:39,156 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:00:39,156 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:00:39,156 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:00:39,157 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:00:39,157 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:00:39,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:00:39,174 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:00:39,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:00:39,178 [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-04T08:00:39,226 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:39,226 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:39,226 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:39,227 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:39,227 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:39,227 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:39,227 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:00:39,230 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:39,232 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:00:39,233 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:39,233 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:00:39,233 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:39,234 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:39,234 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:39,234 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:39,235 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:39,235 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:00:39,235 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:00:39,385 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:00:39,385 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:00:39,385 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:39,385 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:39,386 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:00:39,386 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:00:39,386 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:00:39,387 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:39,387 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:00:39,387 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:39,387 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:00:39,387 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:00:39,387 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:00:39,387 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:39,388 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:39,390 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:00:39,390 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:00:39,392 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:00:39,393 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:00:39,394 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:00:39,394 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:40,394 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:00:40,398 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:00:40,401 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:00:40,404 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:00:40,405 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:00:40,414 [Framework stop - Equinox Container: c4ebda25-7696-42b3-a82f-8a8d21cde5b8] 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 08:00:43.058 [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/0x0000000068389ec0.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] 08:00:43.058 [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/0x0000000068389ec0.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] 08:00:43.058 [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/0x0000000068389ec0.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] 08:00:43.081 [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/0x0000000068389ec0.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] 08:00:43.081 [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/0x0000000068389ec0.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 08:00:43.801 [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/0x0000000068389ec0.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] 08:00:43.801 [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/0x0000000068389ec0.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] 08:00:43.802 [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/0x0000000068389ec0.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] 08:00:43.802 [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/0x0000000068389ec0.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] 08:00:43.802 [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/0x0000000068389ec0.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.781 s - in org.eclipse.kura.core.db.H2DbServiceImplTest 08:00:44.008 [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/0x0000000068389ec0.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] 08:00:44.009 [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/0x0000000068389ec0.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-04T08:00:46,805 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:00:47,133 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:00:47,146 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-934992 2023-05-04T08:00:47,202 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,202 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:00:47,202 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:00:47,202 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:00:47,203 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:00:47,203 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,203 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:00:47,203 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:00:47,203 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,203 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,203 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:00:47,216 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:00:47,245 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:00:47,296 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:00:47,298 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:00:47,414 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:00:47,414 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:47,443 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:00:47,529 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.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-04T08:00:47,551 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.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-04T08:00:47,552 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:47,576 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,577 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,577 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:47,580 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:00:47,580 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:00:47,581 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,581 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,581 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,581 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:00:47,582 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:00:47,582 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:00:47,582 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:00:47,583 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,584 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,584 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:47,585 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:00:47,585 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:00:47,585 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:47,585 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:00:47,585 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:00:47,585 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:00:47,586 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:00:47,586 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:00:47,586 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:00:47,587 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,587 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,587 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:47,588 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:00:47,588 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:00:47,588 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:47,591 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:00:47,591 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:00:47,591 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:00:47,592 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:00:47,592 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:00:47,592 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:00:47,611 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:00:47,611 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:00:47,620 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:47,637 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:00:47,637 [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-04T08:00:47,638 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:00:47,671 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:00:47,673 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:47,674 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:47,674 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:00:47,674 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:00:47,675 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:00:47,676 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:00:47,676 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:47,677 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:47,677 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:00:47,677 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:47,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:47,679 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:00:47,680 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:00:47,680 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:00:47,681 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:00:47,681 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:00:47,681 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:00:47,681 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:47,682 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:47,686 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:00:47,686 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:47,714 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:47,728 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:00:47,728 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:00:47,728 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:00:47,729 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:00:47,732 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:00:47,732 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:47,733 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:47,738 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:00:47,738 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:00:47,739 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:00:47,742 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:00:47,743 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:00:47,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:00:47,746 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:00:47,747 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:47,747 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:47,775 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:00:47,775 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:00:47,775 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:00:47,775 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:00:47,775 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:00:47,775 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:00:47,778 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:00:47,778 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:00:47,779 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:00:47,782 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:00:47,816 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:00:47,816 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:47,816 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:00:47,816 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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-04T08:00:47,817 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:47,817 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:00:47,818 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:00:47,818 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:47,818 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:00:47,819 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:00:47,820 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:00:47,846 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.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_1683187247834.xml... 2023-05-04T08:00:47,850 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.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_1683187247834.xml... Done. 2023-05-04T08:00:47,850 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:00:47,850 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:00:47,850 [Start Level: Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:00:47,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:00:47,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:00:47,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:00:47,956 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:00:47,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:47,960 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:47,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:47,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:47,992 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:00:48,001 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.core.db.test.H2DbServiceImplTest 2023-05-04T08:00:48,019 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:00:48,019 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:00:48,028 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:00:48,029 [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-04T08:00:48,032 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:00:48,033 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:48,033 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:48,033 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:48,033 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:48,035 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:00:48,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:48,036 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:48,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:48,038 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:48,044 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:00:48,044 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:00:48,044 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:00:48,044 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:00:48,044 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:00:48,045 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:00:48,045 [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-04T08:00:48,056 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:00:48,057 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:00:48,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:00:48,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:00:48,218 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:00:48,220 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:00:48,221 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:00:48,221 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:00:48,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:00:48,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:00:48,253 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:00:48,253 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:00:48,255 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:00:48,255 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:00:48,256 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:00:48,256 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:00:48,256 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:00:48,256 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:00:48,262 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:00:48,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:00:48,263 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:00:48,264 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:00:48,264 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:00:48,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:48,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187247834... 2023-05-04T08:00:48,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:00:48,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-04T08:00:48,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.core.db.test/target/kura/user/snapshots/snapshot_1683187248284.xml... 2023-05-04T08:00:48,316 [main] INFO o.e.k.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_1683187248284.xml... Done. 2023-05-04T08:00:48,317 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:48,317 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:48,317 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:48,524 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:00:48,552 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:48,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187248284... 2023-05-04T08:00:48,557 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:00:48,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:00:48,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-04T08:00:48,575 [main] INFO o.e.k.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_1683187248564.xml... 2023-05-04T08:00:48,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.core.db.test/target/kura/user/snapshots/snapshot_1683187248564.xml... Done. 2023-05-04T08:00:48,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:48,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:48,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:48,579 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:00:48,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-04T08:00:48,580 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:00:49,584 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:00:49,584 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:00:49,591 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:00:50,319 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187248564... 2023-05-04T08:00:50,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:00:50,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-04T08:00:50,339 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:00:50,340 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-04T08:00:50,342 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:00:50,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/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1683187250337.xml... 2023-05-04T08:00:50,365 [main] INFO o.e.k.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_1683187250337.xml... Done. 2023-05-04T08:00:50,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,366 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187250337... 2023-05-04T08:00:50,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:00:50,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-04T08:00:50,385 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:00:50,386 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-04T08:00:50,387 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:00:50,401 [main] INFO o.e.k.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_1683187250384.xml... 2023-05-04T08:00:50,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.core.db.test/target/kura/user/snapshots/snapshot_1683187250384.xml... Done. 2023-05-04T08:00:50,404 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,404 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,404 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,405 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,405 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187250384... 2023-05-04T08:00:50,423 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:00:50,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-04T08:00:50,425 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:00:50,426 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-04T08:00:50,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.core.db.test/target/kura/user/snapshots/snapshot_1683187250425.xml... 2023-05-04T08:00:50,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.core.db.test/target/kura/user/snapshots/snapshot_1683187250425.xml... Done. 2023-05-04T08:00:50,435 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,435 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,435 [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.576 s - in org.eclipse.kura.core.db.test.H2DbServiceImplTest testPasswordUpdate(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 2.053 s testSvcs(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 0.046 s testUrlUpdate(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 0.213 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:00:50,627 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:file:/tmp/kuradb 2023-05-04T08:00:50,628 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:50,628 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:50,629 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:50,629 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:50,630 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:00:50,631 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:00:50,631 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:00:50,635 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:00:50,635 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:00:50,635 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:00:50,638 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,638 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:00:50,641 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:00:50,642 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,642 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:00:50,642 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,645 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:00:50,645 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:50,645 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:00:50,646 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:00:50,647 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:00:50,647 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:00:50,651 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:00:50,651 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:00:50,653 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:00:50,654 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:00:50,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:00:50,655 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:50,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:00:50,655 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:00:50,655 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:00:50,656 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:00:50,656 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:00:50,656 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:00:50,658 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:00:50,658 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:00:50,659 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:00:50,659 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:00:50,659 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:00:50,659 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:00:50,659 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:00:50,660 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:00:50,664 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:00:50,665 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:00:50,667 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:00:50,669 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:00:50,670 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:00:50,670 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:00:50,860 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:00:51,670 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:00:51,673 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:00:51,676 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:00:51,679 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:00:51,681 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:00:51,689 [Framework stop - Equinox Container: 12b2bdb2-b062-4568-af29-047aa5eb5ecc] 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 08:00:55.322 [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.744 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 08:00:55.429 [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] 08:00:55.479 [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.098 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 s - in org.eclipse.kura.core.deployment.uninstall.DeploymentPackageUninstallOptionsTest [INFO] Running org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2Test 08:00:55.566 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bundle ID 99 not found 08:00:56.106 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Malformed install request! 08:00:56.107 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to download and install package at URL : java.lang.IllegalStateException: Aborted by hook 08:00:56.109 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to uninstall package : java.lang.RuntimeException: testMesg 08:00:56.110 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 08:00:56.110 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 08:00:56.111 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to download and install package at URL : java.lang.RuntimeException: test 08:00:56.113 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Malformed uninstall request! 08:00:56.115 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 08:00:56.115 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 08:00:56.116 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to start bundle 99: org.osgi.framework.BundleException: test 08:00:56.117 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 08:00:56.117 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 08:00:56.117 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 08:00:56.117 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Expected one resource but found none 08:00:56.118 [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] 08:00:56.127 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 08:00:56.127 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Expected one resource but found none 08:00:56.651 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 08:00:56.652 [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.155 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.009 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-04T08:00:59,442 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:00:59,779 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:00:59,789 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-020092 2023-05-04T08:00:59,849 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:00:59,850 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:00:59,850 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:00:59,850 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:00:59,850 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:00:59,850 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:00:59,850 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:00:59,850 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:00:59,851 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:00:59,851 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:00:59,851 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:00:59,853 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:00:59,881 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:00:59,940 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:00:59,941 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:01:00,054 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:01:00,054 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:00,082 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:01:00,168 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.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-04T08:01:00,183 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.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-04T08:01:00,183 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:00,207 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,208 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,208 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:00,211 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:01:00,211 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:01:00,212 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,212 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,212 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,213 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:00,214 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:01:00,214 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:01:00,214 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:01:00,215 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,215 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,215 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:00,216 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:01:00,216 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:01:00,216 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:00,216 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:01:00,216 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:01:00,216 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:01:00,217 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:01:00,217 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:01:00,217 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:01:00,218 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,218 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,218 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:00,219 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:01:00,219 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:01:00,219 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:00,222 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:00,222 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:01:00,222 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:01:00,223 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:01:00,223 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:01:00,223 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:01:00,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:01:00,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:01:00,256 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:00,271 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:01:00,271 [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-04T08:01:00,272 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:01:00,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:01:00,330 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:00,332 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:00,332 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:01:00,332 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:01:00,333 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:01:00,333 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:01:00,334 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:00,335 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:00,335 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:01:00,335 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:01:00,335 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:00,337 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:00,337 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:01:00,337 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:00,348 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:00,348 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:01:00,348 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:01:00,349 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:00,349 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:00,354 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:01:00,354 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:00,355 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:00,367 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:01:00,368 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:01:00,368 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:00,369 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:01:00,372 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:01:00,372 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:00,373 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:00,378 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:01:00,378 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:00,379 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:00,382 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:01:00,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:01:00,383 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:00,417 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:01:00,417 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:00,418 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:00,436 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:01:00,436 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:01:00,436 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:01:00,436 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:01:00,436 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:01:00,436 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:01:00,439 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:01:00,439 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:00,440 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:00,443 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:01:00,445 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:01:00,446 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:00,446 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:01:00,446 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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-04T08:01:00,446 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:00,446 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:01:00,447 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:01:00,448 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:00,448 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:01:00,449 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:01:00,449 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:00,476 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.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_1683187260464.xml... 2023-05-04T08:01:00,479 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.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_1683187260464.xml... Done. 2023-05-04T08:01:00,479 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:01:00,479 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:01:00,479 [Start Level: Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:01:00,522 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:01:00,522 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:01:00,544 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:00,564 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:01:00,567 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:00,567 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:00,567 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:00,567 [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-04T08:01:00,631 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:00,631 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:00,632 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:00,632 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:00,632 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:00,634 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:00,636 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:01:00,637 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:01:00,638 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:00,638 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:01:00,638 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:00,645 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:01:00,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:01:00,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:01:00,653 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:00,653 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:01:00,653 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:01:00,653 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:01:00,654 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:00,654 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:00,654 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:00,654 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:00,655 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:01:00,655 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:01:00,656 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:00,656 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:00,656 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:00,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:00,657 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:01:00,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:00,659 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:00,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:01:00,659 [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-04T08:01:00,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:01:00,660 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:01,660 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:01:01,664 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:01:01,666 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:01:01,671 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:01,672 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:01:01,681 [Framework stop - Equinox Container: 1682c3aa-423a-4bb4-8a31-e4b088549bca] 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 08:01:05.196 [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$$dbeffca.CGLIB$doGet$10() [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$dbeffca$$FastClassByMockitoWithCGLIB$$eca6bc03.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$$dbeffca.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] 08:01:05.241 [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$$dbeffca.CGLIB$doGet$10() [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$dbeffca$$FastClassByMockitoWithCGLIB$$eca6bc03.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$$dbeffca.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] 08:01:05.247 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Bad request topic: [test] 08:01:05.248 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Cannot find resource with name: test 08:01:05.335 [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] 08:01:05.340 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Bad request topic: [] 08:01:05.341 [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.094 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-04T08:01:08,062 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:08,447 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:01:08,458 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-740580 2023-05-04T08:01:08,519 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,520 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:01:08,520 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:01:08,520 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:01:08,520 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:01:08,520 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,520 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:01:08,521 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:01:08,521 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,521 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,521 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:01:08,523 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:08,549 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:01:08,607 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:01:08,607 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:08,638 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:01:08,722 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.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-04T08:01:08,741 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.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-04T08:01:08,741 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:08,767 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,767 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,768 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:08,770 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:01:08,770 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:01:08,771 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,771 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,771 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,772 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:08,773 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:01:08,773 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:01:08,773 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:01:08,774 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,774 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,774 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:08,775 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:01:08,775 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:01:08,775 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:08,775 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:01:08,775 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:01:08,775 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:01:08,776 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:01:08,776 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:01:08,776 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:01:08,777 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,777 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,777 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:08,778 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:01:08,778 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:01:08,778 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:08,781 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:08,781 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:01:08,781 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:01:08,782 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:01:08,782 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:01:08,782 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:01:08,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:01:08,829 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:08,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:08,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:01:08,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:01:08,831 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:01:08,831 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:01:08,831 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:08,832 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:08,854 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:01:08,855 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:08,857 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:08,857 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:01:08,857 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:01:08,857 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:08,858 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:08,858 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:01:08,858 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:01:08,859 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:08,859 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:08,866 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:01:08,866 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:08,867 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:08,874 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:01:08,883 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:01:08,883 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:01:08,883 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:08,885 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:01:08,917 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:01:08,917 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:08,918 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:08,921 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:01:08,921 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:01:08,921 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:08,921 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:01:08,921 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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-04T08:01:08,921 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:08,922 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:01:08,922 [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-04T08:01:08,923 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:01:08,923 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:08,923 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:01:08,924 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:01:08,924 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:01:08,925 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:08,952 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.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_1683187268940.xml... 2023-05-04T08:01:08,957 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.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_1683187268940.xml... Done. 2023-05-04T08:01:08,957 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:01:08,957 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:01:08,957 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:01:08,967 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:01:08,967 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:01:08,967 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:01:08,967 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:01:08,967 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:01:08,972 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2023-05-04T08:01:08,972 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle SSLKeystore is updating! 2023-05-04T08:01:08,972 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2023-05-04T08:01:08,980 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:01:08,981 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:01:08,981 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:01:08,982 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:01:09,022 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:01:09,026 [pool-8-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:01:09,035 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:09,052 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:01:09,056 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:01:09,056 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:01:09,165 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:01:09,165 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:01:09,169 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:01:09,169 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:09,170 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:09,171 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T08:01:09,234 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T08:01:09,249 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:01:09,250 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-04T08:01:09,251 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:01:09,256 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:01:09,404 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:01:09,442 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:01:09,444 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:01:09,450 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:09,451 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:01:09,452 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:01:09,452 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:01:09,455 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:01:09,456 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:09,487 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:01:09,498 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:01:09,654 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:01:09,655 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:01:09,656 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:01:09,656 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:01:09,657 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:01:09,657 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:01:09,657 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:01:09,657 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:01:09,661 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:01:09,661 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:09,663 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:09,663 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2023-05-04T08:01:09,693 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:01:09,693 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:01:09,693 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:01:09,694 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:01:09,694 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:01:09,694 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:01:09,730 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:01:09,731 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:09,731 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:09,736 [Start Level: Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:01:09,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:01:09,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:01:09,763 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:01:09,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:01:09,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:01:09,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:01:09,765 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:01:09,765 [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-04T08:01:09,820 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:09,820 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:09,821 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:09,821 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:09,821 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:09,822 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:09,822 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:09,825 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:01:09,826 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:09,828 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:01:09,828 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:01:09,828 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:09,829 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:01:09,829 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:09,829 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:01:09,829 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:09,829 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:09,829 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:01:09,830 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:09,830 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:09,830 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:09,830 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:09,830 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:01:09,831 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:01:09,832 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:09,832 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:01:09,833 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:01:09,833 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:09,833 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:01:09,833 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:01:09,834 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:09,834 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:01:09,834 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:01:09,834 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:01:09,835 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:09,835 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:01:09,835 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:09,836 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:09,836 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:09,836 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:01:09,836 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:09,836 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:09,837 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:01:09,839 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:01:09,840 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:01:09,842 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:09,842 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:01:09,842 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:10,030 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:01:10,843 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:01:10,845 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:01:10,847 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:10,848 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:01:10,856 [Framework stop - Equinox Container: 0d5e32a6-31ac-42ef-a2f8-37ca9ce24160] 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 08:01:14.215 [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/0x00000000e4b68df0.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] 08:01:14.236 [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/0x00000000e4efd860.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.713 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.003 s - in org.eclipse.kura.core.net.LoopbackInterfaceConfigImplTest [INFO] Running org.eclipse.kura.core.net.util.NetworkUtilTest 08:01:14.274 [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.019 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.029 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.006 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.004 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.005 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.015 s - in org.eclipse.kura.core.net.ModemConfigurationInterpreterTest [INFO] Running org.eclipse.kura.core.net.NetworkConfigurationTest 08:01:14.562 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - Null type for if1 08:01:14.562 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - Unsupported type ADSL for interface if1 08:01:14.571 [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={}]] 08:01:14.571 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - MTU must be greater than 0 08:01:14.572 [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.215 s - in org.eclipse.kura.core.net.NetworkConfigurationTest [INFO] Running org.eclipse.kura.core.net.WifiConfigurationInterpreterTest 08:01:14.584 [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-04T08:01:17,281 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:17,620 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:01:17,633 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-285053 2023-05-04T08:01:17,693 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:17,694 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:01:17,694 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:01:17,694 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:01:17,694 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:01:17,694 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:17,694 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:01:17,695 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:01:17,695 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:17,695 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:17,695 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:01:17,697 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:17,735 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:01:17,784 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:01:17,786 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:01:17,904 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:01:17,905 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:17,931 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:01:18,021 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.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-04T08:01:18,028 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.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-04T08:01:18,028 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:18,054 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,055 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,055 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:18,058 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:01:18,058 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:01:18,059 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,059 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,059 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,059 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:18,060 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:01:18,060 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:01:18,061 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:01:18,061 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,062 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,062 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:18,063 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:01:18,063 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:01:18,063 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:18,063 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:01:18,063 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:01:18,063 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:01:18,064 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:01:18,064 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:01:18,064 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:01:18,065 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,065 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,065 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:18,066 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:01:18,066 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:01:18,066 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:18,070 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:18,070 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:01:18,070 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:01:18,071 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:01:18,071 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:01:18,071 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:01:18,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:01:18,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:01:18,122 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:18,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:01:18,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-04T08:01:18,136 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:01:18,169 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:01:18,171 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:18,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:18,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:01:18,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:01:18,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:01:18,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:01:18,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:18,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:18,174 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:01:18,175 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:18,177 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:18,177 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:01:18,177 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:01:18,178 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:18,179 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:18,179 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:01:18,179 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:01:18,179 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:18,180 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:18,217 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:01:18,217 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:18,218 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:18,231 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:01:18,231 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:01:18,231 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:18,232 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:01:18,235 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:01:18,236 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:18,236 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:18,244 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:01:18,244 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:18,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:01:18,245 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:18,248 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:01:18,249 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:18,253 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:01:18,253 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:18,254 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:18,269 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:01:18,269 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:01:18,269 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:01:18,269 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:01:18,269 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:01:18,269 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:01:18,271 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:01:18,272 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:18,272 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:18,275 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:01:18,277 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:01:18,278 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:18,278 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:01:18,278 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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-04T08:01:18,278 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:18,278 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:01:18,314 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:01:18,315 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:18,315 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:01:18,316 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:01:18,316 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:18,343 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.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_1683187278334.xml... 2023-05-04T08:01:18,350 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.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_1683187278334.xml... Done. 2023-05-04T08:01:18,350 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:01:18,350 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:01:18,350 [Start Level: Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:01:18,354 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:01:18,354 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:01:18,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:18,433 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:01:18,436 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:18,437 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:18,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:18,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:18,482 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:01:18,521 [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-04T08:01:18,531 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:01:18,532 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:01:18,541 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:18,542 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:18,542 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:18,542 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:18,543 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:18,543 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:01:18,544 [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-04T08:01:18,545 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:18,546 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:01:18,548 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:18,548 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:01:18,548 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:18,548 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:18,548 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:18,548 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:18,548 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:01:18,548 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:18,549 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:18,549 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:18,550 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:18,550 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:18,550 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:01:18,550 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:01:18,551 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:18,552 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:01:18,552 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:01:18,552 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:01:18,553 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:18,553 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:18,553 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:18,553 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:18,553 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:01:18,554 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:01:18,554 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:01:18,554 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:01:18,554 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:01:18,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:18,556 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:01:18,556 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:18,556 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:18,556 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:18,556 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:18,556 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:01:18,558 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:01:18,558 [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-04T08:01:18,558 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:18,559 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:01:18,559 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:19,559 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:01:19,563 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:01:19,564 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:01:19,566 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:19,567 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:01:19,576 [Framework stop - Equinox Container: aad37fc2-d36e-45ab-8311-0905560b3c55] 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.965 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.141 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.006 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-04T08:01:25,791 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:26,151 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:01:26,161 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-073547 2023-05-04T08:01:26,220 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,220 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:01:26,220 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:01:26,220 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:01:26,221 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:01:26,221 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,221 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:01:26,221 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:01:26,221 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,221 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,221 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:01:26,223 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:26,254 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:01:26,302 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:01:26,314 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:01:26,425 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:01:26,426 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:26,453 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:01:26,535 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.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-04T08:01:26,555 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.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-04T08:01:26,555 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:26,581 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,582 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,582 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:26,584 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:01:26,584 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:01:26,585 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,586 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,586 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,586 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:26,587 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:01:26,587 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:01:26,587 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:01:26,588 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,588 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,588 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:26,589 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:01:26,589 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:01:26,589 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:26,590 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:01:26,590 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:01:26,590 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:01:26,591 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:01:26,591 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:01:26,591 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:01:26,592 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,592 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,593 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:26,594 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:01:26,594 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:01:26,594 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:26,598 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:26,598 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:01:26,598 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:01:26,599 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:01:26,599 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:01:26,599 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:01:26,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:01:26,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:01:26,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:26,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:01:26,672 [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-04T08:01:26,674 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:01:26,720 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:01:26,722 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:26,724 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:26,724 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:01:26,724 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:01:26,724 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:26,725 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:26,726 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:01:26,726 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:01:26,726 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:26,727 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:26,731 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:01:26,731 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:26,733 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:26,733 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:01:26,734 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:26,735 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:26,735 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:01:26,735 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:01:26,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:01:26,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:01:26,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:26,739 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:26,746 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:01:26,746 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:01:26,747 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:26,748 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:01:26,751 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:01:26,751 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:26,752 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:26,757 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:01:26,757 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:26,758 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:26,761 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:01:26,762 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:26,765 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:01:26,765 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:26,766 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:26,816 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:01:26,816 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:01:26,817 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:01:26,817 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:01:26,817 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:01:26,817 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:01:26,820 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:01:26,820 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:26,821 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:26,824 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:01:26,826 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:01:26,826 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:26,826 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:01:26,826 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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-04T08:01:26,826 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:26,827 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:01:26,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:01:26,828 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:01:26,828 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:26,828 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:01:26,829 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:01:26,830 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:26,852 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.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_1683187286842.xml... 2023-05-04T08:01:26,859 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.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_1683187286842.xml... Done. 2023-05-04T08:01:26,859 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:01:26,859 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:01:26,859 [Start Level: Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.d.H2DbHelper - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:01:26,978 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:26,981 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:01:26,981 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:26,982 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:01:26,982 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:26,983 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:01:26,984 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:26,984 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:26,984 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:27,018 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:01:27,019 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:27,020 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:01:27,020 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:27,027 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:01:27,030 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:27,030 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:27,030 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:27,030 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:28,021 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:01:28,025 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:01:28,028 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:01:28,031 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:28,033 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:01:28,043 [Framework stop - Equinox Container: fcd72cca-0b97-42d9-a871-3dddc38a42eb] 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: 3.014 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-04T08:01:36,082 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:36,395 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:01:36,422 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-374679 2023-05-04T08:01:36,476 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,477 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:01:36,477 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:01:36,477 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:01:36,477 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:01:36,477 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,477 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:01:36,478 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:01:36,478 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,478 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,478 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:01:36,480 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:36,505 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:01:36,559 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:01:36,561 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:01:36,672 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:01:36,673 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:36,698 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:01:36,783 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.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-04T08:01:36,802 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.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-04T08:01:36,803 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:36,827 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,828 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,828 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:36,831 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:01:36,831 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:01:36,832 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,832 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,832 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,832 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:36,833 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:01:36,833 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:01:36,833 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:01:36,834 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,834 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,834 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:36,835 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:01:36,835 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:01:36,835 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:36,835 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:01:36,835 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:01:36,835 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:01:36,836 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:01:36,837 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:01:36,837 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:01:36,837 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,837 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:36,838 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:36,838 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:01:36,838 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:01:36,839 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:36,842 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:36,842 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:01:36,843 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:01:36,843 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:01:36,844 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:01:36,844 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:01:36,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:01:36,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:01:36,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:36,881 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:01:36,881 [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-04T08:01:36,882 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:01:36,939 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:01:36,942 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:36,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:36,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:01:36,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:01:36,945 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:01:36,945 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:01:36,945 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:36,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:36,946 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:01:36,947 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:36,949 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:36,949 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:01:36,949 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:01:36,949 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:36,950 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:36,951 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:01:36,951 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:01:36,951 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:36,952 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:36,956 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:01:36,956 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:36,957 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:36,970 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:01:36,970 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:01:36,971 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:36,972 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:01:36,975 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:01:36,975 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:36,976 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:36,979 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:01:36,982 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:01:36,982 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:37,014 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:37,017 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:01:37,018 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:37,022 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:01:37,022 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:37,023 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:37,051 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:01:37,051 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:01:37,051 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:01:37,051 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:01:37,051 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:01:37,051 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:01:37,054 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:01:37,054 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:37,055 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:37,058 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:01:37,060 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:01:37,060 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:37,061 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:01:37,061 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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-04T08:01:37,061 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:37,061 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:01:37,062 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:01:37,063 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:37,063 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:01:37,064 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:01:37,064 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:37,125 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.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_1683187297079.xml... 2023-05-04T08:01:37,132 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.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_1683187297079.xml... Done. 2023-05-04T08:01:37,132 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:01:37,132 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:01:37,132 [Start Level: Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:01:37,133 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:01:37,133 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:01:37,145 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:37,159 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:01:37,164 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:37,164 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:37,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:37,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:37,233 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:01:37,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-04T08:01:37,251 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:01:37,251 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:01:37,261 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:37,261 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:37,262 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:01:37,262 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:37,262 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:37,262 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:37,262 [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-04T08:01:37,264 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:01:37,265 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:37,266 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:37,266 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:37,266 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:37,266 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:37,267 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:01:37,268 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:37,268 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:01:37,268 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:37,269 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:37,269 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:37,269 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:37,269 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:37,269 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:01:37,270 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:01:37,271 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:37,271 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:01:37,271 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:01:37,271 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:01:37,272 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:37,272 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:37,273 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:37,273 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:37,273 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:01:37,273 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:01:37,274 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:01:37,274 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:01:37,274 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:01:37,275 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:01:37,275 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:37,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:37,276 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:01:37,276 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:37,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:37,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:37,277 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:37,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:01:37,277 [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-04T08:01:37,278 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:01:37,278 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:38,279 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:01:38,282 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:01:38,284 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:01:38,288 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:38,289 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:01:38,296 [Framework stop - Equinox Container: 09706369-4723-45af-b2ae-5edbf0c1beec] 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 08:01:41.551 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 08:01:41.558 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.tmp 08:01:41.560 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 08:01:41.560 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.tmp 08:01:41.562 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.home 08:01:41.562 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 08:01:41.562 [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.936 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-04T08:01:44,334 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:44,663 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:01:44,675 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-971308 2023-05-04T08:01:44,732 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:44,732 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:01:44,732 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:01:44,732 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:01:44,732 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:01:44,732 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:44,732 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:01:44,733 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:01:44,733 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:44,733 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:44,733 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:01:44,735 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:01:44,764 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:01:44,826 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:01:44,828 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:01:44,942 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:01:44,943 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:44,968 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:01:45,050 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.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-04T08:01:45,074 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.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-04T08:01:45,074 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:45,099 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,099 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,100 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:45,102 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:01:45,102 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:01:45,103 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,103 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,103 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,104 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:45,105 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:01:45,105 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:01:45,105 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:01:45,106 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,106 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,106 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:45,107 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:01:45,107 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:01:45,107 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:45,107 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:01:45,107 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:01:45,107 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:01:45,108 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:01:45,108 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:01:45,108 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:01:45,109 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,109 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,110 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:45,111 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:01:45,111 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:01:45,111 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:45,117 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:45,117 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:01:45,117 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:01:45,118 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:01:45,118 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:01:45,118 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:01:45,145 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:01:45,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:01:45,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:45,170 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:01:45,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-04T08:01:45,171 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:01:45,232 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:01:45,234 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:45,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:45,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:01:45,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:01:45,237 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:01:45,237 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:01:45,237 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:45,238 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:45,249 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:01:45,250 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:45,252 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:45,252 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:01:45,253 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:01:45,253 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:45,254 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:01:45,254 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:01:45,254 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:01:45,254 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:45,255 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:45,259 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:01:45,259 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:45,260 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:45,274 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:01:45,274 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:01:45,274 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:01:45,275 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:01:45,276 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:01:45,278 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:01:45,279 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:45,279 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:45,284 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:01:45,314 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:45,315 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:01:45,318 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:01:45,319 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:45,323 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:01:45,324 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:45,325 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:45,347 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:01:45,347 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:01:45,347 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:01:45,347 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:01:45,347 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:01:45,347 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:01:45,353 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:01:45,353 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:45,354 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:01:45,359 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:01:45,363 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:01:45,364 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:45,364 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:01:45,364 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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-04T08:01:45,364 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:45,364 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:01:45,365 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:01:45,366 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:45,366 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:01:45,367 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:01:45,367 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:01:45,428 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.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_1683187305415.xml... 2023-05-04T08:01:45,441 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.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_1683187305415.xml... Done. 2023-05-04T08:01:45,442 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:01:45,442 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:01:45,442 [Start Level: Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:01:45,442 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:01:45,442 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:01:45,461 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:45,543 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:01:45,547 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:45,547 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:45,547 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:45,547 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.core.system.test.SystemServiceTest 2023-05-04T08:01:45,622 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:01:45,631 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:01:45,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:01:45,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:01:45,651 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:01:45,651 [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-04T08:01:45,654 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:01:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:45,655 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:45,661 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:01:45,661 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:01:45,661 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:01:45,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:01:45,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:01:45,663 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:01:45,663 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:45,663 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:45,663 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:45,663 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:45,665 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:01:45,665 [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-04T08:01:45,679 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:01:45,715 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:01:45,716 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:01:45,716 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:01:45,717 [main] ERROR o.e.k.c.s.SuperSystemService - failed to run commands dmidecode -t system 2023-05-04T08:01:45,762 [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.191 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.07 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.001 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 s testGetPlatform(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetPrimaryMacAddress(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.041 s testServiceExists(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetJavaVmVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetJavaVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testKuraTemporaryConfigDirectory(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testJavaHome(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s getFirmwareVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s getDeviceName(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetBiosVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetJavaVmName(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetOsArch(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetOsName(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s getSerialNumber(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.002 s testGetProductVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.001 s Results: Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:01:45,866 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:45,866 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:45,866 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:45,867 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:45,868 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:01:45,868 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:01:45,868 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:01:45,871 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:45,876 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:01:45,877 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:01:45,877 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:01:45,877 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:01:45,879 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:01:45,879 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:45,879 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:01:45,879 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:01:45,879 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:01:45,880 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:01:45,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:01:45,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:01:45,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:01:45,974 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:01:45,975 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T08:01:45,975 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:01:45,975 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:01:45,975 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:01:45,977 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:01:45,977 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:01:45,977 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:01:45,977 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:01:45,977 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:01:45,977 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:01:45,977 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:01:45,977 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:01:45,986 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:01:45,987 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:01:45,988 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:01:45,990 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:45,990 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:01:45,990 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:01:46,021 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T08:01:46,991 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:01:46,994 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:01:46,995 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:01:46,998 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:01:46,998 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:01:47,006 [Framework stop - Equinox Container: 2e39aabb-ecdd-4891-bdf4-d4d2083b1a35] 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.397 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.051 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.002 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.609 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.581 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.019 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.005 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.001 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.035 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: 625 2023-05-04T08:02:10,510 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:02:10,829 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:02:10,841 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-973269 2023-05-04T08:02:10,896 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:10,897 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:02:10,897 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:02:10,897 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:02:10,897 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:02:10,897 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:10,897 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:02:10,898 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:02:10,898 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:10,898 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:10,898 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:02:10,900 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:02:10,946 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:02:10,997 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:02:11,124 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:02:11,125 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:02:11,155 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:02:11,244 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.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-04T08:02:11,255 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.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-04T08:02:11,255 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:02:11,294 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,294 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,294 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:11,299 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:02:11,299 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:02:11,299 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,300 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,300 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,300 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:02:11,303 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:02:11,303 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:02:11,303 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:02:11,305 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,305 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,306 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:02:11,308 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:02:11,308 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:02:11,308 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:02:11,308 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:02:11,308 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:02:11,309 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:02:11,311 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:02:11,311 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:02:11,311 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:02:11,314 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,314 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,314 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:02:11,317 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:02:11,317 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:02:11,317 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:02:11,324 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:02:11,324 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:02:11,324 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:02:11,324 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:02:11,324 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:02:11,327 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:02:11,327 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:02:11,327 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:02:11,338 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:02:11,353 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:02:11,354 [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-04T08:02:11,355 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected New instance created ExampleTest instance :564318671: setXxxService ExampleTest instance :564318671: activated 2023-05-04T08:02:11,383 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance ... 2023-05-04T08:02:11,384 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:02:11,386 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:02:11,390 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:02:11,390 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:02:11,393 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:02:11,393 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:02:11,393 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:02:11,416 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:02:11,416 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:02:11,417 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:02:11,422 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:02:11,439 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:02:11,439 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:11,442 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:11,442 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.test.IConfigurationServiceTest ... 2023-05-04T08:02:11,442 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:02:11,448 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:02:11,448 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:02:11,448 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:02:11,449 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:02:11,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:02:11,451 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:02:11,452 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:02:11,452 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:02:11,452 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:02:11,454 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:02:11,459 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:02:11,459 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:02:11,462 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:02:11,475 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:02:11,475 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:02:11,476 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:02:11,479 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:02:11,481 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:02:11,482 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:02:11,487 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:02:11,518 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:02:11,518 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:02:11,521 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:02:11,523 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:02:11,526 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:02:11,533 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:02:11,533 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:02:11,536 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:02:11,560 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:02:11,560 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:02:11,560 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:02:11,560 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:02:11,560 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:02:11,560 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:02:11,564 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:02:11,564 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:02:11,567 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:02:11,568 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:02:11,568 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:02:11,574 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:02:11,576 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:02:11,577 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:02:11,577 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:02:11,578 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:02:11,578 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:02:11,578 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:02:11,616 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:02:11,620 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:02:11,620 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:02:11,621 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:02:11,621 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:02:11,622 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:02:11,646 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.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_1683187331636.xml... 2023-05-04T08:02:11,650 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.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_1683187331636.xml... Done. 2023-05-04T08:02:11,650 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:02:11,650 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:02:11,650 [Start Level: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.H2DbHelper - activating...done Starting application: 3480 2023-05-04T08:02:11,669 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:02:11,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:02:11,672 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:02:11,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:02:11,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:02:11,734 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:02:11,743 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:02:11,754 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:02:11,755 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:02:11,765 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:02:11,765 [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-04T08:02:11,768 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! Running org.eclipse.kura.core.test.AllCoreTests 2023-05-04T08:02:11,770 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:02:11,770 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:02:11,770 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:02:11,770 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:02:11,831 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.xml.BrokerInstance.... 2023-05-04T08:02:11,831 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.xml.BrokerInstance....Done 2023-05-04T08:02:11,837 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:02:11,837 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:02:11,837 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:02:11,837 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:02:11,837 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:02:11,838 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:02:11,839 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:02:11,839 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:02:11,839 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:02:11,839 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:02:11,841 [main] INFO o.e.k.c.t.AllCoreTests - setUpClass... 2023-05-04T08:02:11,842 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2023-05-04T08:02:11,842 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2023-05-04T08:02:11,842 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2023-05-04T08:02:11,843 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:02:11,844 [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-04T08:02:11,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:02:11,872 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:02:11,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:02:11,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:02:12,154 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:02:12,156 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:02:12,157 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:02:12,157 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:02:12,158 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:02:12,158 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:02:12,159 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T08:02:12,178 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T08:02:12,179 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-04T08:02:12,235 [main] INFO o.e.k.c.t.AllCoreTests - Setting Up The Testcase.... 2023-05-04T08:02:12,235 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:12,235 [main] INFO o.e.k.c.t.AllCoreTests - Changing cloud credentials... 2023-05-04T08:02:12,236 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:02:12,236 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:02:12,238 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:02:12,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:02:12,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:02:12,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:02:12,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:02:12,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:02:12,244 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:02:12,246 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:02:12,246 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:02:12,246 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:02:12,247 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:02:12,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187331636... 2023-05-04T08:02:12,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:12,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:02:12,365 [main] INFO o.e.k.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_1683187332352.xml... 2023-05-04T08:02:12,367 [main] INFO o.e.k.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_1683187332352.xml... Done. 2023-05-04T08:02:12,368 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:12,368 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:12,368 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:12,368 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.data.DataService 2023-05-04T08:02:12,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187332352... 2023-05-04T08:02:12,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:02:12,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2023-05-04T08:02:12,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187332388.xml... 2023-05-04T08:02:12,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.core.test/target/kura/user/snapshots/snapshot_1683187332388.xml... Done. 2023-05-04T08:02:12,403 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.data.DataService 2023-05-04T08:02:12,403 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.data.DataService 2023-05-04T08:02:12,403 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.data.DataService 2023-05-04T08:02:12,549 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:02:12,581 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:02:12,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:02:12,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:02:12,583 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:02:12,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:02:12,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:02:12,585 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:02:13,403 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:02:13,404 [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-04T08:02:13,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:02:13,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:02:13,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:02:13,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:02:13,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:02:13,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:02:13,420 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:02:13,421 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:02:13,421 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:02:13,421 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:02:13,421 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:02:13,421 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:02:13,421 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:02:13,421 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:02:13,589 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:02:13,589 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:02:13,595 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:02:13,747 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:02:13,747 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:02:13,747 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:02:13,747 [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-04T08:02:13,795 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:02:13,802 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:02:13,806 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:02:13,809 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:02:15,598 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:02:15,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187332388... 2023-05-04T08:02:15,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:02:15,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2023-05-04T08:02:15,632 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2023-05-04T08:02:15,632 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Starting Artemis 2023-05-04T08:02:15,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_1683187335629.xml... 2023-05-04T08:02:15,656 [main] INFO o.e.k.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_1683187335629.xml... Done. 2023-05-04T08:02:15,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:02:15,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:02:15,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:02:15,676 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@9f58af5f 2023-05-04T08:02:15,677 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-04T08:02:16,064 [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-04T08:02:16,065 [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-04T08:02:16,091 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-04T08:02:16,091 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-04T08:02:16,106 [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-04T08:02:16,116 [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-04T08:02:16,131 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-04T08:02:16,131 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-04T08:02:16,168 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-04T08:02:16,171 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-04T08:02:16,212 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-04T08:02:16,213 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-04T08:02:16,334 [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-04T08:02:16,336 [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-04T08:02:16,337 [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-04T08:02:16,337 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-04T08:02:16,337 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [, nodeID=fc183a2a-ea51-11ed-bce1-0a580a281b97] 2023-05-04T08:02:16,341 [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-04T08:02:16,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:02:16,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:02:16,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:02:16,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:02:16,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:02:16,352 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:02:16,353 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:02:16,353 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:02:16,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:02:16,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:02:16,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:02:16,358 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:02:16,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:02:16,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:02:16,361 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:02:16,362 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:02:16,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-04T08:02:16,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:02:16,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:16,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:02:16,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:02:16,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:02:16,370 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:02:16,372 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:02:16,372 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:02:16,372 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:02:16,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:02:16,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:02:16,409 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:02:16,409 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:02:16,409 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8888 2023-05-04T08:02:16,409 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:02:16,409 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:02:16,409 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:02:16,410 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:02:16,410 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:02:16,410 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:02:16,410 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:02:16,410 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:02:16,410 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:02:16,410 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:02:16,410 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:02:16,421 [MQTT Con: 0A:58:0A:28:1B:97] INFO o.e.k.c.s.SSLSocketFactoryWrapper - SSL Endpoint Identification enabled. 2023-05-04T08:02:16,486 [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-04T08:02:16,597 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-04T08:02:16,597 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-04T08:02:16,598 [Thread-1 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:52526: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown. 2023-05-04T08:02:16,756 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187335629... 2023-05-04T08:02:16,765 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:02:16,771 [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-04T08:02:16,772 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:02:16,825 [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_1683187336771.xml... 2023-05-04T08:02:16,831 [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_1683187336771.xml... Done. 2023-05-04T08:02:16,832 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:02:16,832 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:02:16,832 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:02:26,502 [Thread-2 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-04T08:02:46,597 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-04T08:02:46,598 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-04T08:02:46,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:02:46,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:02:46,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:02:46,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:02:46,604 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:02:46,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:02:46,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:02:46,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:02:46,606 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:02:46,607 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:02:46,607 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:02:46,607 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:02:46,609 [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-04T08:02:46,616 [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-04T08:02:46,620 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:02:46,623 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:02:46,623 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:02:46,624 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:02:46,624 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:02:46,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:02:46,627 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:02:46,627 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:02:46,628 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:02:46,628 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:02:46,628 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:02:46,628 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:02:46,628 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:02:46,628 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:02:46,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:02:46,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:02:46,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:02:46,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:02:46,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:02:46,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:02:46,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:02:46,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:02:46,935 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:02:46,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:02:46,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:02:46,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-04T08:02:46,950 [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-04T08:02:46,954 [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-04T08:02:46,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:02:46,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:02:46,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:02:46,963 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:02:46,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:02:46,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:02:46,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:02:46,964 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:02:46,965 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:02:46,965 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:02:46,966 [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-04T08:02:46,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:02:46,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:02:46,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:02:46,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:02:46,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:02:46,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:02:46,983 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:02:46,984 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:02:46,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:02:46,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:02:46,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:02:46,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:02:46,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:02:46,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:02:46,993 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:02:46,994 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:02:46,995 [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-04T08:02:46,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:02:46,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:02:46,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:02:47,002 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:02:47,002 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:02:47,002 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:02:47,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:02:47,006 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:02:47,007 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:02:47,009 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:02:47,009 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:02:47,010 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:02:47,010 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:02:47,010 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2023-05-04T08:02:47,011 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:02:47,011 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:02:47,011 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:02:47,011 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:02:47,011 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:02:47,011 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:02:47,012 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:02:47,012 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:02:47,012 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:02:47,012 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:02:47,012 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:02:47,018 [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-04T08:02:47,198 [Thread-1 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:42472: javax.net.ssl.SSLHandshakeException: Empty server certificate chain. 2023-05-04T08:02:47,225 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-04T08:02:47,225 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-04T08:02:57,019 [Thread-0 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-04T08:03:17,226 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-04T08:03:17,226 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-04T08:03:17,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:03:17,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:17,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:03:17,229 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:03:17,229 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:17,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:03:17,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:03:17,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:03:17,231 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:03:17,231 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:03:17,231 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:17,231 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:03:17,231 [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-04T08:03:17,234 [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-04T08:03:17,238 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:03:17,240 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:17,240 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:17,241 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:17,241 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:03:17,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:17,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:03:17,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:17,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:17,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:03:17,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:17,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:03:17,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:17,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:17,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:03:17,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:17,244 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:17,244 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:17,244 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:17,244 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:17,244 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:17,246 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:03:17,549 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:17,549 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:17,550 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:03:17,550 [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-04T08:03:17,565 [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-04T08:03:17,568 [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-04T08:03:17,571 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:03:17,573 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:03:17,576 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:03:17,576 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:03:17,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:03:17,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:17,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:03:17,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:03:17,578 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:17,578 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:03:17,578 [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-04T08:03:17,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-04T08:03:17,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:03:17,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-04T08:03:17,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-04T08:03:17,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-04T08:03:17,591 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-04T08:03:17,593 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-04T08:03:17,593 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-04T08:03:17,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:03:17,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:03:17,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:03:17,597 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:03:17,600 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:03:17,600 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:03:17,600 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:03:17,601 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:03:17,602 [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-04T08:03:17,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:03:17,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:03:17,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:03:17,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:03:17,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:03:17,609 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:03:17,611 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:03:17,611 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:03:17,611 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:03:17,611 [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-04T08:03:17,613 [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-04T08:03:17,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:03:17,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:17,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:03:17,616 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:03:17,618 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:17,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:03:17,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:17,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:03:17,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:03:17,620 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:17,620 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:03:17,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-04T08:03:17,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:03:17,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-04T08:03:17,621 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-04T08:03:17,622 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:03:17,622 [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-04T08:03:17,622 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-04T08:03:17,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:03:17,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:03:17,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:03:17,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:03:17,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:03:17,633 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:03:17,634 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:03:17,634 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:03:17,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:03:17,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:03:17,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:03:17,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:03:17,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:03:17,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:03:17,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:03:17,642 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:03:17,643 [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-04T08:03:17,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:03:17,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:03:17,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:03:17,649 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:03:17,650 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:03:17,650 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:03:17,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:03:17,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:03:17,652 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:03:17,652 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:03:17,652 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:03:17,653 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:17,653 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:17,653 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2023-05-04T08:03:17,653 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:17,653 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:17,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:17,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:17,654 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:17,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:17,654 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:17,655 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:03:18,114 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:18,115 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:18,115 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:03:18,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:03:18,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:18,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:03:18,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:03:18,116 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:18,116 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:18,117 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:03:18,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:03:18,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:03:18,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:03:18,118 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:18,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:03:18,118 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:03:18,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:03:18,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:18,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:03:18,120 [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-04T08:03:18,124 [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-04T08:03:18,129 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:03:18,133 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:18,133 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:18,134 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:18,134 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:03:18,134 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:18,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:03:18,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:18,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:18,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:03:18,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:18,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:03:18,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:18,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:18,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:03:18,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:18,137 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:18,137 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:18,137 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:18,137 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:18,137 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:18,139 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:03:18,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:18,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:18,442 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:03:18,443 [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-04T08:03:18,458 [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-04T08:03:18,461 [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-04T08:03:18,465 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:03:18,470 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:03:18,472 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:03:18,473 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:03:18,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:03:18,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:18,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:03:18,475 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:03:18,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:18,475 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:03:18,475 [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-04T08:03:18,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-04T08:03:18,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:03:18,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-04T08:03:18,488 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-04T08:03:18,488 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-04T08:03:18,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-04T08:03:18,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-04T08:03:18,490 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-04T08:03:18,491 [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-04T08:03:18,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:03:18,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:03:18,492 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is updating! 2023-05-04T08:03:18,492 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testTruststore is updating! 2023-05-04T08:03:18,492 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has updated! 2023-05-04T08:03:18,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:03:18,497 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:03:18,497 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:03:18,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:03:18,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:03:18,499 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:03:18,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:03:18,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:03:18,500 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:03:18,500 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-04T08:03:18,500 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-04T08:03:18,501 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-04T08:03:18,503 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:03:18,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:03:18,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:03:18,506 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:03:18,508 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:03:18,508 [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-04T08:03:18,508 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:03:18,509 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:03:18,512 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:03:18,515 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:03:18,516 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:03:18,516 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:03:18,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:03:18,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:03:18,518 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:03:18,519 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:03:18,519 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:03:18,520 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:18,520 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:18,520 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2023-05-04T08:03:18,520 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:18,520 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:03:18,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:18,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:18,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:03:18,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-04T08:03:18,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:18,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:18,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:03:18,521 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:18,522 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:03:18,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:18,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:18,522 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:18,522 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:18,522 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:03:18,881 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:18,881 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:18,882 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:03:18,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:03:18,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:18,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:03:18,884 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:03:18,884 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:18,884 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:18,885 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:03:18,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:03:18,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:03:18,886 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:18,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:03:18,887 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:03:18,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:03:18,889 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:03:18,889 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:18,889 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:03:18,890 [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-04T08:03:18,894 [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-04T08:03:18,897 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:03:18,900 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:18,900 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:18,901 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:18,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:03:18,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:18,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:03:18,902 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:18,903 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:18,904 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:18,904 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:18,904 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:18,906 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:03:19,208 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:19,208 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:19,208 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:03:19,208 [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-04T08:03:19,223 [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-04T08:03:19,226 [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-04T08:03:19,230 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:03:19,234 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:03:19,238 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:03:19,238 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:03:19,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:03:19,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:19,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:03:19,240 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:03:19,240 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:19,240 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:03:19,241 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-04T08:03:19,241 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:03:19,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:19,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:03:19,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:03:19,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-04T08:03:19,242 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-04T08:03:19,243 [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-04T08:03:19,250 [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-04T08:03:19,253 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:03:19,255 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:19,255 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:19,256 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:19,257 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:03:19,257 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:19,257 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:03:19,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:19,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:19,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:19,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:19,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:19,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:19,260 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:03:19,564 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:19,564 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:19,564 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:03:19,564 [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-04T08:03:19,579 [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-04T08:03:19,582 [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-04T08:03:19,585 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:03:19,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:03:19,591 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:03:19,591 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-04T08:03:19,667 [main] INFO o.e.j.u.log - Logging initialized @71719ms to org.eclipse.jetty.util.log.Slf4jLog 2023-05-04T08:03:19,760 [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-04T08:03:19,795 [main] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:03:19,795 [main] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:03:19,797 [main] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:03:19,809 [main] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@6c70e287{/,null,AVAILABLE} 2023-05-04T08:03:19,817 [main] INFO o.e.j.s.AbstractConnector - Started ServerConnector@de3689bc{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2023-05-04T08:03:19,818 [main] INFO o.e.j.s.Server - Started @71870ms 2023-05-04T08:03:19,848 [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-04T08:03:19,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:03:19,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:03:19,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:03:19,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:03:19,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:03:19,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:03:19,859 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:03:19,863 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - referencing distribution points: [http://localhost:8087/crl.pem] 2023-05-04T08:03:19,867 [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-04T08:03:19,868 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:03:24,867 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:24,931 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:24,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:03:24,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:03:24,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:03:24,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:03:24,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:03:24,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:03:24,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:03:24,950 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:03:24,950 [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-04T08:03:24,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:03:24,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:03:24,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:03:24,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:03:24,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:03:24,961 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:03:24,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:03:24,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:03:24,964 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:03:24,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:03:24,971 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:03:24,972 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:24,972 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:24,972 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2023-05-04T08:03:24,972 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:24,972 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:03:24,972 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:24,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:24,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:03:24,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:24,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:24,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:24,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:24,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:24,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:25,314 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:25,314 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:25,314 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:03:25,936 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:25,938 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:25,940 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:03:25,940 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:25,940 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:03:25,941 [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-04T08:03:25,943 [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-04T08:03:25,948 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:03:25,952 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:25,952 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:25,953 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:25,954 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:03:25,954 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:25,954 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:03:25,955 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:25,955 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:25,955 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:03:25,955 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:25,955 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:03:25,955 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:25,955 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:25,955 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:03:25,956 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:25,956 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:25,956 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:25,956 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:25,956 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:25,956 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:25,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:03:26,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:26,261 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:26,261 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:03:26,261 [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-04T08:03:26,277 [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-04T08:03:26,280 [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-04T08:03:26,285 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:03:26,288 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:03:26,291 [EventAdmin Async Event Dispatcher Thread] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:03:26,291 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:26,292 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:03:26,294 [EventAdmin Async Event Dispatcher Thread] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:03:26,295 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:26,295 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:03:26,297 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:26,297 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:03:26,297 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:26,297 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:26,297 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2023-05-04T08:03:26,298 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:26,298 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:03:26,298 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:26,298 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:26,298 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:03:26,299 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:26,299 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:26,299 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:26,299 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:26,299 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:26,299 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:26,314 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-04T08:03:26,314 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-04T08:03:26,315 [Thread-3 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:42144: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_revoked. 2023-05-04T08:03:26,940 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:26,943 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:26,943 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:27,944 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:27,946 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:27,946 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:28,947 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:28,950 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:28,950 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:29,951 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:29,953 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:29,953 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:30,940 [pool-31-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2023-05-04T08:03:30,941 [pool-31-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2023-05-04T08:03:30,954 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:30,955 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:30,955 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:31,956 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:31,958 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:31,958 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:32,958 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:32,960 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:32,960 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:33,961 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:33,963 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:33,963 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:34,963 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:34,966 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:34,966 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:35,967 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:35,969 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:35,970 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:36,303 [Thread-0 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-04T08:03:36,970 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:36,972 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:36,972 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:37,973 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:37,975 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:37,975 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:38,976 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:38,978 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:38,978 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:39,978 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:39,980 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:39,981 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:40,981 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:40,984 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:40,984 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:41,984 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:41,986 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:41,987 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:42,987 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:42,989 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:42,989 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:43,990 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:43,992 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:43,992 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:44,993 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:44,994 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:44,995 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:45,995 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:45,997 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:45,998 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:46,998 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:47,000 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:47,000 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:48,001 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:48,003 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:48,003 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:49,004 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:49,006 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:49,006 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:50,007 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:50,009 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:50,009 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:51,010 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:51,012 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:51,013 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:52,013 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:52,015 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:52,015 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:53,016 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:53,018 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:53,018 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:54,019 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:54,021 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:54,021 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:55,022 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:55,024 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:55,024 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:56,024 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:03:56,026 [pool-30-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:03:56,027 [pool-29-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:03:56,315 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-04T08:03:56,315 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-04T08:03:56,316 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:03:56,316 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:56,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:03:56,317 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:03:56,317 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:03:56,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:03:56,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:03:56,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:03:56,319 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:03:56,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:03:56,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:03:56,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:03:56,320 [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-04T08:03:56,325 [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-04T08:03:56,329 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:03:56,331 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:56,331 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:03:56,333 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:03:56,333 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:03:56,333 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:56,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:03:56,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:56,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:56,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:56,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:56,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:56,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:56,335 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:03:56,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:03:56,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:56,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:03:56,639 [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-04T08:03:56,654 [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-04T08:03:56,658 [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-04T08:03:56,662 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:03:56,665 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:03:56,669 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:03:56,669 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:03:56,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:03:56,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:56,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:03:56,671 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:03:56,671 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:03:56,671 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:03:56,676 [main] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@de3689bc{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2023-05-04T08:03:56,677 [main] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:03:56,678 [main] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6c70e287{/,null,STOPPED} 2023-05-04T08:03:56,680 [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-04T08:03:56,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:03:56,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:03:56,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:03:56,691 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:03:56,692 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:03:56,707 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:03:56,707 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:03:56,707 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:03:56,708 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:03:56,708 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:03:56,708 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:03:56,708 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-04T08:03:56,709 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-04T08:03:56,709 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-04T08:03:56,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:03:56,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:03:56,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:03:56,714 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:03:56,715 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:03:56,716 [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-04T08:03:56,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:03:56,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:03:56,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:03:56,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:03:56,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:03:56,724 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:03:56,728 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:03:56,728 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:03:56,728 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:03:56,729 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:03:56,729 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:03:56,730 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:03:56,730 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:03:56,730 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2023-05-04T08:03:56,730 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:03:56,730 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:03:56,730 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:03:56,731 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:03:56,731 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:03:56,731 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:03:56,731 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:03:56,731 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:03:56,731 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:03:56,731 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:03:56,731 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:03:56,732 [MQTT Con: 0A:58:0A:28:1B:97] INFO o.e.k.c.s.SSLSocketFactoryWrapper - SSL Endpoint Identification enabled. 2023-05-04T08:03:56,746 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-04T08:03:56,746 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-04T08:03:56,747 [Thread-4 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:42872: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown. 2023-05-04T08:04:06,735 [Thread-0 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-04T08:04:26,747 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-04T08:04:26,747 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-04T08:04:26,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:04:26,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:26,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:04:26,749 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:04:26,749 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:26,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:04:26,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:04:26,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:04:26,750 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:04:26,751 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:04:26,751 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:26,751 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:04:26,751 [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-04T08:04:26,754 [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-04T08:04:26,757 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:04:26,759 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:26,759 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:26,760 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:26,760 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:04:26,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:26,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:04:26,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:26,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:26,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:26,763 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:26,763 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:04:27,067 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:04:27,067 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:27,067 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:04:27,067 [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-04T08:04:27,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-04T08:04:27,085 [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-04T08:04:27,087 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:04:27,094 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:04:27,096 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:04:27,097 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:04:27,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:04:27,098 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:04:27,098 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:04:27,098 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:04:27,098 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:04:27,098 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:04:27,099 [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-04T08:04:27,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-04T08:04:27,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:04:27,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-04T08:04:27,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-04T08:04:27,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-04T08:04:27,112 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-04T08:04:27,113 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-04T08:04:27,113 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-04T08:04:27,114 [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-04T08:04:27,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:04:27,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:04:27,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:04:27,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:04:27,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:04:27,123 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:04:27,125 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:04:27,125 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:04:27,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:04:27,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:04:27,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:04:27,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:04:27,131 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:04:27,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:04:27,132 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:04:27,133 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:04:27,134 [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-04T08:04:27,134 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:04:27,134 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:04:27,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:04:27,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:04:27,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:04:27,140 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:04:27,142 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:04:27,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:04:27,143 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:04:27,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187336771... 2023-05-04T08:04:27,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:04:27,164 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testSsl ... Done. 2023-05-04T08:04:27,164 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-04T08:04:27,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:04:27,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:27,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:04:27,165 [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-04T08:04:27,169 [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-04T08:04:27,173 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:04:27,176 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:27,176 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:27,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187467164.xml... 2023-05-04T08:04:27,178 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:27,178 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:04:27,178 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:27,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:04:27,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:27,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:27,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:04:27,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:27,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:04:27,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:27,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:27,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:04:27,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:27,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:27,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:27,180 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:27,181 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:27,181 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:27,182 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:04:27,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.core.test/target/kura/user/snapshots/snapshot_1683187467164.xml... Done. 2023-05-04T08:04:27,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testSsl 2023-05-04T08:04:27,184 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testSsl 2023-05-04T08:04:27,184 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testSsl 2023-05-04T08:04:27,486 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:04:27,486 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:27,486 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:04:27,486 [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-04T08:04:27,501 [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-04T08:04:27,504 [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-04T08:04:27,506 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:04:27,510 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:04:27,513 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:04:27,513 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:27,513 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:04:27,516 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:04:27,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:04:27,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:27,517 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:04:27,518 [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-04T08:04:27,521 [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-04T08:04:27,524 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:04:27,526 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:27,526 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:27,527 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:27,527 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:04:27,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:27,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:04:27,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:27,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:27,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:04:27,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:27,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:04:27,528 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:27,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:27,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:04:27,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:27,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:27,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:27,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:27,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:27,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:27,531 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:04:27,834 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:04:27,834 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:27,834 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:04:27,835 [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-04T08:04:27,849 [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-04T08:04:27,852 [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-04T08:04:27,855 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:04:27,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:04:27,860 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:04:27,860 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:27,861 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:04:27,863 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:04:27,864 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:04:27,864 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:04:27,865 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:27,865 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:27,865 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2023-05-04T08:04:27,865 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:27,865 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:04:27,866 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:27,866 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:27,866 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:04:27,866 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:27,866 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:27,866 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:27,866 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:27,867 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:27,867 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:27,891 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-04T08:04:27,891 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-04T08:04:27,892 [Thread-4 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:41976: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown. 2023-05-04T08:04:37,870 [Thread-3 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-04T08:04:57,892 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-04T08:04:57,892 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-04T08:04:57,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:04:57,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:57,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:04:57,894 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:04:57,894 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:57,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:04:57,895 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:04:57,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:04:57,896 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:57,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:04:57,896 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:04:57,896 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:04:57,896 [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-04T08:04:57,899 [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-04T08:04:57,903 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:04:57,906 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:57,907 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:57,908 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:57,908 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:04:57,908 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:57,909 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:04:57,909 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:57,909 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:57,909 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:04:57,909 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:57,909 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:04:57,909 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:57,910 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:57,910 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:04:57,910 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:57,910 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:57,910 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:57,910 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:57,910 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:57,910 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:57,912 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:04:58,215 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:04:58,215 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:58,215 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:04:58,215 [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-04T08:04:58,232 [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-04T08:04:58,235 [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-04T08:04:58,237 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:04:58,241 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:04:58,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:04:58,244 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:04:58,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:04:58,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:04:58,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:04:58,246 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:04:58,247 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:04:58,247 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:04:58,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-04T08:04:58,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:04:58,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-04T08:04:58,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-04T08:04:58,250 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:04:58,250 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-04T08:04:58,250 [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-04T08:04:58,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:04:58,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:04:58,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:04:58,267 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:04:58,267 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:04:58,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:04:58,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:04:58,286 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:04:58,286 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:04:58,286 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1889 2023-05-04T08:04:58,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:04:58,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:58,287 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:04:58,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:58,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:58,288 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:58,288 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:04:58,288 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:58,288 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:58,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:04:58,593 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:58,593 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:04:58,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:04:58,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:58,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:04:58,594 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:04:58,595 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:58,595 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:58,595 [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-04T08:04:58,595 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:04:58,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-04T08:04:58,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:04:58,596 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:58,596 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:04:58,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-04T08:04:58,606 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-04T08:04:58,606 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-04T08:04:58,607 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-04T08:04:58,607 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-04T08:04:58,607 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-04T08:04:58,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:04:58,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:04:58,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:04:58,609 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is updating! 2023-05-04T08:04:58,609 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testTruststore is updating! 2023-05-04T08:04:58,609 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has updated! 2023-05-04T08:04:58,612 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:04:58,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:04:58,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:04:58,615 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:04:58,616 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:04:58,617 [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-04T08:04:58,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:04:58,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:04:58,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:04:58,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:04:58,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:04:58,623 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:04:58,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:04:58,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:04:58,626 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:04:58,627 [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-04T08:04:58,627 [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-04T08:04:58,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:04:58,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:58,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:04:58,631 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:04:58,631 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:58,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:04:58,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:04:58,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:04:58,633 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:04:58,633 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:04:58,633 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:04:58,633 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-04T08:04:58,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:04:58,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-04T08:04:58,634 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-04T08:04:58,634 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:04:58,635 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-04T08:04:58,635 [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-04T08:04:58,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:04:58,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:04:58,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:04:58,641 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:04:58,642 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:04:58,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:04:58,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:04:58,643 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:04:58,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:04:58,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:04:58,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:04:58,644 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-04T08:04:58,644 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-04T08:04:58,645 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-04T08:04:58,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:04:58,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:04:58,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:04:58,651 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:04:58,652 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:04:58,653 [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-04T08:04:58,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:04:58,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:04:58,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:04:58,660 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:04:58,660 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:04:58,660 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:04:58,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:04:58,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:04:58,661 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:04:58,662 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:04:58,662 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:04:58,663 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:58,663 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:58,663 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2023-05-04T08:04:58,663 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:58,663 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-04T08:04:58,663 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:04:58,664 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:58,664 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:04:58,664 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:58,664 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:58,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:59,082 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:04:59,083 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:59,083 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:04:59,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:04:59,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:59,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:04:59,085 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:04:59,085 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:59,085 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:59,086 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:04:59,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:04:59,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:04:59,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:04:59,086 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:04:59,089 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:59,089 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:04:59,090 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:04:59,091 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:59,091 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:04:59,091 [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-04T08:04:59,094 [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-04T08:04:59,096 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:04:59,098 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:59,098 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:59,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:59,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:04:59,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:59,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:04:59,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:59,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:59,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:04:59,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:59,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:04:59,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:59,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:59,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:04:59,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:59,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:59,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:59,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:59,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:59,102 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:59,103 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:04:59,407 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:04:59,407 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:59,408 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:04:59,408 [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-04T08:04:59,413 [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-04T08:04:59,417 [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-04T08:04:59,419 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:04:59,422 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:04:59,424 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:04:59,424 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:04:59,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:04:59,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:04:59,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:04:59,425 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:04:59,425 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:04:59,426 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:04:59,426 [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-04T08:04:59,426 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:04:59,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:04:59,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:04:59,436 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:04:59,437 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:04:59,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:04:59,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:04:59,441 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:04:59,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:04:59,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:04:59,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:04:59,442 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-04T08:04:59,442 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-04T08:04:59,442 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-04T08:04:59,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:04:59,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:04:59,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:04:59,448 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:04:59,449 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:04:59,450 [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-04T08:04:59,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:04:59,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:04:59,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:04:59,454 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:04:59,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:04:59,455 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:04:59,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:04:59,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:04:59,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:04:59,457 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:04:59,457 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:04:59,458 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:59,458 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:59,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-04T08:04:59,458 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8888 2023-05-04T08:04:59,458 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:59,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:04:59,458 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:04:59,458 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:59,458 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:04:59,458 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:59,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:59,458 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:04:59,459 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:59,459 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:59,459 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:59,459 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:59,459 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:04:59,459 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:59,459 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:59,796 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:04:59,796 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:59,797 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:04:59,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:04:59,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:59,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:04:59,798 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:04:59,799 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:04:59,799 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:59,799 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:04:59,799 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:04:59,799 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:04:59,800 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:04:59,800 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:04:59,802 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:59,802 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:04:59,804 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:04:59,804 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:04:59,804 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:04:59,804 [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-04T08:04:59,809 [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-04T08:04:59,812 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:04:59,814 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:59,815 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:04:59,816 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:04:59,816 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:04:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:04:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:04:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:04:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:04:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:04:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:04:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:04:59,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:04:59,819 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:05:00,123 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:00,123 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:00,123 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:05:00,123 [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-04T08:05:00,140 [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-04T08:05:00,143 [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-04T08:05:00,146 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:05:00,150 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:05:00,153 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:00,154 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:05:00,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:05:00,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:00,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:05:00,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:05:00,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:00,155 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:05:00,155 [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-04T08:05:00,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:05:00,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:05:00,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:05:00,166 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:05:00,166 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:05:00,166 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:05:00,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:05:00,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:05:00,167 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:05:00,167 [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-04T08:05:00,168 [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-04T08:05:00,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:05:00,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-04T08:05:00,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:05:00,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:00,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:05:00,171 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:05:00,171 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:05:00,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:05:00,172 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:05:00,172 [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-04T08:05:00,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:00,177 [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-04T08:05:00,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:05:00,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:05:00,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:05:00,181 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:05:00,181 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:05:00,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:05:00,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:05:00,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:05:00,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:05:00,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:05:00,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:05:00,184 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-04T08:05:00,184 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-04T08:05:00,184 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-04T08:05:00,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:05:00,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:05:00,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:05:00,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:05:00,191 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:05:00,191 [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-04T08:05:00,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:05:00,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:05:00,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:05:00,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:05:00,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:05:00,198 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:05:00,200 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:05:00,200 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:05:00,201 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:05:00,201 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:05:00,202 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:05:00,202 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:00,202 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:00,202 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2023-05-04T08:05:00,202 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:00,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:00,228 [Thread-0 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:53522: javax.net.ssl.SSLHandshakeException: Empty server certificate chain. 2023-05-04T08:05:00,233 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2023-05-04T08:05:00,233 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2023-05-04T08:05:10,215 [Thread-4 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2023-05-04T08:05:30,233 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2023-05-04T08:05:30,233 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2023-05-04T08:05:30,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:05:30,235 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:30,235 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:05:30,235 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:05:30,235 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:30,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:05:30,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:30,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:05:30,236 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:05:30,237 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:05:30,237 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:05:30,237 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:05:30,237 [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-04T08:05:30,240 [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-04T08:05:30,242 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:05:30,244 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:30,245 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:30,246 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:05:30,246 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:05:30,246 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:05:30,247 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:05:30,247 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:30,247 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:30,247 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:05:30,247 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:30,247 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:30,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:30,249 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:05:30,557 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:30,557 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:30,557 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:05:30,557 [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-04T08:05:30,572 [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-04T08:05:30,575 [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-04T08:05:30,582 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:05:30,585 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:05:30,587 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:30,587 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:05:30,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:05:30,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:30,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:05:30,588 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:05:30,588 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:30,589 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:05:30,589 [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-04T08:05:30,589 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTruststore 2023-05-04T08:05:30,589 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:05:30,597 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore.... 2023-05-04T08:05:30,600 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is starting! 2023-05-04T08:05:30,600 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has started! 2023-05-04T08:05:30,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTruststore 2023-05-04T08:05:30,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTruststore....Done 2023-05-04T08:05:30,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testTruststore 2023-05-04T08:05:30,603 [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-04T08:05:30,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:05:30,603 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is updating! 2023-05-04T08:05:30,604 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testTruststore is updating! 2023-05-04T08:05:30,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:05:30,604 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore has updated! 2023-05-04T08:05:30,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:05:30,608 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:05:30,608 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:05:30,610 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:05:30,610 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:05:30,610 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:05:30,611 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:05:30,611 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:05:30,611 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:05:30,611 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-04T08:05:30,611 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-04T08:05:30,611 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-04T08:05:30,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:05:30,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:05:30,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:05:30,617 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:05:30,618 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:05:30,618 [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-04T08:05:30,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:05:30,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:05:30,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:05:30,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:05:30,625 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:05:30,625 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:05:30,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:05:30,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:05:30,628 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:05:30,628 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:05:30,629 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:05:30,629 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:30,629 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:30,629 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2023-05-04T08:05:30,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-04T08:05:30,629 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:30,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:05:30,629 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:05:30,629 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:30,629 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:05:30,629 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:30,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:05:30,630 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:05:30,630 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:30,630 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:30,630 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:30,630 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:05:30,630 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:30,630 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:30,630 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:30,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:30,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:30,983 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:05:30,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:05:30,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:30,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:05:30,985 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:05:30,985 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:30,985 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:05:30,985 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:05:30,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:05:30,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:30,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:05:30,986 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:05:30,989 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:05:30,989 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:05:30,990 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:05:30,990 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:05:30,990 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:05:30,991 [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-04T08:05:30,995 [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-04T08:05:30,997 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:05:30,999 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:30,999 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:31,001 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:05:31,001 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:05:31,001 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:05:31,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:05:31,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:31,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:31,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:05:31,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:31,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:05:31,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:31,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:31,003 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:05:31,003 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:31,003 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:31,003 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:31,003 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:05:31,003 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:31,003 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:31,003 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:31,307 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:31,307 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:31,308 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:05:31,308 [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-04T08:05:31,323 [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-04T08:05:31,326 [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-04T08:05:31,328 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:05:31,330 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:05:31,332 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:31,333 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:05:31,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:05:31,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:31,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:05:31,333 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:05:31,334 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:31,334 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:05:31,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore... 2023-05-04T08:05:31,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:05:31,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:05:31,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:05:31,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:05:31,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTruststore...done 2023-05-04T08:05:31,335 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTruststore 2023-05-04T08:05:31,335 [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-04T08:05:31,340 [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-04T08:05:31,343 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:05:31,345 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:31,345 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:31,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:05:31,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:05:31,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:05:31,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:05:31,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:31,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:31,348 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:31,349 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:31,349 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:31,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:31,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:31,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:05:31,653 [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-04T08:05:31,656 [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-04T08:05:31,660 [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-04T08:05:31,664 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:05:31,667 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:05:31,670 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTruststore 2023-05-04T08:05:31,671 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testTruststore is deactivating! 2023-05-04T08:05:31,671 [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-04T08:05:31,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:05:31,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:05:31,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:05:31,680 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:05:31,681 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:05:31,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:05:31,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:05:31,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:05:31,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2023-05-04T08:05:31,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:05:31,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:05:31,684 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-04T08:05:31,684 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-04T08:05:31,685 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-04T08:05:31,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:05:31,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:05:31,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:05:31,690 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:05:31,691 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:05:31,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2023-05-04T08:05:31,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:05:31,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:05:31,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:05:31,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:05:31,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:05:31,698 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:05:31,701 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:05:31,701 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:05:31,701 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:05:31,703 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:05:31,703 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:05:31,704 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:31,704 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:31,704 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2023-05-04T08:05:31,704 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:31,704 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:05:31,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:31,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:31,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:05:31,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:31,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:31,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:31,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:31,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:31,706 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:32,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:32,032 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:32,032 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:05:32,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:05:32,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:32,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:05:32,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:05:32,034 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:32,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:05:32,034 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:05:32,034 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:05:32,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:32,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:05:32,035 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:05:32,035 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:05:32,035 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:05:32,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:05:32,038 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:05:32,038 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:05:32,038 [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-04T08:05:32,040 [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-04T08:05:32,043 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:05:32,044 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:32,045 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:32,046 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:05:32,046 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:05:32,046 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:05:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:32,048 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:32,048 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:32,048 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:32,048 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:32,048 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:32,048 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:05:32,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:32,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:32,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:05:32,352 [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-04T08:05:32,367 [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-04T08:05:32,369 [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-04T08:05:32,371 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:05:32,374 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:05:32,377 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:32,377 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:05:32,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:05:32,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:32,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:05:32,378 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:05:32,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:32,379 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:05:32,379 [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-04T08:05:32,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:05:32,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:05:32,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:05:32,388 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:05:32,388 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:05:32,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:05:32,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:05:32,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:05:32,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-04T08:05:32,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2023-05-04T08:05:32,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:05:32,390 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2023-05-04T08:05:32,390 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle testKeystore is updating! 2023-05-04T08:05:32,391 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2023-05-04T08:05:32,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2023-05-04T08:05:32,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2023-05-04T08:05:32,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2023-05-04T08:05:32,396 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2023-05-04T08:05:32,397 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:05:32,398 [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-04T08:05:32,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2023-05-04T08:05:32,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:05:32,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2023-05-04T08:05:32,403 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2023-05-04T08:05:32,403 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:05:32,403 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2023-05-04T08:05:32,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2023-05-04T08:05:32,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2023-05-04T08:05:32,404 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2023-05-04T08:05:32,405 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:05:32,405 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:05:32,405 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:32,405 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:32,405 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2023-05-04T08:05:32,405 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2023-05-04T08:05:32,406 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:32,406 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2023-05-04T08:05:32,406 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:05:32,406 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:32,406 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:05:32,406 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:32,406 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:05:32,406 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:05:32,406 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:32,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:32,407 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:05:32,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:32,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:32,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:32,407 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:32,738 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:32,738 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:32,738 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2023-05-04T08:05:32,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2023-05-04T08:05:32,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:32,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2023-05-04T08:05:32,739 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2023-05-04T08:05:32,739 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2023-05-04T08:05:32,739 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:05:32,739 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:05:32,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:05:32,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:32,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:05:32,740 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:05:32,741 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:05:32,741 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:05:32,742 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:05:32,742 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:05:32,742 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:05:32,743 [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-04T08:05:32,746 [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-04T08:05:32,749 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:05:32,752 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:32,752 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:05:32,754 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:05:32,754 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:05:32,755 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:05:32,755 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:05:32,755 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:32,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:05:32,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:05:32,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:05:32,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:05:32,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:05:32,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:05:32,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:05:32,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:05:32,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:05:32,757 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:05:32,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:05:32,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:05:32,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:05:32,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:05:33,062 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:05:33,062 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:05:33,063 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:05:33,063 [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-04T08:05:33,079 [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-04T08:05:33,082 [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-04T08:05:33,085 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:05:33,088 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:05:33,091 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:05:33,091 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:05:33,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2023-05-04T08:05:33,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:33,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2023-05-04T08:05:33,092 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2023-05-04T08:05:33,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2023-05-04T08:05:33,093 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:05:33,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187467164... 2023-05-04T08:05:33,111 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:05:33,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2023-05-04T08:05:33,114 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2023-05-04T08:05:33,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.test/target/kura/user/snapshots/snapshot_1683187533114.xml... 2023-05-04T08:05:33,130 [main] INFO o.e.k.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_1683187533114.xml... Done. 2023-05-04T08:05:33,130 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:05:33,131 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:05:33,131 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:05:33,135 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [fc183a2a-ea51-11ed-bce1-0a580a281b97] stopped, uptime 3 minutes 2023-05-04T08:05:33,135 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@9f58af5f 2023-05-04T08:05:33,136 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-04T08:05:33,187 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:05:33,190 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533190--3931375163515906267 with QoS: 0 2023-05-04T08:05:33,192 [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-04T08:05:33,217 [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-04T08:05:33,219 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/GET/deploymentPackages with QoS: 0 2023-05-04T08:05:33,221 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/GET/deploymentPackages 2023-05-04T08:05:33,237 [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-04T08:05:33,237 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683187533190--3931375163515906267, priority: 1 2023-05-04T08:05:33,239 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683187533190--3931375163515906267, priority: 1 2023-05-04T08:05:33,242 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533190--3931375163515906267 with QoS: 0 2023-05-04T08:05:33,245 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533190--3931375163515906267 2023-05-04T08:05:33,245 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533190--3931375163515906267 2023-05-04T08:05:33,252 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-04T08:05:33,351 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:05:33,352 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533352-1263013162144927503 with QoS: 0 2023-05-04T08:05:33,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-04T08:05:33,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-04T08:05:33,358 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/GET/inventory with QoS: 0 2023-05-04T08:05:33,361 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/GET/inventory 2023-05-04T08:05:33,424 [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-04T08:05:33,424 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683187533352-1263013162144927503, priority: 1 2023-05-04T08:05:33,428 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683187533352-1263013162144927503, priority: 1 2023-05-04T08:05:33,432 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533352-1263013162144927503 with QoS: 0 2023-05-04T08:05:33,438 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533352-1263013162144927503 2023-05-04T08:05:33,438 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533352-1263013162144927503 2023-05-04T08:05:33,444 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-04T08:05:33,484 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:05:33,486 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533486-4065114400723017524 with QoS: 0 2023-05-04T08:05:33,488 [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-04T08:05:33,515 [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-04T08:05:33,519 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/GET/bundles with QoS: 0 2023-05-04T08:05:33,522 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/GET/bundles 2023-05-04T08:05:33,533 [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-04T08:05:33,533 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683187533486-4065114400723017524, priority: 1 2023-05-04T08:05:33,536 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683187533486-4065114400723017524, priority: 1 2023-05-04T08:05:33,538 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533486-4065114400723017524 with QoS: 0 2023-05-04T08:05:33,542 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533486-4065114400723017524 2023-05-04T08:05:33,542 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533486-4065114400723017524 2023-05-04T08:05:33,545 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-04T08:05:33,587 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:05:33,616 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533616--1701054902802961311 with QoS: 0 2023-05-04T08:05:33,617 [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-04T08:05:33,620 [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-04T08:05:33,622 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/GET/systemPackages with QoS: 0 2023-05-04T08:05:33,624 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/GET/systemPackages 2023-05-04T08:05:33,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-04T08:05:33,640 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683187533616--1701054902802961311, priority: 1 2023-05-04T08:05:33,643 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1683187533616--1701054902802961311, priority: 1 2023-05-04T08:05:33,645 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533616--1701054902802961311 with QoS: 0 2023-05-04T08:05:33,649 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533616--1701054902802961311 2023-05-04T08:05:33,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/INVENTORY-V1/REPLY/1683187533616--1701054902802961311 2023-05-04T08:05:33,652 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:33,657 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:33,659 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:34,658 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:34,663 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:34,667 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:35,664 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:35,667 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:35,670 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:36,667 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:36,671 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:36,673 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:37,671 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:37,674 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:37,678 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:38,674 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:38,677 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:38,679 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:39,678 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:39,683 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:39,686 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:40,684 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:40,687 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:40,688 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:41,687 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:41,691 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:41,694 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:42,691 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:42,694 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:42,696 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:43,694 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:43,698 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:43,699 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:44,698 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:44,701 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:44,703 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:45,701 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:45,704 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:45,706 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:46,705 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:46,708 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:46,711 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:47,708 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:47,711 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:47,713 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:48,712 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:48,715 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:48,717 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:49,715 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:49,718 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:49,720 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:50,719 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:50,722 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:50,724 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:51,722 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:51,726 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:51,727 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:52,726 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:52,730 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:52,733 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:53,731 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:53,734 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:53,735 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:54,734 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:54,737 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:54,740 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:55,738 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:55,741 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:55,743 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:56,742 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:56,745 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:56,747 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:57,745 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:57,749 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:57,750 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:58,749 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:58,753 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:58,754 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:05:59,753 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:59,756 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:05:59,757 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:00,757 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:00,762 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:00,765 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:01,762 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:01,765 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:01,767 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:02,766 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:02,769 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:02,771 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:03,769 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:03,772 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:03,775 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:04,773 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:04,776 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:04,777 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:05,776 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:05,779 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:05,782 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:06,780 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:06,783 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:06,785 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:07,784 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:07,786 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:07,788 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:08,787 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:08,790 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:08,793 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:09,790 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:09,793 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:09,795 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:10,794 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:10,796 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:10,798 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:11,797 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:11,800 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:11,802 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:12,801 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:12,803 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:12,805 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:13,804 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:13,807 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:13,809 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:14,807 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:14,810 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:14,814 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:15,811 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:15,814 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:15,815 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:16,814 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:16,818 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:16,821 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:17,819 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:17,822 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:17,824 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:18,823 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:18,826 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:18,828 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:19,826 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:19,828 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:19,830 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:20,829 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:20,832 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:20,833 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:21,832 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:21,835 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:21,836 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:22,835 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:22,839 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:22,840 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:23,839 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:23,842 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:23,845 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:24,843 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:24,845 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:24,847 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:25,846 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:25,850 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:25,853 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:26,851 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:26,855 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:26,858 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:27,856 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:27,859 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:27,862 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:28,860 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:28,863 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:28,864 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:29,863 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:29,866 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:29,868 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:30,867 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:30,870 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:30,871 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:31,870 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:31,874 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:31,876 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:32,875 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:32,877 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:32,879 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:33,878 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:33,881 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:33,882 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:34,881 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:34,884 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:34,885 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:35,884 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:35,886 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:35,888 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:36,887 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:36,889 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:36,891 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:37,890 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:37,893 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:37,894 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:38,893 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:38,896 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:38,898 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:39,896 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:39,900 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:39,902 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:40,900 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:40,915 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:40,917 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:41,916 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:41,918 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:41,920 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:42,919 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:42,922 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:42,923 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:43,922 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:43,925 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:43,927 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:44,925 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:44,928 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:44,930 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:45,928 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:45,931 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:45,932 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:46,931 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:46,935 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:46,937 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:47,935 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:47,938 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:47,940 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:48,938 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:48,941 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:48,942 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:49,941 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:49,944 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:49,946 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:50,944 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:50,947 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:50,948 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:51,947 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:51,952 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:51,954 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:52,952 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:52,956 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:52,958 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:53,956 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:53,959 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:53,961 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:54,960 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:54,962 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:54,964 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:55,963 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:55,965 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:55,967 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:56,966 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:56,968 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:56,970 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:57,969 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:57,972 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:57,974 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:58,972 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:58,976 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:58,979 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:06:59,977 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:59,980 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:06:59,981 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:00,980 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:00,982 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:00,984 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:01,983 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:01,986 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:01,988 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:02,986 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:02,989 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:02,990 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:03,989 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:03,992 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:03,993 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:04,992 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:04,994 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:04,995 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:05,994 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:05,997 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:05,999 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:06,998 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:07,001 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:07,004 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:08,002 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:08,004 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:08,006 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:09,005 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:09,009 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:09,011 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:10,010 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:10,012 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:10,014 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:11,013 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:11,015 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:11,017 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:12,016 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:12,018 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:12,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:13,019 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:13,021 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:13,023 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 0 2023-05-04T08:07:14,022 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,026 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,027 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 146 2023-05-04T08:07:14,027 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,029 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,032 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,032 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 147 2023-05-04T08:07:14,032 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,035 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,035 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 148 2023-05-04T08:07:14,035 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,038 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,038 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 149 2023-05-04T08:07:14,038 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,040 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 146 to store 2023-05-04T08:07:14,041 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,041 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 150 2023-05-04T08:07:14,042 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,046 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,046 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 151 2023-05-04T08:07:14,046 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,050 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,051 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 152 2023-05-04T08:07:14,051 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,053 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,053 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 153 2023-05-04T08:07:14,053 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,055 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,055 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 154 2023-05-04T08:07:14,055 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,057 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,057 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 155 2023-05-04T08:07:14,057 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,058 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,059 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 156 2023-05-04T08:07:14,059 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,060 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,060 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 157 2023-05-04T08:07:14,060 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,062 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,062 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 158 2023-05-04T08:07:14,062 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,064 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,064 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 159 2023-05-04T08:07:14,064 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,067 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,067 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 160 2023-05-04T08:07:14,067 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,070 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,070 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 161 2023-05-04T08:07:14,070 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,072 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,073 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 162 2023-05-04T08:07:14,073 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,074 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,075 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 163 2023-05-04T08:07:14,075 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,076 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,076 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 164 2023-05-04T08:07:14,076 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,078 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,078 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 165 2023-05-04T08:07:14,078 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,080 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,080 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 166 2023-05-04T08:07:14,080 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,081 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,081 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 167 2023-05-04T08:07:14,081 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,083 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,083 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 168 2023-05-04T08:07:14,083 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,086 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,086 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 169 2023-05-04T08:07:14,086 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,089 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,089 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 170 2023-05-04T08:07:14,089 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,092 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,092 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 171 2023-05-04T08:07:14,093 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,095 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,095 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 172 2023-05-04T08:07:14,095 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,096 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,096 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 173 2023-05-04T08:07:14,096 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,098 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,098 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 174 2023-05-04T08:07:14,098 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,099 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,099 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 175 2023-05-04T08:07:14,099 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,101 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,101 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 176 2023-05-04T08:07:14,101 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,102 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,102 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 177 2023-05-04T08:07:14,103 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,104 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,104 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 178 2023-05-04T08:07:14,104 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,106 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,106 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 179 2023-05-04T08:07:14,106 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,116 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,116 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 180 2023-05-04T08:07:14,117 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,120 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,120 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,120 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 181 2023-05-04T08:07:14,120 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,124 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,124 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 182 2023-05-04T08:07:14,124 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,125 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 147 to store 2023-05-04T08:07:14,128 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,128 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 183 2023-05-04T08:07:14,128 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,134 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,134 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 184 2023-05-04T08:07:14,134 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,136 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,136 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 185 2023-05-04T08:07:14,136 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,138 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,138 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 186 2023-05-04T08:07:14,138 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,140 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,140 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 187 2023-05-04T08:07:14,140 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,141 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,142 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 188 2023-05-04T08:07:14,142 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,143 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,143 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 189 2023-05-04T08:07:14,143 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,147 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,147 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 190 2023-05-04T08:07:14,147 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,151 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,151 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 191 2023-05-04T08:07:14,151 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,154 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,154 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 192 2023-05-04T08:07:14,154 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,156 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,156 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 193 2023-05-04T08:07:14,156 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,158 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,159 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 194 2023-05-04T08:07:14,159 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,161 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,161 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 195 2023-05-04T08:07:14,161 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,162 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,163 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 196 2023-05-04T08:07:14,163 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,164 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,165 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 197 2023-05-04T08:07:14,165 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,168 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,168 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 198 2023-05-04T08:07:14,169 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,172 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,172 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 199 2023-05-04T08:07:14,172 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,175 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,175 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 200 2023-05-04T08:07:14,175 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,177 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,177 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 201 2023-05-04T08:07:14,177 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,179 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,179 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 202 2023-05-04T08:07:14,179 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,181 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,181 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 203 2023-05-04T08:07:14,181 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,183 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,183 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 204 2023-05-04T08:07:14,183 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,185 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,185 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 205 2023-05-04T08:07:14,185 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,187 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,188 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 206 2023-05-04T08:07:14,188 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,190 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,190 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 207 2023-05-04T08:07:14,191 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,193 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,194 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 208 2023-05-04T08:07:14,194 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,196 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,196 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 209 2023-05-04T08:07:14,196 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,198 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,198 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 210 2023-05-04T08:07:14,198 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,200 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,200 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 211 2023-05-04T08:07:14,200 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,216 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,216 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 212 2023-05-04T08:07:14,216 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,217 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,217 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 213 2023-05-04T08:07:14,217 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,219 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,219 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 214 2023-05-04T08:07:14,219 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,221 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,221 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 215 2023-05-04T08:07:14,221 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,223 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,223 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 216 2023-05-04T08:07:14,223 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,224 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,225 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 217 2023-05-04T08:07:14,225 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,226 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,226 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 218 2023-05-04T08:07:14,226 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,228 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,228 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 219 2023-05-04T08:07:14,228 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,230 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,230 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 220 2023-05-04T08:07:14,230 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,231 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,232 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 221 2023-05-04T08:07:14,232 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,233 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,233 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 222 2023-05-04T08:07:14,233 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,235 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,235 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 223 2023-05-04T08:07:14,235 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,238 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,238 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 224 2023-05-04T08:07:14,238 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,241 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,241 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 225 2023-05-04T08:07:14,241 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,244 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,244 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 226 2023-05-04T08:07:14,244 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,247 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,247 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 227 2023-05-04T08:07:14,247 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,248 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,248 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 228 2023-05-04T08:07:14,248 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,250 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,250 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 229 2023-05-04T08:07:14,250 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,252 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,252 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 230 2023-05-04T08:07:14,252 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,254 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,254 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 231 2023-05-04T08:07:14,254 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,256 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,256 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 232 2023-05-04T08:07:14,256 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,258 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,259 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 233 2023-05-04T08:07:14,259 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,261 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,261 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 234 2023-05-04T08:07:14,261 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,264 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,264 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 235 2023-05-04T08:07:14,264 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,266 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,266 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 236 2023-05-04T08:07:14,266 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,268 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,268 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 237 2023-05-04T08:07:14,268 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,270 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,270 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 238 2023-05-04T08:07:14,270 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,272 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,272 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 239 2023-05-04T08:07:14,272 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,274 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,274 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 240 2023-05-04T08:07:14,274 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,275 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,276 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 241 2023-05-04T08:07:14,276 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,277 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,277 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 242 2023-05-04T08:07:14,277 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,279 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,279 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 243 2023-05-04T08:07:14,279 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,280 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,280 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 244 2023-05-04T08:07:14,280 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,282 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:14,282 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 245 2023-05-04T08:07:14,282 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 0 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 147 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 148 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 149 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 150 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 151 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 152 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 153 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 154 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 155 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 156 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 157 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 158 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 159 2023-05-04T08:07:14,283 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 160 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 161 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 162 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 163 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 164 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 165 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 166 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 167 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 168 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 169 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 170 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 171 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 172 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 173 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 174 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 175 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 176 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 177 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 178 2023-05-04T08:07:14,284 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 179 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 180 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 181 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 182 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 183 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 184 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 185 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 186 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 187 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 188 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 189 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 190 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 191 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 192 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 193 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 194 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 195 2023-05-04T08:07:14,285 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 196 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 197 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 198 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 199 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 200 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 201 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 202 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 203 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 204 2023-05-04T08:07:14,286 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 205 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 206 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 207 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 208 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 209 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 210 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 211 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 212 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 213 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 214 2023-05-04T08:07:14,287 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 215 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 216 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 217 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 218 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 219 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 220 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 221 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 222 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 223 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 224 2023-05-04T08:07:14,288 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 225 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 226 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 227 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 228 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 229 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 230 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 231 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 232 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 233 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 234 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 235 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 236 2023-05-04T08:07:14,289 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 237 2023-05-04T08:07:14,290 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 238 2023-05-04T08:07:14,290 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 239 2023-05-04T08:07:14,290 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 240 2023-05-04T08:07:14,290 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 241 2023-05-04T08:07:14,290 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 242 2023-05-04T08:07:14,290 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 243 2023-05-04T08:07:14,290 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 244 2023-05-04T08:07:14,290 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 245 2023-05-04T08:07:14,291 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,318 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 148 to store 2023-05-04T08:07:14,321 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,325 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 149 to store 2023-05-04T08:07:14,328 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,333 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 150 to store 2023-05-04T08:07:14,336 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,340 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 151 to store 2023-05-04T08:07:14,343 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,347 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 152 to store 2023-05-04T08:07:14,351 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,356 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 153 to store 2023-05-04T08:07:14,360 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,365 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 154 to store 2023-05-04T08:07:14,368 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,372 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 155 to store 2023-05-04T08:07:14,374 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,378 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 156 to store 2023-05-04T08:07:14,380 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,384 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 157 to store 2023-05-04T08:07:14,387 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,392 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 158 to store 2023-05-04T08:07:14,396 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,400 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 159 to store 2023-05-04T08:07:14,402 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,406 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 160 to store 2023-05-04T08:07:14,409 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,415 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 161 to store 2023-05-04T08:07:14,419 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,424 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 162 to store 2023-05-04T08:07:14,427 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,431 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 163 to store 2023-05-04T08:07:14,433 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,437 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 164 to store 2023-05-04T08:07:14,440 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,445 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 165 to store 2023-05-04T08:07:14,448 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,452 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 166 to store 2023-05-04T08:07:14,454 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,458 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 167 to store 2023-05-04T08:07:14,462 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,467 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 168 to store 2023-05-04T08:07:14,469 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,473 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 169 to store 2023-05-04T08:07:14,475 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,480 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 170 to store 2023-05-04T08:07:14,483 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,488 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 171 to store 2023-05-04T08:07:14,490 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,515 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 172 to store 2023-05-04T08:07:14,518 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,522 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 173 to store 2023-05-04T08:07:14,524 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,528 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 174 to store 2023-05-04T08:07:14,531 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,536 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 175 to store 2023-05-04T08:07:14,539 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,542 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 176 to store 2023-05-04T08:07:14,544 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,548 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 177 to store 2023-05-04T08:07:14,552 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,557 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 178 to store 2023-05-04T08:07:14,559 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,563 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 179 to store 2023-05-04T08:07:14,565 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,569 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 180 to store 2023-05-04T08:07:14,572 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,577 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 181 to store 2023-05-04T08:07:14,579 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,583 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 182 to store 2023-05-04T08:07:14,585 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,614 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,618 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 183 to store 2023-05-04T08:07:14,621 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 184 to store 2023-05-04T08:07:14,625 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,630 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 185 to store 2023-05-04T08:07:14,633 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,638 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 186 to store 2023-05-04T08:07:14,640 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,644 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 187 to store 2023-05-04T08:07:14,646 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,650 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 188 to store 2023-05-04T08:07:14,653 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,658 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 189 to store 2023-05-04T08:07:14,660 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,664 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 190 to store 2023-05-04T08:07:14,666 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,670 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 191 to store 2023-05-04T08:07:14,673 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,678 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 192 to store 2023-05-04T08:07:14,680 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,684 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 193 to store 2023-05-04T08:07:14,686 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,691 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 194 to store 2023-05-04T08:07:14,715 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,719 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 195 to store 2023-05-04T08:07:14,722 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,727 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 196 to store 2023-05-04T08:07:14,730 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,734 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 197 to store 2023-05-04T08:07:14,736 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,740 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 198 to store 2023-05-04T08:07:14,744 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,748 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 199 to store 2023-05-04T08:07:14,751 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,755 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 200 to store 2023-05-04T08:07:14,757 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,762 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 201 to store 2023-05-04T08:07:14,765 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,770 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 202 to store 2023-05-04T08:07:14,772 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,776 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 203 to store 2023-05-04T08:07:14,778 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,782 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 204 to store 2023-05-04T08:07:14,785 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,790 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 205 to store 2023-05-04T08:07:14,792 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,796 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 206 to store 2023-05-04T08:07:14,816 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,820 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 207 to store 2023-05-04T08:07:14,822 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,826 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 208 to store 2023-05-04T08:07:14,828 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,832 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 209 to store 2023-05-04T08:07:14,834 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,839 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 210 to store 2023-05-04T08:07:14,842 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,846 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 211 to store 2023-05-04T08:07:14,850 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,855 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 212 to store 2023-05-04T08:07:14,858 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,862 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 213 to store 2023-05-04T08:07:14,865 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,869 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 214 to store 2023-05-04T08:07:14,871 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,875 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 215 to store 2023-05-04T08:07:14,878 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,883 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 216 to store 2023-05-04T08:07:14,886 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,889 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 217 to store 2023-05-04T08:07:14,892 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,914 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 218 to store 2023-05-04T08:07:14,916 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,920 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 219 to store 2023-05-04T08:07:14,922 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,926 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 220 to store 2023-05-04T08:07:14,929 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,934 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 221 to store 2023-05-04T08:07:14,936 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,940 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 222 to store 2023-05-04T08:07:14,942 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,946 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 223 to store 2023-05-04T08:07:14,949 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,954 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 224 to store 2023-05-04T08:07:14,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,962 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 225 to store 2023-05-04T08:07:14,964 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,968 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 226 to store 2023-05-04T08:07:14,970 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,974 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 227 to store 2023-05-04T08:07:14,976 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,980 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 228 to store 2023-05-04T08:07:14,981 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,985 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 229 to store 2023-05-04T08:07:14,988 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:14,993 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,019 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 230 to store 2023-05-04T08:07:15,021 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 231 to store 2023-05-04T08:07:15,024 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,028 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 232 to store 2023-05-04T08:07:15,030 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,034 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 233 to store 2023-05-04T08:07:15,037 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,042 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 234 to store 2023-05-04T08:07:15,044 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,048 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 235 to store 2023-05-04T08:07:15,050 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,054 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 236 to store 2023-05-04T08:07:15,057 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,062 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 237 to store 2023-05-04T08:07:15,064 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,068 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 238 to store 2023-05-04T08:07:15,070 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,074 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 239 to store 2023-05-04T08:07:15,076 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,081 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 240 to store 2023-05-04T08:07:15,084 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,089 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 241 to store 2023-05-04T08:07:15,092 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,118 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 242 to store 2023-05-04T08:07:15,120 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,124 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 243 to store 2023-05-04T08:07:15,126 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,131 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 244 to store 2023-05-04T08:07:15,134 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:15,138 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 245 to store 2023-05-04T08:07:15,290 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 1 2023-05-04T08:07:15,290 [main] INFO o.e.k.c.t.DataServiceTest - All confirmed value: true 2023-05-04T08:07:15,290 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,292 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,292 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,294 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,294 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,295 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,296 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,296 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,298 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,298 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,300 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,300 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,301 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,303 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,303 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,305 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,305 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,306 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 246 to store 2023-05-04T08:07:15,307 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,307 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,310 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,310 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,312 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,312 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,313 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,313 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,315 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,315 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,316 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,316 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,318 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,318 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,319 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,319 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,320 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,320 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,321 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,321 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,323 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,323 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,324 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,324 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,326 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,326 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,327 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,327 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,329 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,329 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,329 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,331 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,331 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,333 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,334 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,335 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 247 to store 2023-05-04T08:07:15,337 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,337 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,341 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,341 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,344 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,344 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,346 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,347 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,348 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,348 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,349 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,349 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,351 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,351 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,352 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,352 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,354 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,354 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,355 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,355 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,356 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,356 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,358 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,358 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,360 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,361 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,361 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,363 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,363 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,365 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,365 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,367 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 248 to store 2023-05-04T08:07:15,369 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,369 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,373 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,374 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,377 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,377 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,378 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,378 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,380 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,380 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,381 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,381 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,383 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,383 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,384 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,384 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,385 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,385 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,386 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,386 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,415 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,415 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,417 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,417 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,418 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,418 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,420 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,420 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,421 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,421 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,422 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,422 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,423 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,423 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,424 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,425 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,427 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,427 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,429 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,429 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,431 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,431 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,433 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,433 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,433 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,435 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,435 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,436 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,436 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,437 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 249 to store 2023-05-04T08:07:15,438 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,439 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,441 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,441 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,443 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,443 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,444 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,444 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,445 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,445 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,446 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,446 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,447 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,447 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,449 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,449 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,450 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,450 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,451 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,451 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,452 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,452 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,453 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,453 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,454 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,455 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,456 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,457 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,458 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,458 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,460 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,460 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,462 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,462 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,464 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,464 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,466 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,466 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,467 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,467 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,468 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,468 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,469 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,469 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,470 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,470 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,471 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,471 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,473 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,473 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,474 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,474 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,476 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,476 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,476 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,478 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,478 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,515 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,515 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,517 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 250 to store 2023-05-04T08:07:15,519 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,519 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,522 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,523 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,525 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,525 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,527 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,527 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,528 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,528 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,529 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,529 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,530 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,530 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,532 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:15,532 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,535 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 251 to store 2023-05-04T08:07:15,539 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,543 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 252 to store 2023-05-04T08:07:15,545 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,549 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 253 to store 2023-05-04T08:07:15,551 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,554 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 254 to store 2023-05-04T08:07:15,558 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,562 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 255 to store 2023-05-04T08:07:15,565 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,569 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 256 to store 2023-05-04T08:07:15,572 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,576 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 257 to store 2023-05-04T08:07:15,579 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,583 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 258 to store 2023-05-04T08:07:15,586 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,615 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 259 to store 2023-05-04T08:07:15,620 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,623 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 260 to store 2023-05-04T08:07:15,626 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,629 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 261 to store 2023-05-04T08:07:15,631 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,635 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 262 to store 2023-05-04T08:07:15,638 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,642 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 263 to store 2023-05-04T08:07:15,646 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,649 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 264 to store 2023-05-04T08:07:15,653 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,656 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 265 to store 2023-05-04T08:07:15,659 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,662 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 266 to store 2023-05-04T08:07:15,665 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,668 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 267 to store 2023-05-04T08:07:15,672 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,675 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 268 to store 2023-05-04T08:07:15,679 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,683 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 269 to store 2023-05-04T08:07:15,686 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,715 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 270 to store 2023-05-04T08:07:15,719 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,723 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 271 to store 2023-05-04T08:07:15,727 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,730 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 272 to store 2023-05-04T08:07:15,733 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,737 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 273 to store 2023-05-04T08:07:15,741 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,745 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 274 to store 2023-05-04T08:07:15,749 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,753 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 275 to store 2023-05-04T08:07:15,756 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,759 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 276 to store 2023-05-04T08:07:15,762 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,765 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 277 to store 2023-05-04T08:07:15,769 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,773 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 278 to store 2023-05-04T08:07:15,776 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,780 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 279 to store 2023-05-04T08:07:15,784 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,787 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 280 to store 2023-05-04T08:07:15,816 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,821 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,825 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 281 to store 2023-05-04T08:07:15,828 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,831 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 282 to store 2023-05-04T08:07:15,832 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 283 to store 2023-05-04T08:07:15,834 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,837 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 284 to store 2023-05-04T08:07:15,840 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,843 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 285 to store 2023-05-04T08:07:15,846 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,849 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 286 to store 2023-05-04T08:07:15,851 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,856 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,861 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 287 to store 2023-05-04T08:07:15,862 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 288 to store 2023-05-04T08:07:15,865 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,867 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 289 to store 2023-05-04T08:07:15,870 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,873 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 290 to store 2023-05-04T08:07:15,876 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,878 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 291 to store 2023-05-04T08:07:15,920 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 292 to store 2023-05-04T08:07:15,923 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,927 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,931 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 293 to store 2023-05-04T08:07:15,933 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,937 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 294 to store 2023-05-04T08:07:15,940 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,944 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 295 to store 2023-05-04T08:07:15,946 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,950 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,953 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 296 to store 2023-05-04T08:07:15,956 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 297 to store 2023-05-04T08:07:15,959 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,962 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 298 to store 2023-05-04T08:07:15,965 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,968 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 299 to store 2023-05-04T08:07:15,971 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,973 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 300 to store 2023-05-04T08:07:15,976 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,980 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 301 to store 2023-05-04T08:07:15,983 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:15,987 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 302 to store 2023-05-04T08:07:16,016 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 303 to store 2023-05-04T08:07:16,019 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,024 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,028 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 304 to store 2023-05-04T08:07:16,030 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,035 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,038 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 305 to store 2023-05-04T08:07:16,041 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 306 to store 2023-05-04T08:07:16,044 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,048 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 307 to store 2023-05-04T08:07:16,051 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,054 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 308 to store 2023-05-04T08:07:16,058 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,061 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 309 to store 2023-05-04T08:07:16,065 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,068 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 310 to store 2023-05-04T08:07:16,072 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,075 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 311 to store 2023-05-04T08:07:16,079 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,082 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 312 to store 2023-05-04T08:07:16,085 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,088 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 313 to store 2023-05-04T08:07:16,117 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 314 to store 2023-05-04T08:07:16,120 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,125 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,130 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,133 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 315 to store 2023-05-04T08:07:16,135 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 316 to store 2023-05-04T08:07:16,138 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,142 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 317 to store 2023-05-04T08:07:16,145 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,149 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 318 to store 2023-05-04T08:07:16,152 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,156 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 319 to store 2023-05-04T08:07:16,158 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,162 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 320 to store 2023-05-04T08:07:16,164 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,168 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,172 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 321 to store 2023-05-04T08:07:16,175 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,178 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 322 to store 2023-05-04T08:07:16,181 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 323 to store 2023-05-04T08:07:16,184 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,187 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 324 to store 2023-05-04T08:07:16,216 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,219 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 325 to store 2023-05-04T08:07:16,223 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,226 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 326 to store 2023-05-04T08:07:16,229 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,233 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 327 to store 2023-05-04T08:07:16,236 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,240 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 328 to store 2023-05-04T08:07:16,243 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,246 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 329 to store 2023-05-04T08:07:16,250 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,254 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 330 to store 2023-05-04T08:07:16,257 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,260 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 331 to store 2023-05-04T08:07:16,262 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,265 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 332 to store 2023-05-04T08:07:16,268 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,272 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 333 to store 2023-05-04T08:07:16,275 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,278 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 334 to store 2023-05-04T08:07:16,280 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,283 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 335 to store 2023-05-04T08:07:16,286 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,314 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 336 to store 2023-05-04T08:07:16,318 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,322 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,326 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 337 to store 2023-05-04T08:07:16,328 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 338 to store 2023-05-04T08:07:16,331 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,334 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 339 to store 2023-05-04T08:07:16,337 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,341 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 340 to store 2023-05-04T08:07:16,344 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,347 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 341 to store 2023-05-04T08:07:16,351 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,354 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 342 to store 2023-05-04T08:07:16,357 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,361 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 343 to store 2023-05-04T08:07:16,364 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 2 2023-05-04T08:07:16,368 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 344 to store 2023-05-04T08:07:16,373 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 345 to store 2023-05-04T08:07:16,532 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,534 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,534 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 346 2023-05-04T08:07:16,534 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,535 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,536 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,536 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 347 2023-05-04T08:07:16,536 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,541 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,541 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 348 2023-05-04T08:07:16,541 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,543 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 346 to store 2023-05-04T08:07:16,545 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,545 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 349 2023-05-04T08:07:16,545 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,548 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,548 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 350 2023-05-04T08:07:16,548 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,551 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,551 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 351 2023-05-04T08:07:16,551 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,552 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,552 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 352 2023-05-04T08:07:16,552 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,554 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,554 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 353 2023-05-04T08:07:16,554 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,555 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,555 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 354 2023-05-04T08:07:16,555 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,556 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,556 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 355 2023-05-04T08:07:16,556 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,557 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,557 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 356 2023-05-04T08:07:16,557 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,559 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,559 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 357 2023-05-04T08:07:16,559 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,560 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,560 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 358 2023-05-04T08:07:16,560 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,561 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,561 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 359 2023-05-04T08:07:16,561 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,562 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,562 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 360 2023-05-04T08:07:16,562 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,563 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,563 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 361 2023-05-04T08:07:16,563 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,564 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,564 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 362 2023-05-04T08:07:16,564 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,565 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,566 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 363 2023-05-04T08:07:16,566 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,567 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,567 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 364 2023-05-04T08:07:16,567 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,568 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,568 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 365 2023-05-04T08:07:16,568 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,569 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,569 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 366 2023-05-04T08:07:16,569 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,570 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,570 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 367 2023-05-04T08:07:16,570 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,571 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,571 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 368 2023-05-04T08:07:16,571 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,573 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,573 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 369 2023-05-04T08:07:16,573 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,574 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,574 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 370 2023-05-04T08:07:16,574 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,575 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,575 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 371 2023-05-04T08:07:16,575 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,576 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,576 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 372 2023-05-04T08:07:16,576 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,578 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,578 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 373 2023-05-04T08:07:16,578 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,579 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,579 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 374 2023-05-04T08:07:16,579 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,580 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,580 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 375 2023-05-04T08:07:16,580 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,582 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,582 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 376 2023-05-04T08:07:16,582 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,583 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,583 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 377 2023-05-04T08:07:16,583 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,584 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,584 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 378 2023-05-04T08:07:16,584 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,586 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,586 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 379 2023-05-04T08:07:16,586 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,587 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,587 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 380 2023-05-04T08:07:16,587 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,588 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,588 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 381 2023-05-04T08:07:16,588 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,589 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,589 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 382 2023-05-04T08:07:16,589 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,615 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,615 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 383 2023-05-04T08:07:16,615 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,617 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,617 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 384 2023-05-04T08:07:16,617 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,618 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,618 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 385 2023-05-04T08:07:16,618 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,619 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,619 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 386 2023-05-04T08:07:16,619 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,620 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,620 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 387 2023-05-04T08:07:16,620 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,622 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,622 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 388 2023-05-04T08:07:16,622 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,623 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,623 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 389 2023-05-04T08:07:16,623 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,624 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,624 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 390 2023-05-04T08:07:16,624 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,625 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,625 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 391 2023-05-04T08:07:16,625 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,626 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,626 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 392 2023-05-04T08:07:16,626 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,627 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,627 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 393 2023-05-04T08:07:16,627 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,628 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,628 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 394 2023-05-04T08:07:16,628 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,630 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,630 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 395 2023-05-04T08:07:16,630 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,631 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,631 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 396 2023-05-04T08:07:16,631 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,632 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,632 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 397 2023-05-04T08:07:16,632 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,634 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,634 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 398 2023-05-04T08:07:16,634 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,636 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,636 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 399 2023-05-04T08:07:16,636 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,637 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,638 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 400 2023-05-04T08:07:16,638 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,639 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,639 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 401 2023-05-04T08:07:16,639 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,641 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,641 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 402 2023-05-04T08:07:16,641 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,643 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,643 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 403 2023-05-04T08:07:16,643 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,644 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,644 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 404 2023-05-04T08:07:16,644 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,645 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,645 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 405 2023-05-04T08:07:16,645 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,646 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,646 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 406 2023-05-04T08:07:16,646 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,647 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,647 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 407 2023-05-04T08:07:16,647 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,648 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,648 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 408 2023-05-04T08:07:16,648 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,650 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,650 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 409 2023-05-04T08:07:16,650 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,651 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,651 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 410 2023-05-04T08:07:16,651 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,652 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,652 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 411 2023-05-04T08:07:16,652 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,654 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,654 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 412 2023-05-04T08:07:16,654 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,656 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,656 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 413 2023-05-04T08:07:16,656 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,657 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,658 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 414 2023-05-04T08:07:16,658 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,659 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,659 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 415 2023-05-04T08:07:16,659 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,661 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,661 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 416 2023-05-04T08:07:16,661 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,663 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,663 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 417 2023-05-04T08:07:16,663 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,664 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,664 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 418 2023-05-04T08:07:16,664 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,665 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,665 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 419 2023-05-04T08:07:16,665 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,666 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,666 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 420 2023-05-04T08:07:16,666 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,667 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,667 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 421 2023-05-04T08:07:16,667 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,668 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,668 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 422 2023-05-04T08:07:16,669 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,670 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,670 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 423 2023-05-04T08:07:16,670 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,671 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,671 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 424 2023-05-04T08:07:16,671 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,672 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,672 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 425 2023-05-04T08:07:16,672 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,673 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,673 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 426 2023-05-04T08:07:16,673 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,674 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,674 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 427 2023-05-04T08:07:16,674 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,676 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,676 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 428 2023-05-04T08:07:16,676 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,677 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,677 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 429 2023-05-04T08:07:16,677 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,678 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,678 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 430 2023-05-04T08:07:16,678 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,679 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,679 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 431 2023-05-04T08:07:16,679 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,680 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,680 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 432 2023-05-04T08:07:16,680 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,681 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,681 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 433 2023-05-04T08:07:16,681 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,716 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,716 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 434 2023-05-04T08:07:16,716 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,717 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,717 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 435 2023-05-04T08:07:16,717 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,718 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,718 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 436 2023-05-04T08:07:16,718 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,719 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,719 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 437 2023-05-04T08:07:16,719 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,721 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,721 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 438 2023-05-04T08:07:16,721 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,722 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,722 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 439 2023-05-04T08:07:16,722 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,723 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,723 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 440 2023-05-04T08:07:16,723 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,724 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,724 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 441 2023-05-04T08:07:16,725 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,726 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,726 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 442 2023-05-04T08:07:16,726 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,727 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,727 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 443 2023-05-04T08:07:16,727 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,728 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,728 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 444 2023-05-04T08:07:16,728 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,730 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 5 2023-05-04T08:07:16,730 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 445 2023-05-04T08:07:16,730 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,731 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,731 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,731 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,731 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,732 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,732 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,733 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,733 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,734 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,734 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,735 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,735 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,736 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,736 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,737 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,737 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,738 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,738 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,739 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,739 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,739 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,739 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,740 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,740 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,741 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,741 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,742 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,742 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,743 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,743 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,744 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,744 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,744 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,744 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,745 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,745 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,746 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,746 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,747 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,747 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,748 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,748 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,749 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,749 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,750 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,750 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,751 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,751 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,752 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,752 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,753 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,753 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,753 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,753 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,754 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,754 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,756 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,756 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,757 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,757 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,758 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,758 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,760 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,760 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,761 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,761 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,762 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,762 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,764 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,764 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,765 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,765 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,766 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,766 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,767 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,767 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,767 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,767 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,768 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,768 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,769 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,769 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,770 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,770 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,771 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,771 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,772 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,772 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,773 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,773 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,774 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,774 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,775 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,775 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,777 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,777 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,778 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,778 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,779 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,779 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,781 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,781 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,782 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,782 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,815 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,815 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,816 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,816 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,817 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,817 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,818 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,818 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,819 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,819 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,819 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,819 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,820 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,820 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,821 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,821 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,822 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,822 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,823 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,823 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,824 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,824 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,825 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,825 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,825 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,825 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,826 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,826 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,827 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,827 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,828 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,828 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,829 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,829 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,830 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,830 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,831 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,831 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,832 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,832 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,832 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,832 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,833 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,833 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,834 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,834 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,835 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,835 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,836 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,836 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,837 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,837 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,837 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,837 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,838 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,838 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,839 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,839 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,840 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,840 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,841 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,841 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,842 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,842 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,842 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,842 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,843 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,843 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,844 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,844 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,845 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,845 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,846 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,846 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,847 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,847 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,848 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,848 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,849 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,850 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,851 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,851 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,852 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,852 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,853 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,853 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,855 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,855 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,856 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,856 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,857 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,857 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,858 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,858 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9, priority: 0 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 0 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 512 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 513 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 514 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 515 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 516 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 517 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 518 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 519 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 520 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 521 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 522 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 523 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 524 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 525 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 526 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 527 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 528 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 529 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 530 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 531 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 532 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 533 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 534 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 535 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 536 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 537 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 538 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 539 2023-05-04T08:07:16,859 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 540 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 541 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 542 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 543 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 544 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 545 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 446 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 447 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 448 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 449 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 450 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 451 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 452 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 453 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 454 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 455 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 456 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 457 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 458 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 459 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 460 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 461 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 462 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 463 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 464 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 465 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 466 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 467 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 468 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 469 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 470 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 471 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 472 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 473 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 474 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 475 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 476 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 477 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 478 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 479 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 480 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 481 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 482 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 483 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 484 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 485 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 486 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 487 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 488 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 489 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 490 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 491 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 492 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 493 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 494 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 495 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 496 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 497 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 498 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 499 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 500 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 501 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 502 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 503 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 504 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 505 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 506 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 507 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 508 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 509 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 510 2023-05-04T08:07:16,860 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 511 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 347 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 348 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 349 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 350 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 351 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 352 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 353 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 354 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 355 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 356 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 357 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 358 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 359 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 360 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 361 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 362 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 363 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 364 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 365 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 366 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 367 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 368 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 369 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 370 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 371 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 372 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 373 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 374 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 375 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 376 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 377 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 378 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 379 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 380 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 381 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 382 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 383 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 384 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 385 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 386 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 387 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 388 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 389 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 390 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 391 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 392 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 393 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 394 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 395 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 396 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 397 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 398 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 399 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 400 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 401 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 402 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 403 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 404 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 405 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 406 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 407 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 408 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 409 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 410 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 411 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 412 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 413 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 414 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 415 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 416 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 417 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 418 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 419 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 420 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 421 2023-05-04T08:07:16,861 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 422 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 423 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 424 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 425 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 426 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 427 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 428 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 429 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 430 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 431 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 432 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 433 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 434 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 435 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 436 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 437 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 438 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 439 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 440 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 441 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 442 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 443 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 444 2023-05-04T08:07:16,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 445 2023-05-04T08:07:16,862 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,867 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 347 to store 2023-05-04T08:07:16,870 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,875 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 446 to store 2023-05-04T08:07:16,877 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,916 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,919 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 447 to store 2023-05-04T08:07:16,921 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 448 to store 2023-05-04T08:07:16,922 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,926 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 449 to store 2023-05-04T08:07:16,927 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,932 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 450 to store 2023-05-04T08:07:16,934 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,938 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 451 to store 2023-05-04T08:07:16,941 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,945 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 452 to store 2023-05-04T08:07:16,947 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,951 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 453 to store 2023-05-04T08:07:16,952 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,956 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 454 to store 2023-05-04T08:07:16,958 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,961 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 455 to store 2023-05-04T08:07:16,963 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,967 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 456 to store 2023-05-04T08:07:16,968 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,972 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 457 to store 2023-05-04T08:07:16,973 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,977 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 458 to store 2023-05-04T08:07:16,978 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,982 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 459 to store 2023-05-04T08:07:16,984 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:16,987 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 460 to store 2023-05-04T08:07:17,015 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,020 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 461 to store 2023-05-04T08:07:17,022 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,026 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 462 to store 2023-05-04T08:07:17,028 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,032 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 463 to store 2023-05-04T08:07:17,033 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,037 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 464 to store 2023-05-04T08:07:17,039 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,044 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 465 to store 2023-05-04T08:07:17,046 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,050 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 466 to store 2023-05-04T08:07:17,052 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,057 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 467 to store 2023-05-04T08:07:17,059 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,062 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 468 to store 2023-05-04T08:07:17,064 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,067 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 469 to store 2023-05-04T08:07:17,069 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,072 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 470 to store 2023-05-04T08:07:17,074 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,077 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 471 to store 2023-05-04T08:07:17,079 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,084 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 472 to store 2023-05-04T08:07:17,085 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,090 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 473 to store 2023-05-04T08:07:17,092 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,114 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 474 to store 2023-05-04T08:07:17,116 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,121 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 475 to store 2023-05-04T08:07:17,123 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,128 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 476 to store 2023-05-04T08:07:17,129 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,133 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 477 to store 2023-05-04T08:07:17,135 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,138 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 478 to store 2023-05-04T08:07:17,140 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,145 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 479 to store 2023-05-04T08:07:17,147 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,151 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 480 to store 2023-05-04T08:07:17,152 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,155 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 481 to store 2023-05-04T08:07:17,157 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,162 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 482 to store 2023-05-04T08:07:17,163 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,168 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 483 to store 2023-05-04T08:07:17,170 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,173 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 484 to store 2023-05-04T08:07:17,175 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,178 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 485 to store 2023-05-04T08:07:17,180 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,185 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 486 to store 2023-05-04T08:07:17,187 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,191 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 487 to store 2023-05-04T08:07:17,193 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,217 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 488 to store 2023-05-04T08:07:17,219 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,223 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 489 to store 2023-05-04T08:07:17,224 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,228 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 490 to store 2023-05-04T08:07:17,229 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,232 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 491 to store 2023-05-04T08:07:17,234 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,237 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 492 to store 2023-05-04T08:07:17,239 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,242 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 493 to store 2023-05-04T08:07:17,243 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,247 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 494 to store 2023-05-04T08:07:17,248 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,252 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 495 to store 2023-05-04T08:07:17,254 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,259 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 496 to store 2023-05-04T08:07:17,261 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,265 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,269 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 497 to store 2023-05-04T08:07:17,271 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 498 to store 2023-05-04T08:07:17,272 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,276 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 499 to store 2023-05-04T08:07:17,277 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,281 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 500 to store 2023-05-04T08:07:17,283 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,288 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 501 to store 2023-05-04T08:07:17,290 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,294 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 502 to store 2023-05-04T08:07:17,316 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,322 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 503 to store 2023-05-04T08:07:17,324 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,328 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 504 to store 2023-05-04T08:07:17,329 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,333 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 505 to store 2023-05-04T08:07:17,334 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,338 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 506 to store 2023-05-04T08:07:17,339 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,343 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 507 to store 2023-05-04T08:07:17,344 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,348 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 508 to store 2023-05-04T08:07:17,349 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,353 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 509 to store 2023-05-04T08:07:17,354 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,359 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 510 to store 2023-05-04T08:07:17,361 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,365 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 511 to store 2023-05-04T08:07:17,367 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,372 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 512 to store 2023-05-04T08:07:17,374 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,378 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 513 to store 2023-05-04T08:07:17,379 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,383 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 514 to store 2023-05-04T08:07:17,384 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,388 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 515 to store 2023-05-04T08:07:17,389 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,414 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 516 to store 2023-05-04T08:07:17,417 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,422 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 517 to store 2023-05-04T08:07:17,423 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,427 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 518 to store 2023-05-04T08:07:17,429 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,432 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 519 to store 2023-05-04T08:07:17,434 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,437 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 520 to store 2023-05-04T08:07:17,438 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,442 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 521 to store 2023-05-04T08:07:17,443 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,447 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 522 to store 2023-05-04T08:07:17,448 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,452 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 523 to store 2023-05-04T08:07:17,453 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,457 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 524 to store 2023-05-04T08:07:17,459 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,462 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 525 to store 2023-05-04T08:07:17,463 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,468 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 526 to store 2023-05-04T08:07:17,470 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,474 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 527 to store 2023-05-04T08:07:17,476 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,480 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 528 to store 2023-05-04T08:07:17,481 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,485 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 529 to store 2023-05-04T08:07:17,487 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,491 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 530 to store 2023-05-04T08:07:17,514 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,518 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 531 to store 2023-05-04T08:07:17,520 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,525 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 532 to store 2023-05-04T08:07:17,526 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,530 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 533 to store 2023-05-04T08:07:17,531 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,535 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 534 to store 2023-05-04T08:07:17,536 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,549 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 535 to store 2023-05-04T08:07:17,551 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,554 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 536 to store 2023-05-04T08:07:17,556 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,559 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 537 to store 2023-05-04T08:07:17,560 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,564 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 538 to store 2023-05-04T08:07:17,565 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,569 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 539 to store 2023-05-04T08:07:17,571 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,574 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 540 to store 2023-05-04T08:07:17,575 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,579 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 541 to store 2023-05-04T08:07:17,580 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,583 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 542 to store 2023-05-04T08:07:17,585 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,593 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 543 to store 2023-05-04T08:07:17,595 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,615 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 544 to store 2023-05-04T08:07:17,617 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,622 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 545 to store 2023-05-04T08:07:17,624 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,628 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 348 to store 2023-05-04T08:07:17,629 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,633 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,636 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 349 to store 2023-05-04T08:07:17,637 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,640 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 350 to store 2023-05-04T08:07:17,642 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 351 to store 2023-05-04T08:07:17,643 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,647 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 352 to store 2023-05-04T08:07:17,649 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,652 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 353 to store 2023-05-04T08:07:17,653 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,657 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 354 to store 2023-05-04T08:07:17,658 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,662 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 355 to store 2023-05-04T08:07:17,664 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,667 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 356 to store 2023-05-04T08:07:17,669 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,672 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 357 to store 2023-05-04T08:07:17,674 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,677 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 358 to store 2023-05-04T08:07:17,679 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,682 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 359 to store 2023-05-04T08:07:17,684 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,687 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 360 to store 2023-05-04T08:07:17,715 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,719 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 361 to store 2023-05-04T08:07:17,721 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,724 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 362 to store 2023-05-04T08:07:17,726 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,731 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 363 to store 2023-05-04T08:07:17,732 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,737 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 364 to store 2023-05-04T08:07:17,739 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,743 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 365 to store 2023-05-04T08:07:17,745 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,748 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 366 to store 2023-05-04T08:07:17,750 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,753 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 367 to store 2023-05-04T08:07:17,755 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,758 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 368 to store 2023-05-04T08:07:17,760 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,763 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 369 to store 2023-05-04T08:07:17,764 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,768 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,771 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 370 to store 2023-05-04T08:07:17,773 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 371 to store 2023-05-04T08:07:17,774 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,778 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 372 to store 2023-05-04T08:07:17,779 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,783 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 373 to store 2023-05-04T08:07:17,784 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,788 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 374 to store 2023-05-04T08:07:17,789 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,793 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 375 to store 2023-05-04T08:07:17,816 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,820 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 376 to store 2023-05-04T08:07:17,822 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,826 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 377 to store 2023-05-04T08:07:17,827 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,830 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 378 to store 2023-05-04T08:07:17,832 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,835 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 379 to store 2023-05-04T08:07:17,837 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,840 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 380 to store 2023-05-04T08:07:17,842 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,845 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 381 to store 2023-05-04T08:07:17,847 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,850 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 382 to store 2023-05-04T08:07:17,852 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,855 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 383 to store 2023-05-04T08:07:17,857 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,862 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 384 to store 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 1 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 384 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 385 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 386 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 387 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 388 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 389 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 390 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 391 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 392 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 393 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 394 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 395 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 396 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 397 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 398 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 399 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 400 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 401 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 402 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 403 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 404 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 405 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 406 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 407 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 408 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 409 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 410 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 411 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 412 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 413 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 414 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 415 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 416 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 417 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 418 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 419 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 420 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 421 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 422 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 423 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 424 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 425 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 426 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 427 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 428 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 429 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 430 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 431 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 432 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 433 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 434 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 435 2023-05-04T08:07:17,862 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 436 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 437 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 438 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 439 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 440 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 441 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 442 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 443 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 444 2023-05-04T08:07:17,863 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 445 2023-05-04T08:07:17,864 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,867 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 385 to store 2023-05-04T08:07:17,869 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,873 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 386 to store 2023-05-04T08:07:17,874 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,878 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 387 to store 2023-05-04T08:07:17,879 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,883 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 388 to store 2023-05-04T08:07:17,884 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,889 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 389 to store 2023-05-04T08:07:17,890 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,914 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 390 to store 2023-05-04T08:07:17,917 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,922 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 391 to store 2023-05-04T08:07:17,923 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,927 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 392 to store 2023-05-04T08:07:17,928 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,932 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 393 to store 2023-05-04T08:07:17,933 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,937 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 394 to store 2023-05-04T08:07:17,938 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,941 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 395 to store 2023-05-04T08:07:17,943 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,947 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 396 to store 2023-05-04T08:07:17,948 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,951 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 397 to store 2023-05-04T08:07:17,953 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,957 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 398 to store 2023-05-04T08:07:17,958 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,963 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 399 to store 2023-05-04T08:07:17,964 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,968 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 400 to store 2023-05-04T08:07:17,969 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,973 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 401 to store 2023-05-04T08:07:17,975 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,978 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 402 to store 2023-05-04T08:07:17,979 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,983 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 403 to store 2023-05-04T08:07:17,984 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,988 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 404 to store 2023-05-04T08:07:17,989 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:17,993 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 405 to store 2023-05-04T08:07:18,016 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,019 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 406 to store 2023-05-04T08:07:18,021 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,024 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 407 to store 2023-05-04T08:07:18,026 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,029 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 408 to store 2023-05-04T08:07:18,031 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,034 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 409 to store 2023-05-04T08:07:18,035 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,039 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 410 to store 2023-05-04T08:07:18,040 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,044 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 411 to store 2023-05-04T08:07:18,045 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,049 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 412 to store 2023-05-04T08:07:18,050 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,054 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 413 to store 2023-05-04T08:07:18,055 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,059 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 414 to store 2023-05-04T08:07:18,060 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,063 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 415 to store 2023-05-04T08:07:18,065 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,068 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 416 to store 2023-05-04T08:07:18,069 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,073 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 417 to store 2023-05-04T08:07:18,074 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,078 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 418 to store 2023-05-04T08:07:18,079 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,083 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 419 to store 2023-05-04T08:07:18,084 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,088 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 420 to store 2023-05-04T08:07:18,116 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,119 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 421 to store 2023-05-04T08:07:18,121 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,125 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 422 to store 2023-05-04T08:07:18,126 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,129 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 423 to store 2023-05-04T08:07:18,131 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,134 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 424 to store 2023-05-04T08:07:18,136 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,139 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 425 to store 2023-05-04T08:07:18,140 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,144 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 426 to store 2023-05-04T08:07:18,145 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,149 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 427 to store 2023-05-04T08:07:18,150 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,154 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 428 to store 2023-05-04T08:07:18,155 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,159 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 429 to store 2023-05-04T08:07:18,160 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,164 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 430 to store 2023-05-04T08:07:18,165 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,168 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 431 to store 2023-05-04T08:07:18,170 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,173 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 432 to store 2023-05-04T08:07:18,175 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,178 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 433 to store 2023-05-04T08:07:18,180 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,185 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 434 to store 2023-05-04T08:07:18,186 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,190 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 435 to store 2023-05-04T08:07:18,191 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,195 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 436 to store 2023-05-04T08:07:18,216 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,219 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 437 to store 2023-05-04T08:07:18,221 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,224 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 438 to store 2023-05-04T08:07:18,225 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,229 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 439 to store 2023-05-04T08:07:18,231 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,235 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 440 to store 2023-05-04T08:07:18,237 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,240 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 441 to store 2023-05-04T08:07:18,242 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,245 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 442 to store 2023-05-04T08:07:18,246 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,250 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 443 to store 2023-05-04T08:07:18,251 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,255 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 444 to store 2023-05-04T08:07:18,256 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/7444aff9-ad86-469e-a383-4e4ecfb141c9 with QoS: 1 2023-05-04T08:07:18,260 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 445 to store 2023-05-04T08:07:18,863 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 2 2023-05-04T08:07:18,863 [main] INFO o.e.k.c.t.DataServiceTest - All confirmed value: true 2023-05-04T08:07:18,863 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:07:18,863 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:07:18,863 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T08:07:18,865 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T08:07:18,866 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:07:18,869 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:07:19,173 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:07:19,173 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:07:19,173 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:07:19,173 [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-04T08:07:19,188 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:07:19,189 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:07:19,190 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:07:19,191 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:07:49,193 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:07:49,193 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:07:49,193 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T08:07:49,195 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2023-05-04T08:07:49,196 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:07:49,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:07:49,205 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:07:49,205 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:07:49,205 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC 2023-05-04T08:07:49,205 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:07:51,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:07:51,510 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:07:51,510 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:07:51,510 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:07:51,510 [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-04T08:07:51,525 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:07:51,526 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:07:51,527 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:07:51,528 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:07:51,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: ethdev/0A:58:0A:28:1B:97/data/service/test/a295c2e3-be96-480d-9481-5263ea874309 with QoS: 0 2023-05-04T08:07:51,531 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a295c2e3-be96-480d-9481-5263ea874309, priority: 0 2023-05-04T08:07:51,531 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a295c2e3-be96-480d-9481-5263ea874309, priority: 0 2023-05-04T08:07:51,532 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/a295c2e3-be96-480d-9481-5263ea874309 with QoS: 0 2023-05-04T08:07:51,534 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: ethdev/0A:58:0A:28:1B:97/data/service/test/a295c2e3-be96-480d-9481-5263ea874309 2023-05-04T08:07:51,535 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-04T08:07:51,537 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Getting dp 2023-05-04T08:07:51,620 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:07:51,623 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671622-5492171584792781797 with QoS: 0 2023-05-04T08:07:51,624 [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-04T08:07:51,625 [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-04T08:07:51,626 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/GET/packages with QoS: 0 2023-05-04T08:07:51,627 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/GET/packages 2023-05-04T08:07:51,630 [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-04T08:07:51,630 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187671622-5492171584792781797, priority: 1 2023-05-04T08:07:51,631 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187671622-5492171584792781797, priority: 1 2023-05-04T08:07:51,632 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671622-5492171584792781797 with QoS: 0 2023-05-04T08:07:51,634 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671622-5492171584792781797 2023-05-04T08:07:51,634 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671622-5492171584792781797 2023-05-04T08:07:51,639 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-04T08:07:51,642 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - EXEC/download 2023-05-04T08:07:51,643 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671642--4975401769364608608 with QoS: 0 2023-05-04T08:07:51,644 [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-04T08:07:51,645 [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-04T08:07:51,646 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/EXEC/download with QoS: 0 2023-05-04T08:07:51,648 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/EXEC/download 2023-05-04T08:07:51,650 [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-04T08:07:51,650 [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-04T08:07:51,651 [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-04T08:07:51,651 [pool-15-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - To download 2023-05-04T08:07:51,651 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187671642--4975401769364608608, priority: 1 2023-05-04T08:07:51,652 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187671642--4975401769364608608, priority: 1 2023-05-04T08:07:51,653 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671642--4975401769364608608 with QoS: 0 2023-05-04T08:07:51,656 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671642--4975401769364608608 2023-05-04T08:07:51,656 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671642--4975401769364608608 2023-05-04T08:07:51,658 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Response code: 200 2023-05-04T08:07:51,658 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Response message: null 2023-05-04T08:07:51,732 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:07:51,734 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Uninstall topic: EXEC/uninstall 2023-05-04T08:07:51,734 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671734--7849617883267828672 with QoS: 0 2023-05-04T08:07:51,735 [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-04T08:07:51,736 [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-04T08:07:51,738 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/EXEC/uninstall with QoS: 0 2023-05-04T08:07:51,740 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/EXEC/uninstall 2023-05-04T08:07:51,741 [pool-9-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - About to uninstall package org.eclipse.kura.test.helloworld 2023-05-04T08:07:51,742 [pool-9-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Uninstalling package... 2023-05-04T08:07:51,743 [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-04T08:07:51,743 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187671734--7849617883267828672, priority: 1 2023-05-04T08:07:51,745 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187671734--7849617883267828672, priority: 1 2023-05-04T08:07:51,746 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671734--7849617883267828672 with QoS: 0 2023-05-04T08:07:51,747 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671734--7849617883267828672 2023-05-04T08:07:51,747 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187671734--7849617883267828672 2023-05-04T08:07:51,778 [pool-47-thread-1] INFO o.e.k.c.d.d.i.HttpDownloadCountingOutputStream - Content-lenght: 12998 2023-05-04T08:07:51,779 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 0% downloaded 2023-05-04T08:07:51,780 [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-04T08:07:51,781 [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-04T08:07:51,781 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 5% downloaded 2023-05-04T08:07:51,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-04T08:07:51,782 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,783 [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-04T08:07:51,783 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 10% downloaded 2023-05-04T08:07:51,783 [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-04T08:07:51,783 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,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-04T08:07:51,784 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 15% downloaded 2023-05-04T08:07:51,785 [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-04T08:07:51,785 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,786 [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-04T08:07:51,786 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 20% downloaded 2023-05-04T08:07:51,787 [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-04T08:07:51,788 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,788 [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-04T08:07:51,789 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 25% downloaded 2023-05-04T08:07:51,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-04T08:07:51,790 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,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-04T08:07:51,791 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 30% downloaded 2023-05-04T08:07:51,792 [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-04T08:07:51,793 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,793 [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-04T08:07:51,793 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 35% downloaded 2023-05-04T08:07:51,794 [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-04T08:07:51,794 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,796 [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-04T08:07:51,796 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 40% downloaded 2023-05-04T08:07:51,797 [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-04T08:07:51,797 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,798 [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-04T08:07:51,798 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 45% downloaded 2023-05-04T08:07:51,799 [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-04T08:07:51,799 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,800 [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-04T08:07:51,800 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 50% downloaded 2023-05-04T08:07:51,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-04T08:07:51,814 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,816 [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-04T08:07:51,816 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 55% downloaded 2023-05-04T08:07:51,817 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,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-04T08:07:51,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-04T08:07:51,818 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 60% downloaded 2023-05-04T08:07:51,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-04T08:07:51,819 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,819 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,820 [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-04T08:07:51,820 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 65% downloaded 2023-05-04T08:07:51,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-04T08:07:51,822 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,822 [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-04T08:07:51,822 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 70% downloaded 2023-05-04T08:07:51,823 [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-04T08:07:51,823 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,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-04T08:07:51,825 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 75% downloaded 2023-05-04T08:07:51,825 [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-04T08:07:51,826 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,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-04T08:07:51,827 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 80% downloaded 2023-05-04T08:07:51,827 [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-04T08:07:51,828 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,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-04T08:07:51,829 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 85% downloaded 2023-05-04T08:07:51,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-04T08:07:51,831 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,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-04T08:07:51,831 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 90% downloaded 2023-05-04T08:07:51,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-04T08:07:51,832 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,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-04T08:07:51,833 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 95% downloaded 2023-05-04T08:07:51,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-04T08:07:51,835 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,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-04T08:07:51,835 [pool-47-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 100% downloaded 2023-05-04T08:07:51,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-04T08:07:51,836 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,837 [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-04T08:07:51,839 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,840 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,840 [pool-15-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - Ready to install 2023-05-04T08:07:51,842 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,842 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,844 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,844 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,846 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,847 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,849 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,849 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,851 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,851 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,853 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,853 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,855 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,855 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,857 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,857 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,859 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download with QoS: 0 2023-05-04T08:07:51,859 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,861 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/download 2023-05-04T08:07:51,968 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.demo.heater.Heater ... 2023-05-04T08:07:51,969 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:07:51,977 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:07:52,000 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Activating Heater... 2023-05-04T08:07:52,000 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:07:52,000 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:07:52,000 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:07:52,000 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Activate - component.id: 110 2023-05-04T08:07:52,000 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2023-05-04T08:07:52,000 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2023-05-04T08:07:52,013 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-04T08:07:52,014 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-04T08:07:52,015 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:07:52,017 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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-04T08:07:52,017 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Updated Heater... 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - component.name: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:07:52,018 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - temperature.initial: 10.0 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.stopTime: 22:00 2023-05-04T08:07:52,018 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - manual.setPoint: 15.0 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.setPoint: 20.5 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.semanticTopic: data 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - mode: Program 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.rate: 2 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - temperature.increment: 0.25 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - component.id: 110 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.qos: 0 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.startTime: 06:00 2023-05-04T08:07:52,018 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.retain: false 2023-05-04T08:07:52,019 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Updated Heater... Done. 2023-05-04T08:07:52,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:07:52,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:07:52,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@1cafb47b 2023-05-04T08:07:52,022 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:07:52,026 [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/0x00000000b8009b40.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-04T08:07:52,029 [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-04T08:07:52,030 [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-04T08:07:52,030 [pool-15-thread-1] INFO o.e.k.c.d.i.InstallImpl - Install completed! 2023-05-04T08:07:52,030 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/install with QoS: 0 2023-05-04T08:07:52,031 [pool-15-thread-1] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-04T08:07:52,034 [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-04T08:07:52,035 [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-04T08:07:52,036 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/uninstall with QoS: 0 2023-05-04T08:07:52,064 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/install 2023-05-04T08:07:52,065 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/NOTIFY/0A:58:0A:28:1B:97/uninstall 2023-05-04T08:07:54,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:07:54,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:07:54,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@6179d3ce 2023-05-04T08:07:54,021 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:07:56,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:07:56,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:07:56,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@e2f447f0 2023-05-04T08:07:56,022 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:07:58,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:07:58,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:07:58,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@58c86b75 2023-05-04T08:07:58,021 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:08:00,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:00,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:00,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@2e74d1df 2023-05-04T08:08:00,022 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:08:01,788 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:08:01,790 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681789-7856464542459124714 with QoS: 0 2023-05-04T08:08:01,790 [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-04T08:08:01,792 [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-04T08:08:01,792 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/GET/bundles with QoS: 0 2023-05-04T08:08:01,794 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/GET/bundles 2023-05-04T08:08:01,799 [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-04T08:08:01,800 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187681789-7856464542459124714, priority: 1 2023-05-04T08:08:01,801 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187681789-7856464542459124714, priority: 1 2023-05-04T08:08:01,802 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681789-7856464542459124714 with QoS: 0 2023-05-04T08:08:01,806 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681789-7856464542459124714 2023-05-04T08:08:01,806 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681789-7856464542459124714 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: bcpkix 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: bcprov 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: bcutil 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.jersey-min 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jakarta.activation-api 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jakarta.xml.bind-api 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.provider.gson 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.google.gson 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.provider.security 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.publisher 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: javax.servlet 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi.services 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.h2database 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.sun.xml.bind.jaxb-osgi 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.buffer 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.common 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec-http 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.handler 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec-mqtt 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.resolver 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-epoll 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-unix-common 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-kqueue 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jcl.over.slf4j 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: slf4j.api 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: moquette-broker 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.sun.misc 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-jms_2.0_spec 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-json_1.0_spec 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-jta_1.1_spec 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis-native 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.beanutils 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.jboss.logging.jboss-logging 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis-mqtt-protocol 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.collections 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.commons-io 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.dependencymanager 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.deploymentadmin 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.gogo.runtime 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.gogo.shell 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.scr 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi.util 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.useradmin 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.log4j2-api-config 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.api 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.core 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.slf4j-impl 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.contenttype 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.preferences 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.registry 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.common 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.jobs 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.runtime 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.app 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.cm 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.console 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.ds 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.event 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.http.jetty 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.http.servlet 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.http 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.server 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.servlet 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.util 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.io 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.util 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.metatype 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.wireadmin 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.io 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.security 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.util.ajax 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.api 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.soda.dk.comm 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: usb4java-javax 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.asset.provider 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.configuration 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.util 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.broker.artemis.core 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.broker.artemis.xml 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.exec 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.cloud 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: minimal-json 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.cloud.factory 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.comm 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.crypto 2023-05-04T08:08:01,814 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.deployment 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.lang3 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.inventory 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.keystore 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.rest.provider 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.net 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.status 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.system 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.test 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.junit 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.test 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.testutil 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.util.wire.test 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.mockito.mockito-core 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.deployment.agent 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.gpio 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.net 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.position 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.watchdog 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.jetty.customizer 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.json.marshaller.unmarshaller.provider 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.useradmin.store 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.component.provider 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.helper.provider 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.provider 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.script.filter.provider 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.xml.marshaller.unmarshaller.provider 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.glassfish.hk2.osgi-resource-locator 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.core 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.library 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.integration 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.text 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.objenesis 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.usb4java 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.launcher 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.tycho.surefire.osgibooter 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.tycho.surefire.junit4 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.demo.heater 2023-05-04T08:08:01,815 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.test.helloworld 2023-05-04T08:08:01,817 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-04T08:08:01,850 [Refresh Thread: Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:08:01,851 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681851--9102118655647290137 with QoS: 0 2023-05-04T08:08:01,852 [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-04T08:08:01,853 [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-04T08:08:01,854 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/EXEC/stop/137 with QoS: 0 2023-05-04T08:08:01,855 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/EXEC/stop/137 2023-05-04T08:08:01,856 [pool-9-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Executing command stop 2023-05-04T08:08:01,856 [pool-9-thread-2] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2023-05-04T08:08:01,856 [pool-9-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Stopped bundle ID 137 (org.eclipse.kura.test.helloworld) 2023-05-04T08:08:01,856 [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-04T08:08:01,857 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187681851--9102118655647290137, priority: 1 2023-05-04T08:08:01,857 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187681851--9102118655647290137, priority: 1 2023-05-04T08:08:01,858 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681851--9102118655647290137 with QoS: 0 2023-05-04T08:08:01,859 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681851--9102118655647290137 2023-05-04T08:08:01,860 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681851--9102118655647290137 2023-05-04T08:08:01,861 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681861--7538265611618140395 with QoS: 0 2023-05-04T08:08:01,862 [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-04T08:08:01,862 [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-04T08:08:01,863 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/EXEC/start/137 with QoS: 0 2023-05-04T08:08:01,864 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/EXEC/start/137 2023-05-04T08:08:01,865 [pool-9-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Executing command start 2023-05-04T08:08:01,866 [pool-9-thread-2] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2023-05-04T08:08:01,867 [pool-9-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Started bundle ID 137 (org.eclipse.kura.test.helloworld) 2023-05-04T08:08:01,867 [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-04T08:08:01,867 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187681861--7538265611618140395, priority: 1 2023-05-04T08:08:01,868 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1683187681861--7538265611618140395, priority: 1 2023-05-04T08:08:01,869 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681861--7538265611618140395 with QoS: 0 2023-05-04T08:08:01,872 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681861--7538265611618140395 2023-05-04T08:08:01,872 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/DEPLOY-V2/REPLY/1683187681861--7538265611618140395 2023-05-04T08:08:01,888 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-04T08:08:01,889 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-04T08:08:01,891 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:01,892 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: ethdev/0A:58:0A:28:1B:97/testService/test with QoS: 1 2023-05-04T08:08:01,893 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:01,893 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:01,894 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/testService/test, priority: 5 2023-05-04T08:08:01,896 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/testService/test, priority: 5 2023-05-04T08:08:01,896 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/testService/control_test, priority: 5 2023-05-04T08:08:01,897 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/testService/test with QoS: 1 2023-05-04T08:08:01,898 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/testService/control_test, priority: 5 2023-05-04T08:08:01,906 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: ethdev/0A:58:0A:28:1B:97/testService/test 2023-05-04T08:08:01,906 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/testService/control_test with QoS: 1 2023-05-04T08:08:01,915 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 593 to store 2023-05-04T08:08:01,956 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/testService/control_test 2023-05-04T08:08:01,956 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 594 to store 2023-05-04T08:08:02,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:02,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:02,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@4131f7d1 2023-05-04T08:08:02,022 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:08:02,911 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-04T08:08:02,912 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2023-05-04T08:08:02,913 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:02,915 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:02,915 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:02,916 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 1:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@7f272a36 2023-05-04T08:08:04,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:04,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:04,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@9f486cf6 2023-05-04T08:08:04,021 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:08:06,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:06,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:06,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@fde87402 2023-05-04T08:08:06,021 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:08:07,916 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Asserting default values... 2023-05-04T08:08:07,916 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 2:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@7f272a36 2023-05-04T08:08:07,917 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Taking snapshot... 2023-05-04T08:08:07,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:07,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187533114... 2023-05-04T08:08:07,929 [main] INFO o.e.k.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_1683187687924.xml... 2023-05-04T08:08:07,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187687924.xml... Done. 2023-05-04T08:08:07,936 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:07,936 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 3:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@7f272a36 2023-05-04T08:08:07,936 [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;@5c84b5a, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@83409b1c, prop.character.array=[Ljava.lang.Character;@5e4ff725, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@feedde50, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@d4ddf358, prop.long=9999, prop.float.array=[Ljava.lang.Float;@e15a131d, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@3aa9b0f2, 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;@858288bf, prop.double.array=[Ljava.lang.Double;@ea70154a, prop.string=string_prop} 2023-05-04T08:08:07,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187687924... 2023-05-04T08:08:07,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-04T08:08:07,948 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@5b690fa4, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@d48c41c9, prop.character.array=[Ljava.lang.Character;@953380d1, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@92a69d34, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@18c64f9, prop.long=9999, prop.float.array=[Ljava.lang.Float;@7d288fb1, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@41e26fbb, 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;@34dc510e, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@ce73fc10} 2023-05-04T08:08:07,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.test/target/kura/user/snapshots/snapshot_1683187687947.xml... 2023-05-04T08:08:07,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.core.test/target/kura/user/snapshots/snapshot_1683187687947.xml... Done. 2023-05-04T08:08:07,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,955 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Asserting values... 2023-05-04T08:08:07,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187687947... 2023-05-04T08:08:07,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-04T08:08:07,972 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@fff8bcd9, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@55a263ac, prop.character.array=[Ljava.lang.Character;@d5445e3, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@9319c027, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@bf8c8ecd, prop.long=AAAA, prop.float.array=[Ljava.lang.Float;@187e3d17, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@f48d2444, 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;@46349d6d, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@8b83aee4} 2023-05-04T08:08:07,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.core.test/target/kura/user/snapshots/snapshot_1683187687971.xml... 2023-05-04T08:08:07,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.core.test/target/kura/user/snapshots/snapshot_1683187687971.xml... Done. 2023-05-04T08:08:07,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.core.test/target/kura/user/snapshots/snapshot_1683187331636.xml 2023-05-04T08:08:07,979 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,979 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,979 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187687971... 2023-05-04T08:08:07,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:07,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-04T08:08:07,992 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@4ecbfc63, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@71e91135, prop.character.array=[Ljava.lang.Character;@75b182e1, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@99586e47, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@1f669a10, prop.long=AAAA, prop.float.array=[Ljava.lang.Float;@55d4a9ba, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@9df73c28, 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;@88f15ab4, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@d2c7f145} 2023-05-04T08:08:07,998 [main] INFO o.e.k.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_1683187687991.xml... 2023-05-04T08:08:08,001 [main] INFO o.e.k.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_1683187687991.xml... Done. 2023-05-04T08:08:08,001 [main] INFO o.e.k.c.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_1683187332352.xml 2023-05-04T08:08:08,001 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:08,001 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:08,001 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:08,001 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Rolling back... 2023-05-04T08:08:08,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1683187687924... 2023-05-04T08:08:08,019 [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-04T08:08:08,019 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:08,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:08,019 [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-04T08:08:08,019 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:08,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:08,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:08,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService...done 2023-05-04T08:08:08,020 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:08,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2023-05-04T08:08:08,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:08,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2023-05-04T08:08:08,020 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2023-05-04T08:08:08,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2023-05-04T08:08:08,021 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:08,021 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@1e9f9552 2023-05-04T08:08:08,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:08,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2023-05-04T08:08:08,021 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2023-05-04T08:08:08,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2023-05-04T08:08:08,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:08,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2023-05-04T08:08:08,021 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2023-05-04T08:08:08,022 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:08:08,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2023-05-04T08:08:08,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:08,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2023-05-04T08:08:08,022 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:08,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:08:08,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:08,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:08:08,022 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:08,024 [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-04T08:08:08,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:08,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:08,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:08,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:08,029 [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-04T08:08:08,029 [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-04T08:08:08,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:08,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:08,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:08,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:08,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:08,034 [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-04T08:08:08,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:08:08,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:08,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:08,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:08,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:08:08,039 [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-04T08:08:08,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:08,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:08,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:08,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:08,045 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:08:08,045 [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-04T08:08:08,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:08:08,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:08,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:08,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:08,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:08:08,050 [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-04T08:08:08,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:08,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:08,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:08,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:08,055 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:08,056 [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-04T08:08:08,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:08,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:08,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:08,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:08,060 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:08:08,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:08,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:08:08,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:08,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2023-05-04T08:08:08,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:08,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-04T08:08:08,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:08,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2023-05-04T08:08:08,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:08,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2023-05-04T08:08:08,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:08,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-04T08:08:08,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:08:08,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent heaterPublisher ... Done. 2023-05-04T08:08:08,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:08,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-04T08:08:08,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:08,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2023-05-04T08:08:08,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:08,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent SSLKeystore ... Done. 2023-05-04T08:08:08,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:08,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:08:08,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:08,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.ssl.SslManagerService ... Done. 2023-05-04T08:08:08,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:08:08,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2023-05-04T08:08:08,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:08,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-04T08:08:08,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:08,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2023-05-04T08:08:08,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:08:08,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-04T08:08:08,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.clock.ClockService is NOT tracked. 2023-05-04T08:08:08,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.demo.heater.Heater is NOT tracked. 2023-05-04T08:08:08,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService is NOT tracked. 2023-05-04T08:08:08,110 [main] INFO o.e.k.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_1683187688105.xml... 2023-05-04T08:08:08,113 [main] INFO o.e.k.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_1683187688105.xml... Done. 2023-05-04T08:08:08,113 [main] INFO o.e.k.c.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_1683187332388.xml 2023-05-04T08:08:08,113 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback snapshot: 1683187687924 2023-05-04T08:08:08,113 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:08,114 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2023-05-04T08:08:08,117 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:08:08,130 [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-04T08:08:08,131 [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-04T08:08:08,132 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:08,134 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,134 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,146 [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-04T08:08:08,147 [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-04T08:08:08,148 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:08,150 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,150 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,162 [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-04T08:08:08,163 [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-04T08:08:08,164 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:08,166 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,166 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,166 [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-04T08:08:08,168 [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-04T08:08:08,168 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:08,170 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,170 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,172 [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-04T08:08:08,173 [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-04T08:08:08,173 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:08,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:08,175 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2023-05-04T08:08:08,175 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,175 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,188 [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-04T08:08:08,189 [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-04T08:08:08,191 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:08,192 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:08,193 [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-04T08:08:08,193 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,193 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:08,194 [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-04T08:08:08,195 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:08:08,198 [MQTT Call: 0A:58:0A:28:1B:97] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onMessageArrived 2023-05-04T08:08:08,199 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:08,199 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:08:08,199 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:08:08,200 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:08:08,200 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:08:08,201 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:08:08,201 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:08:08,201 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:08:09,201 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:09,201 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:08:09,201 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:09,201 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:09,202 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:09,202 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:08:09,203 [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-04T08:08:09,204 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:09,204 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:09,204 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:08:09,205 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:09,205 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:08:09,206 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:09,206 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:08:09,407 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:08:09,408 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:09,409 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:08:09,410 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:08:09,410 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:08:09,410 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:09,413 [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-04T08:08:09,413 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:09,413 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:09,413 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:08:09,414 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:09,414 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:08:09,416 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:09,419 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:09,419 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:09,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:08:09,421 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:09,423 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:08:09,425 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2023-05-04T08:08:09,425 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2023-05-04T08:08:09,425 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2023-05-04T08:08:09,426 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:09,427 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:08:09,429 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:09,432 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:09,432 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.initial: 10.0 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.stopTime: 22:00 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - manual.setPoint: 15.0 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.setPoint: 20.5 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.semanticTopic: data 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - mode: Program 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.rate: 2 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.increment: 0.25 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.id: 110 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.qos: 0 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.startTime: 06:00 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.retain: false 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2023-05-04T08:08:09,433 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:09,434 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:09,434 [] 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-04T08:08:09,437 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:09,437 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:09,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:08:09,439 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:08:09,439 [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-04T08:08:09,439 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:08:09,440 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:09,442 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:09,442 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:09,443 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2023-05-04T08:08:09,443 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle SSLKeystore is updating! 2023-05-04T08:08:09,443 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2023-05-04T08:08:09,444 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:08:09,445 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:09,445 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:09,445 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:09,445 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:09,445 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:09,447 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:09,447 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:09,448 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-04T08:08:09,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:09,448 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:09,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:09,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:09,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:08:09,450 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:08:09,450 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:08:09,450 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:08:09,450 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:08:09,451 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:08:09,455 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:09,455 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:09,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:09,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:09,459 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:08:09,459 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-04T08:08:09,459 [pool-57-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:08:09,462 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T08:08:09,479 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T08:08:09,479 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-04T08:08:09,479 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - updating... 2023-05-04T08:08:09,481 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - updating...done 2023-05-04T08:08:09,483 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:09,485 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@be2b4b68, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@c58ea676, prop.character.array=[Ljava.lang.Character;@c3c30499, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@3b1b8edc, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@164da828, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@4f2dacd6, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@95a4a8d1, 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;@33dfe164, prop.string=prop.string.value, prop.double.array=[Ljava.lang.Double;@42fb191e} 2023-05-04T08:08:09,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187688105... 2023-05-04T08:08:09,487 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:08:09,488 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:08:09,490 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:08:09,490 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:08:09,492 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:08:09,492 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689515.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689515.xml... Done. 2023-05-04T08:08:09,525 [main] INFO o.e.k.c.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_1683187335629.xml 2023-05-04T08:08:09,525 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689515... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689531.xml... 2023-05-04T08:08:09,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.test/target/kura/user/snapshots/snapshot_1683187689531.xml... Done. 2023-05-04T08:08:09,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.test/target/kura/user/snapshots/snapshot_1683187336771.xml 2023-05-04T08:08:09,538 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689531... 2023-05-04T08:08:09,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187689551.xml... 2023-05-04T08:08:09,560 [main] INFO o.e.k.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_1683187689551.xml... Done. 2023-05-04T08:08:09,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187467164.xml 2023-05-04T08:08:09,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689551... 2023-05-04T08:08:09,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_1683187689566.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689566.xml... Done. 2023-05-04T08:08:09,575 [main] INFO o.e.k.c.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_1683187533114.xml 2023-05-04T08:08:09,575 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689566... 2023-05-04T08:08:09,584 [main] INFO o.e.k.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_1683187689581.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689581.xml... Done. 2023-05-04T08:08:09,587 [main] INFO o.e.k.c.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_1683187687924.xml 2023-05-04T08:08:09,587 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689581... 2023-05-04T08:08:09,595 [main] INFO o.e.k.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_1683187689592.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689592.xml... Done. 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187687947.xml 2023-05-04T08:08:09,597 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,597 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,598 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689592... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689618.xml... 2023-05-04T08:08:09,623 [main] INFO o.e.k.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_1683187689618.xml... Done. 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187687971.xml 2023-05-04T08:08:09,623 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689618... 2023-05-04T08:08:09,632 [main] INFO o.e.k.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_1683187689628.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689628.xml... Done. 2023-05-04T08:08:09,635 [main] INFO o.e.k.c.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_1683187687991.xml 2023-05-04T08:08:09,635 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689628... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689643.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689643.xml... Done. 2023-05-04T08:08:09,648 [main] INFO o.e.k.c.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_1683187688105.xml 2023-05-04T08:08:09,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,649 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689643... 2023-05-04T08:08:09,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187689652.xml... 2023-05-04T08:08:09,656 [main] INFO o.e.k.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_1683187689652.xml... Done. 2023-05-04T08:08:09,657 [main] INFO o.e.k.c.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_1683187689515.xml 2023-05-04T08:08:09,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689652... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689661.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689661.xml... Done. 2023-05-04T08:08:09,668 [main] INFO o.e.k.c.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_1683187689531.xml 2023-05-04T08:08:09,668 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689661... 2023-05-04T08:08:09,679 [main] INFO o.e.k.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_1683187689677.xml... 2023-05-04T08:08:09,681 [main] INFO o.e.k.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_1683187689677.xml... Done. 2023-05-04T08:08:09,682 [main] INFO o.e.k.c.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_1683187689551.xml 2023-05-04T08:08:09,682 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689677... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689685.xml... 2023-05-04T08:08:09,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187689685.xml... Done. 2023-05-04T08:08:09,690 [main] INFO o.e.k.c.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_1683187689566.xml 2023-05-04T08:08:09,690 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689685... 2023-05-04T08:08:09,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_1683187689693.xml... 2023-05-04T08:08:09,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187689693.xml... Done. 2023-05-04T08:08:09,698 [main] INFO o.e.k.c.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_1683187689581.xml 2023-05-04T08:08:09,698 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,699 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689693... 2023-05-04T08:08:09,716 [main] INFO o.e.k.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_1683187689714.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689714.xml... Done. 2023-05-04T08:08:09,719 [main] INFO o.e.k.c.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_1683187689592.xml 2023-05-04T08:08:09,719 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689714... 2023-05-04T08:08:09,724 [main] INFO o.e.k.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_1683187689723.xml... 2023-05-04T08:08:09,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187689723.xml... Done. 2023-05-04T08:08:09,727 [main] INFO o.e.k.c.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_1683187689618.xml 2023-05-04T08:08:09,728 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689723... 2023-05-04T08:08:09,735 [main] INFO o.e.k.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_1683187689732.xml... 2023-05-04T08:08:09,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/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1683187689732.xml... Done. 2023-05-04T08:08:09,738 [main] INFO o.e.k.c.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_1683187689628.xml 2023-05-04T08:08:09,738 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689732... 2023-05-04T08:08:09,744 [main] INFO o.e.k.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_1683187689742.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689742.xml... Done. 2023-05-04T08:08:09,746 [main] INFO o.e.k.c.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_1683187689643.xml 2023-05-04T08:08:09,746 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,746 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689742... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689750.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689750.xml... Done. 2023-05-04T08:08:09,754 [main] INFO o.e.k.c.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_1683187689652.xml 2023-05-04T08:08:09,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:09,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689750... 2023-05-04T08:08:09,759 [main] INFO o.e.k.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_1683187689757.xml... 2023-05-04T08:08:09,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.core.test/target/kura/user/snapshots/snapshot_1683187689757.xml... Done. 2023-05-04T08:08:09,762 [main] INFO o.e.k.c.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_1683187689661.xml 2023-05-04T08:08:09,762 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:09,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:08:09,763 [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-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:1B:97 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/LWT 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:08:09,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:08:10,069 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:08:10,069 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:08:10,070 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:08:10,070 [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-04T08:08:10,084 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:08:10,086 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:08:10,087 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/BIRTH with QoS: 0 2023-05-04T08:08:10,088 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/# with QoS: 1 2023-05-04T08:08:10,090 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Starting testRemoteConfiguration 2023-05-04T08:08:10,090 [main] INFO o.e.k.c.t.ConfigurationServiceTest - loading the current configuration 2023-05-04T08:08:10,091 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690090--4919430734007733213 with QoS: 0 2023-05-04T08:08:10,092 [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-04T08:08:10,093 [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-04T08:08:10,095 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2023-05-04T08:08:10,097 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:10,098 [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-04T08:08:10,100 [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-04T08:08:10,100 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187690090--4919430734007733213, priority: 1 2023-05-04T08:08:10,102 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187690090--4919430734007733213, priority: 1 2023-05-04T08:08:10,102 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690090--4919430734007733213 with QoS: 0 2023-05-04T08:08:10,105 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690090--4919430734007733213 2023-05-04T08:08:10,105 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690090--4919430734007733213 2023-05-04T08:08:10,107 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690107--8689832911927025181 with QoS: 0 2023-05-04T08:08:10,108 [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-04T08:08:10,109 [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-04T08:08:10,110 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/EXEC/snapshot with QoS: 0 2023-05-04T08:08:10,112 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/EXEC/snapshot 2023-05-04T08:08:10,112 [pool-9-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:10,113 [pool-9-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187689757... 2023-05-04T08:08:10,119 [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_1683187690116.xml... 2023-05-04T08:08:10,126 [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_1683187690116.xml... Done. 2023-05-04T08:08:10,126 [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_1683187689677.xml 2023-05-04T08:08:10,126 [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-04T08:08:10,127 [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-04T08:08:10,128 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187690107--8689832911927025181, priority: 1 2023-05-04T08:08:10,129 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187690107--8689832911927025181, priority: 1 2023-05-04T08:08:10,129 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690107--8689832911927025181 with QoS: 0 2023-05-04T08:08:10,131 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690107--8689832911927025181 2023-05-04T08:08:10,131 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690107--8689832911927025181 2023-05-04T08:08:10,133 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating configuration 2023-05-04T08:08:10,133 [main] INFO o.e.k.c.t.ConfigurationServiceTest - modifying configuration 2023-05-04T08:08:10,136 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690136-7248693827199673145 with QoS: 0 2023-05-04T08:08:10,138 [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-04T08:08:10,139 [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-04T08:08:10,140 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2023-05-04T08:08:10,143 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:10,143 [pool-9-thread-2] INFO o.e.k.c.c.CloudConfigurationHandler - Received new Configuration 2023-05-04T08:08:10,144 [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-04T08:08:10,145 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187690136-7248693827199673145, priority: 1 2023-05-04T08:08:10,146 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187690136-7248693827199673145, priority: 1 2023-05-04T08:08:10,146 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690136-7248693827199673145 with QoS: 0 2023-05-04T08:08:10,148 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690136-7248693827199673145 2023-05-04T08:08:10,148 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187690136-7248693827199673145 2023-05-04T08:08:10,461 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:08:10,461 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:08:10,463 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:08:11,145 [pool-11-thread-1] INFO o.e.k.c.c.UpdateConfigurationsCallable - Updating configurations 2023-05-04T08:08:11,145 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683187690116... 2023-05-04T08:08:11,149 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:11,152 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-04T08:08:11,153 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@195ce509, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@b36c501d, prop.character.array=[Ljava.lang.Character;@178812f0, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@bb219b53, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@f207f355, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@c5855b4b, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@ebc87bd2, 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;@ea2aa4ac, prop.string=modified_value, prop.double.array=[Ljava.lang.Double;@b188335f} 2023-05-04T08:08:11,154 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating modified configuration 2023-05-04T08:08:11,154 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Checking these are equal: modified_value AND modified_value 2023-05-04T08:08:11,154 [main] INFO o.e.k.c.t.ConfigurationServiceTest - reloading the current configuration 2023-05-04T08:08:11,154 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187691154--6937489322717290125 with QoS: 0 2023-05-04T08:08:11,156 [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-04T08:08:11,156 [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_1683187691153.xml... 2023-05-04T08:08:11,158 [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-04T08:08:11,158 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2023-05-04T08:08:11,159 [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_1683187691153.xml... Done. 2023-05-04T08:08:11,159 [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_1683187689685.xml 2023-05-04T08:08:11,160 [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-04T08:08:11,160 [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-04T08:08:11,160 [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-04T08:08:11,160 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:11,160 [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-04T08:08:11,162 [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-04T08:08:11,162 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187691154--6937489322717290125, priority: 1 2023-05-04T08:08:11,163 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187691154--6937489322717290125, priority: 1 2023-05-04T08:08:11,163 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187691154--6937489322717290125 with QoS: 0 2023-05-04T08:08:11,165 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187691154--6937489322717290125 2023-05-04T08:08:11,165 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187691154--6937489322717290125 2023-05-04T08:08:11,168 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating modified configuration 2023-05-04T08:08:11,168 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Checking these are equal: modified_value AND modified_value 2023-05-04T08:08:11,168 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187691168-1398610442216288514 with QoS: 0 2023-05-04T08:08:11,170 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/rollback/1683187690116, priority: 1 2023-05-04T08:08:11,171 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/rollback/1683187690116, priority: 1 2023-05-04T08:08:11,172 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/EXEC/rollback/1683187690116 with QoS: 0 2023-05-04T08:08:11,174 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/EXEC/rollback/1683187690116 2023-05-04T08:08:11,176 [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/1683187690116} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:08:11,176 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187691168-1398610442216288514, priority: 1 2023-05-04T08:08:11,177 [pool-9-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1683187691168-1398610442216288514, priority: 1 2023-05-04T08:08:11,178 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187691168-1398610442216288514 with QoS: 0 2023-05-04T08:08:11,180 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187691168-1398610442216288514 2023-05-04T08:08:11,180 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:1B:97/CONF-V1/REPLY/1683187691168-1398610442216288514 2023-05-04T08:08:11,433 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:11,435 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:11,435 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@fad5c84a 2023-05-04T08:08:11,436 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:1B:97/heater/data with QoS: 0 2023-05-04T08:08:12,178 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1683187690116... 2023-05-04T08:08:12,179 [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-04T08:08:12,179 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:12,179 [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-04T08:08:12,179 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:12,179 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:12,180 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:12,180 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService...done 2023-05-04T08:08:12,180 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:12,180 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2023-05-04T08:08:12,180 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:12,180 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2023-05-04T08:08:12,180 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2023-05-04T08:08:12,181 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2023-05-04T08:08:12,181 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:12,181 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2023-05-04T08:08:12,181 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2023-05-04T08:08:12,181 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2023-05-04T08:08:12,181 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:12,181 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2023-05-04T08:08:12,181 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2023-05-04T08:08:12,181 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2023-05-04T08:08:12,182 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:12,182 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2023-05-04T08:08:12,182 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:12,182 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:08:12,182 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:12,182 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:08:12,182 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:12,182 [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-04T08:08:12,182 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:12,190 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:12,193 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:12,193 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:12,193 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:12,193 [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-04T08:08:12,193 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:12,195 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:12,198 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:12,198 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:12,198 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:12,198 [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-04T08:08:12,198 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:08:12,201 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:12,203 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:12,203 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:12,203 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:08:12,203 [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-04T08:08:12,203 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:12,206 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:12,209 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:12,209 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:12,209 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:08:12,209 [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-04T08:08:12,209 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:08:12,212 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:12,214 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:12,214 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:12,214 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:08:12,214 [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-04T08:08:12,214 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:12,217 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:12,220 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:12,220 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:12,220 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:12,220 [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-04T08:08:12,220 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:12,222 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:12,224 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:12,224 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:12,224 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:08:12,225 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:12,228 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:08:12,228 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:12,230 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2023-05-04T08:08:12,230 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:12,233 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2023-05-04T08:08:12,233 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:12,235 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2023-05-04T08:08:12,235 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:12,238 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2023-05-04T08:08:12,238 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:12,240 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-04T08:08:12,240 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:08:12,243 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent heaterPublisher ... Done. 2023-05-04T08:08:12,243 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:12,246 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2023-05-04T08:08:12,246 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:12,248 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2023-05-04T08:08:12,249 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:12,251 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent SSLKeystore ... Done. 2023-05-04T08:08:12,251 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:12,253 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:08:12,253 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:08:12,256 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2023-05-04T08:08:12,256 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:12,259 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-04T08:08:12,259 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:12,261 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.ssl.SslManagerService ... Done. 2023-05-04T08:08:12,261 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:12,264 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2023-05-04T08:08:12,264 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:08:12,266 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2023-05-04T08:08:12,266 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.clock.ClockService is NOT tracked. 2023-05-04T08:08:12,266 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.demo.heater.Heater is NOT tracked. 2023-05-04T08:08:12,266 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService is NOT tracked. 2023-05-04T08:08:12,268 [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_1683187692266.xml... 2023-05-04T08:08:12,271 [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_1683187692266.xml... Done. 2023-05-04T08:08:12,271 [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_1683187689693.xml 2023-05-04T08:08:12,271 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1683187690116} ConfigurationService - Success - Rollback snapshot: 1683187690116 2023-05-04T08:08:12,272 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:12,272 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2023-05-04T08:08:12,273 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:08:12,286 [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-04T08:08:12,287 [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-04T08:08:12,287 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:12,290 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,290 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,302 [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-04T08:08:12,303 [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-04T08:08:12,303 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:12,305 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,305 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,318 [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-04T08:08:12,319 [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-04T08:08:12,319 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:12,321 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,321 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,322 [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-04T08:08:12,322 [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-04T08:08:12,323 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:12,325 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,325 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,337 [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-04T08:08:12,338 [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-04T08:08:12,339 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:12,340 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:12,340 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2023-05-04T08:08:12,341 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,341 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,353 [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-04T08:08:12,354 [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-04T08:08:12,355 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS with QoS: 0 2023-05-04T08:08:12,356 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:12,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-04T08:08:12,357 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,357 [MQTT Call: 0A:58:0A:28:1B:97] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/APPS 2023-05-04T08:08:12,357 [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-04T08:08:12,358 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:1B:97/MQTT/DC with QoS: 0 2023-05-04T08:08:12,361 [MQTT Call: 0A:58:0A:28:1B:97] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onMessageArrived 2023-05-04T08:08:12,361 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:12,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:08:12,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2023-05-04T08:08:12,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2023-05-04T08:08:12,361 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnecting 2023-05-04T08:08:12,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2023-05-04T08:08:12,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2023-05-04T08:08:12,363 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnected 2023-05-04T08:08:13,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:13,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:08:13,363 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:13,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:13,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:13,364 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:08:13,364 [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-04T08:08:13,365 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:13,365 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:13,365 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:08:13,365 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:13,366 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:08:13,366 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:13,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:08:13,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:08:13,568 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:13,569 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:08:13,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:08:13,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:08:13,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:13,578 [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-04T08:08:13,578 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:13,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:13,579 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2023-05-04T08:08:13,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:13,579 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2023-05-04T08:08:13,581 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:13,584 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:13,584 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:13,586 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:08:13,586 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:13,588 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:08:13,590 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2023-05-04T08:08:13,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2023-05-04T08:08:13,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2023-05-04T08:08:13,591 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:13,592 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:08:13,594 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.initial: 10.0 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.stopTime: 22:00 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - manual.setPoint: 15.0 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.setPoint: 20.5 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.semanticTopic: data 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - mode: Program 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.rate: 2 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.increment: 0.25 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.id: 110 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.qos: 0 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.startTime: 06:00 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.retain: false 2023-05-04T08:08:13,598 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2023-05-04T08:08:13,599 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2023-05-04T08:08:13,599 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:13,599 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2023-05-04T08:08:13,599 [] 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-04T08:08:13,602 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:13,602 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:13,603 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:08:13,605 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:08:13,605 [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-04T08:08:13,606 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:08:13,606 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:13,609 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:13,609 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:13,609 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2023-05-04T08:08:13,609 [ConfigurationListener Event Queue] INFO o.e.k.c.k.BaseKeystoreService - Bundle SSLKeystore is updating! 2023-05-04T08:08:13,609 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2023-05-04T08:08:13,611 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:08:13,611 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:13,611 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:13,611 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:13,612 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:13,612 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:13,615 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:13,615 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:13,615 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2023-05-04T08:08:13,615 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:13,615 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:13,615 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:13,616 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:13,617 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:08:13,617 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:08:13,618 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:08:13,618 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:08:13,618 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:08:13,620 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:08:13,625 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:13,625 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:13,628 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:13,628 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:13,629 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:08:13,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2023-05-04T08:08:13,629 [pool-68-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:08:13,632 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T08:08:13,643 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T08:08:13,643 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-04T08:08:13,645 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2023-05-04T08:08:13,648 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:13,649 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@c87d3ab, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@afa2e7f5, prop.character.array=[Ljava.lang.Character;@34e2f591, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@b45c6c04, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@6ad082c7, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@8d920b07, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@81cb867d, 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;@5b3c49cc, prop.string=prop.string.value, prop.double.array=[Ljava.lang.Double;@4e279a89} 2023-05-04T08:08:13,651 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:08:13,651 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:08:13,652 [main] INFO o.e.k.c.t.AllCoreTests - tearDownClass... 2023-05-04T08:08:13,653 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:08:13,653 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:08:13,655 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:08:13,655 [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: 361.885 s - in org.eclipse.kura.core.test.AllCoreTests shouldNotConnectOverWssWithHostnameIdentificationEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.626 s shouldNotConnectOverWssWithClientSideAuthWithoutKey(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.611 s shouldNotConnectOverWssWithClientSideAuthWithWrongTruststore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.044 s shouldConnectOverMqttsWithClientSideAuth(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.853 s shouldConnectOverMqttsWithClientSideAuthWithSeparateTruststore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 1.115 s shouldSupportRevocation(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 37.09 s shouldNotConnectOverMqttsWithHostnameIdentificationEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.418 s connectionShouldFailIfSeparateTruststoreIsUnset(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 31.152 s shouldConnectOverPlainMqtt(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.344 s shouldNotConnectOverMqttsWithClientSideAuthWithWrongTruststore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.039 s shouldConnectOverWssWithClientSideAuth(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.79 s shouldConnectOverWssWithHostnameIdentificationDisabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.729 s shouldNotConnectOverMqttsWithoutKeystore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.021 s shouldNotConnectOverMqttsWithClientSideAuthWithoutKey(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.412 s shouldConnectOverWssWithClientSideAuthWithSeparateTruststore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 1.081 s shouldConnectOverMqttsWithHostnameIdentificationDisabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.707 s connectionShouldFailWithRevocationChechEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.713 s testGetPackages(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.111 s testGetInventory(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.194 s testGetBundles(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.102 s testGetSystemPackages(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.107 s testPublish(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 105.211 s testDisconnect(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 32.343 s testConnect(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 0.323 s testSubscribe(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 0.004 s testGetPackages(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.104 s testExecInstallDeploymentPackage(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.02 s testExecUninstallDeploymentPackage(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 10.092 s testGetBundles(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.065 s testExecStartStop(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.059 s testDummy(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 0 s testServiceExists(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 0 s testService(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 1.04 s testSyntax(org.eclipse.kura.core.test.CommURITest) Time elapsed: 0.001 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.569 s testSnapshotsMaxCount(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 0.277 s testServiceExists(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 0 s testRemoteConfiguration(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 3.886 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-04T08:08:13,727 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:13,727 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:13,727 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:13,728 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:13,728 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:13,728 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:13,729 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2023-05-04T08:08:13,729 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:13,730 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:13,730 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:08:13,730 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:08:13,731 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:13,731 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:08:13,732 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:08:13,732 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:13,732 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:13,732 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:13,732 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:08:13,732 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:13,732 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:13,732 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:08:13,733 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2023-05-04T08:08:13,733 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2023-05-04T08:08:13,734 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:13,734 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:13,734 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:13,734 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:13,734 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:13,734 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:08:13,735 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:13,735 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:08:13,736 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:08:13,737 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:13,737 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:08:13,737 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:08:13,737 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.xml.BrokerInstance 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:13,738 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:13,742 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:08:13,742 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:08:13,745 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... ExampleTest instance :-309606911: deactivated ExampleTest instance :-309606911: unsetDataService 2023-05-04T08:08:13,747 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:08:13,747 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:13,933 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:08:14,483 [pool-13-thread-1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - update would not change current configuration, skipping 2023-05-04T08:08:14,748 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:14,748 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:08:14,751 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:08:14,753 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:08:14,756 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:14,756 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:08:14,761 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2023-05-04T08:08:14,771 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service 2023-05-04T08:08:14,783 [Framework stop - Equinox Container: 07b00095-f6c0-4d4b-be8e-98a9db9d57cb] 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: 0.759 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.026 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.012 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.002 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-04T08:08:20,307 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:20,618 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:08:20,630 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-779469 2023-05-04T08:08:20,687 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:20,688 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:08:20,688 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:08:20,688 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:08:20,688 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:08:20,688 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:20,688 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:08:20,689 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:08:20,689 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:20,689 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:20,689 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:08:20,691 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:20,725 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:08:20,775 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:08:20,777 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:08:20,887 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:08:20,888 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:20,921 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:08:21,015 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.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-04T08:08:21,027 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.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-04T08:08:21,027 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:21,053 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,054 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,054 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:21,056 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:21,056 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:21,057 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,057 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,057 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,058 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:21,059 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:21,059 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:21,059 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:08:21,060 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,060 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,060 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:21,060 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:21,061 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:21,061 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:21,061 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:08:21,061 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:08:21,061 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:08:21,062 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:21,062 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:21,062 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:08:21,062 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,063 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,063 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:21,063 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:21,063 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:21,063 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:21,066 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:21,066 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:08:21,066 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:08:21,067 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:21,067 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:21,067 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:08:21,096 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:08:21,096 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:08:21,118 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:21,130 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:08:21,130 [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-04T08:08:21,131 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:21,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:08:21,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:21,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:21,166 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:08:21,167 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:21,168 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:21,168 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:08:21,168 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:08:21,168 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:08:21,169 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:21,170 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:21,170 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:08:21,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:08:21,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:21,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:08:21,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:21,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:21,173 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:08:21,173 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:21,174 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:21,178 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:08:21,179 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:21,180 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:21,219 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:08:21,219 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:08:21,219 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:21,220 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:21,224 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:08:21,224 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:21,225 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:21,230 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:08:21,230 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:21,231 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:21,233 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:08:21,234 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:21,238 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:08:21,238 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:21,239 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:21,240 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:08:21,257 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:08:21,257 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:08:21,257 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:08:21,257 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:08:21,257 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:08:21,257 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:08:21,260 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:08:21,260 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:21,260 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:21,264 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:08:21,265 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:08:21,266 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:21,266 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:08:21,266 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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-04T08:08:21,266 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:21,266 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:08:21,267 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:21,268 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:21,268 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:21,269 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:21,269 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:21,331 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.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_1683187701319.xml... 2023-05-04T08:08:21,338 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.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_1683187701319.xml... Done. 2023-05-04T08:08:21,339 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:21,339 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:08:21,339 [Start Level: Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:08:21,340 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:08:21,340 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:08:21,356 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:21,377 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:08:21,414 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:21,415 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:21,415 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:21,415 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:21,455 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:08:21,464 [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-04T08:08:21,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:08:21,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:08:21,515 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:21,515 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:21,515 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:21,516 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:21,516 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:21,517 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:08:21,518 [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-04T08:08:21,518 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:21,520 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:08:21,521 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:08:21,522 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:21,522 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:21,522 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:08:21,522 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:21,522 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:21,522 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:21,522 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:21,523 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:21,523 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:21,523 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:21,523 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:21,524 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:21,524 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:08:21,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:21,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:21,524 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:21,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:21,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:21,525 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:21,526 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:08:21,526 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:08:21,526 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:08:21,526 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:08:21,526 [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-04T08:08:21,527 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:21,527 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:21,527 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:21,527 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:21,527 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:08:21,527 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:21,530 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:08:21,532 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:08:21,532 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:08:21,532 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:08:21,532 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:08:21,534 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:21,535 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:08:21,535 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:22,536 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:22,539 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:08:22,541 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:08:22,543 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:22,543 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:08:22,549 [Framework stop - Equinox Container: 13a723ae-540b-4c6f-99f1-8d20fa43b445] 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 08:08:25.287 [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/0x0000000048003e50.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$$d94e7a92.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/0x0000000048033da0.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] 08:08:25.306 [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] 08:08:25.308 [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] 08:08:25.317 [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/0x000000004803b3b0.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] 08:08:25.318 [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/0x00000000480337f0.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$$d94e7a92.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/0x000000004803b3b0.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] 08:08:25.321 [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] 08:08:25.324 [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: 1.017 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-04T08:08:28,103 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:28,426 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:08:28,436 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-686863 2023-05-04T08:08:28,491 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,491 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:08:28,491 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:08:28,492 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:08:28,492 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:08:28,492 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,492 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:08:28,492 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:08:28,492 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,492 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,493 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:08:28,495 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:28,525 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:08:28,572 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:08:28,574 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:08:28,691 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:08:28,691 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:28,719 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:08:28,804 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.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-04T08:08:28,813 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.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-04T08:08:28,813 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:28,838 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,839 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,839 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:28,842 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:28,842 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:28,843 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,843 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,843 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,843 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:28,844 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:28,845 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:28,845 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:08:28,845 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,846 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,846 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:28,846 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:28,846 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:28,847 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:28,847 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:08:28,847 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:08:28,847 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:08:28,848 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:28,848 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:28,848 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:08:28,848 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,848 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:28,849 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:28,849 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:28,849 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:28,849 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:28,856 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:28,856 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:08:28,856 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:08:28,857 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:28,857 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:28,857 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:08:28,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:08:28,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:08:28,883 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:28,921 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:08:28,921 [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-04T08:08:28,922 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:28,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:08:28,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:28,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:28,957 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:08:28,958 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:28,959 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:28,959 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:08:28,959 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:08:28,959 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:08:28,959 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:28,960 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:28,960 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:08:28,960 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:08:28,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:28,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:08:28,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:28,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:28,963 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:08:28,964 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:28,964 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:28,970 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:08:28,970 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:28,971 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:28,983 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:08:29,014 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:08:29,015 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:29,016 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:29,019 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:08:29,019 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:29,020 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:29,025 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:08:29,025 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:29,026 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:29,029 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:08:29,030 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:29,030 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:08:29,033 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:08:29,034 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:29,035 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:29,050 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:08:29,050 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:08:29,050 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:08:29,050 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:08:29,050 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:08:29,050 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:08:29,055 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:08:29,055 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:29,056 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:29,059 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:08:29,061 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:08:29,061 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:29,061 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:08:29,061 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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-04T08:08:29,061 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:29,062 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:08:29,063 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:29,064 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:29,064 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:29,064 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:29,065 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:29,125 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.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_1683187709080.xml... 2023-05-04T08:08:29,133 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.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_1683187709080.xml... Done. 2023-05-04T08:08:29,133 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:29,133 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:08:29,133 [Start Level: Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:08:29,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:08:29,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:08:29,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:29,180 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:08:29,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:29,182 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:29,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:29,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:29,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.deployment.agent ... 2023-05-04T08:08:29,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.deployment.agent 2023-05-04T08:08:29,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.deployment.agent 2023-05-04T08:08:29,246 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:08:29,255 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:08:29,265 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... Results: 2023-05-04T08:08:29,266 [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-04T08:08:29,275 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:08:29,276 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:29,276 [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-04T08:08:29,276 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:29,277 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:29,277 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:29,277 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:29,278 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:08:29,279 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:29,282 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:08:29,282 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:29,283 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:08:29,283 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:29,315 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:29,315 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:29,315 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:29,315 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:29,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:29,316 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:29,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:29,316 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:29,317 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:29,317 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:08:29,318 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:29,318 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:29,318 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:29,319 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:29,319 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:08:29,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:29,319 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:08:29,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:29,319 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:08:29,320 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:29,320 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:29,320 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:29,320 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:29,320 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:08:29,320 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:08:29,321 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:29,321 [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-04T08:08:29,323 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:08:29,325 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:29,325 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:08:29,325 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:30,326 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:30,330 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:08:30,332 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:08:30,336 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:30,338 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:08:30,343 [Framework stop - Equinox Container: 48d99664-f311-4688-89ad-36289fbec797] 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.834 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.002 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.008 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.009 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-04T08:08:36,598 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:36,906 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:08:36,920 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-289133 2023-05-04T08:08:36,974 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:36,974 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:08:36,974 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:08:36,975 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:08:36,975 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:08:36,975 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:36,975 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:08:36,975 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:08:36,975 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:36,975 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:36,975 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:08:36,977 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:37,004 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:08:37,057 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:08:37,059 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:08:37,171 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:08:37,171 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:37,199 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:08:37,287 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.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-04T08:08:37,296 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.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-04T08:08:37,296 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:37,320 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,321 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,321 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:37,323 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:37,323 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:37,324 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,324 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,324 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,324 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:37,326 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:37,326 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:37,326 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:08:37,327 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,327 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,327 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:37,328 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:37,328 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:37,328 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:37,328 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:08:37,328 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:08:37,328 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:08:37,329 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:37,329 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:37,329 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:08:37,330 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,330 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,330 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:37,331 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:37,331 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:37,332 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:37,336 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:37,336 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:08:37,336 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:08:37,337 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:37,337 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:37,337 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:08:37,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:08:37,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:08:37,372 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:37,385 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:08:37,385 [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-04T08:08:37,415 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:37,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:08:37,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:37,451 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:37,451 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:08:37,451 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:08:37,452 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:37,452 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:08:37,452 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:37,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:37,453 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:08:37,454 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:37,456 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:37,456 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:08:37,457 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:08:37,457 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:37,458 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:37,458 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:08:37,458 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:08:37,458 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:37,459 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:37,463 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:08:37,463 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:37,464 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:37,477 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:08:37,477 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:08:37,478 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:37,479 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:37,482 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:08:37,482 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:37,483 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:37,521 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:08:37,521 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:37,522 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:37,525 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:08:37,525 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:08:37,526 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:37,529 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:08:37,529 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:37,530 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:37,545 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:08:37,545 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:08:37,545 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:08:37,545 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:08:37,545 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:08:37,546 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:08:37,549 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:08:37,549 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:37,550 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:37,554 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:08:37,556 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:08:37,557 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:37,557 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:08:37,557 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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-04T08:08:37,558 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:37,558 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:08:37,559 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:37,562 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:37,562 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:37,563 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:37,564 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:37,624 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.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_1683187717578.xml... 2023-05-04T08:08:37,631 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.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_1683187717578.xml... Done. 2023-05-04T08:08:37,631 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:37,631 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:08:37,631 [Start Level: Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:08:37,638 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:08:37,638 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:08:37,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:37,669 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:08:37,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:37,672 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:37,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:37,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:37,733 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2023-05-04T08:08:37,744 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:08:37,752 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:08:37,752 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:08:37,754 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:37,754 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:37,755 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:37,755 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:37,755 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:37,758 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:37,761 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:08:37,761 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:37,762 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:08:37,762 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:37,768 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:37,770 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:37,770 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:08:37,770 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:08:37,770 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:08:37,771 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:37,771 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:37,771 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:37,771 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:37,772 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:08:37,772 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:37,774 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:08:37,775 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:08:37,775 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:08:37,775 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:08:37,775 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:08:37,776 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:37,776 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:37,776 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:37,776 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:37,777 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:37,777 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:37,778 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:08:37,778 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:38,778 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:38,783 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:08:38,786 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:08:38,789 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:38,790 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:08:38,797 [Framework stop - Equinox Container: fd3fc570-4965-49b9-9cf7-5155ce08878a] 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.811 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-04T08:08:44,762 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:45,101 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:08:45,121 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-090495 2023-05-04T08:08:45,181 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,181 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:08:45,181 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:08:45,182 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:08:45,182 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:08:45,182 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,182 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:08:45,182 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:08:45,182 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,182 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,182 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:08:45,184 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:45,215 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:08:45,266 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:08:45,268 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:08:45,384 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:08:45,384 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:45,414 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:08:45,498 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.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-04T08:08:45,510 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.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-04T08:08:45,510 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:45,534 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,535 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,535 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:45,538 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:45,538 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:45,539 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,539 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,539 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,539 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:45,540 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:45,540 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:45,540 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:08:45,541 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,541 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,541 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:45,542 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:45,542 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:45,542 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:45,542 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:08:45,542 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:08:45,543 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:08:45,544 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:45,544 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:45,544 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:08:45,544 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,544 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,545 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:45,545 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:45,545 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:45,546 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:45,548 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:45,549 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:08:45,549 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:08:45,549 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:45,549 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:45,550 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:08:45,579 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:08:45,579 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:08:45,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:45,624 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:08:45,624 [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-04T08:08:45,625 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:45,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:08:45,653 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:45,654 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:45,654 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:08:45,654 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:08:45,655 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:45,656 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:45,656 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:08:45,656 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:08:45,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:45,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:08:45,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:45,659 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:45,659 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:08:45,660 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:45,661 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:45,661 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:08:45,661 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:08:45,661 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:45,662 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:45,666 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:08:45,666 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:45,667 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:45,678 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:08:45,678 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:08:45,679 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:45,680 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:45,718 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:08:45,718 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:45,719 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:45,724 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:08:45,724 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:45,725 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:45,726 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:08:45,728 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:08:45,729 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:45,733 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:08:45,734 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:45,735 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:45,755 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:08:45,755 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:08:45,755 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:08:45,755 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:08:45,755 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:08:45,755 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:08:45,758 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:08:45,758 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:45,759 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:45,762 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:08:45,766 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:08:45,767 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:45,767 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:08:45,767 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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-04T08:08:45,767 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:45,767 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:08:45,768 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:45,769 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:45,769 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:45,770 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:45,771 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:45,850 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.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_1683187725840.xml... 2023-05-04T08:08:45,857 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.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_1683187725840.xml... Done. 2023-05-04T08:08:45,857 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:45,857 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:08:45,857 [Start Level: Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:08:45,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:08:45,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:08:45,870 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:45,895 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:08:45,899 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:45,899 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:45,914 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:45,914 [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-04T08:08:45,959 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:08:45,961 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:45,961 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:45,961 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:45,962 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:45,962 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:45,964 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:45,967 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:08:45,967 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:45,967 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:08:45,968 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:45,972 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:08:45,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:08:45,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:08:46,015 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:46,016 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:08:46,016 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:08:46,016 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:08:46,017 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:46,017 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:46,017 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:46,017 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:46,017 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:08:46,017 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:46,019 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:46,019 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:46,019 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:08:46,019 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:46,020 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:46,020 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:46,021 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:46,022 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:08:46,023 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:47,023 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:47,029 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:08:47,031 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:08:47,037 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:47,038 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:08:47,046 [Framework stop - Equinox Container: 16676303-6a58-4351-9c09-51bfae5f0651] 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.724 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.511 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-04T08:08:55,584 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:55,920 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:08:55,931 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-121594 2023-05-04T08:08:55,992 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:55,992 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:08:55,992 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:08:55,992 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:08:55,992 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:08:55,992 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:55,993 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:08:55,993 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:08:55,993 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:55,993 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:55,993 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:08:55,995 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:08:56,029 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:08:56,085 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:08:56,087 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:08:56,197 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:08:56,197 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:56,227 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:08:56,304 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.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-04T08:08:56,309 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.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-04T08:08:56,309 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:56,334 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,335 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,335 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:56,337 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:08:56,338 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:08:56,338 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,339 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,339 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,339 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:56,340 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:08:56,340 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:08:56,340 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:08:56,341 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,341 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,341 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:56,342 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:08:56,342 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:08:56,343 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:56,343 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:08:56,343 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:08:56,343 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:08:56,344 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:08:56,344 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:08:56,346 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:08:56,347 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,348 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,348 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:56,349 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:08:56,349 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:08:56,349 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:56,353 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:56,353 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:08:56,353 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:08:56,354 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:08:56,354 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:08:56,354 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:08:56,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:08:56,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:08:56,379 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:56,424 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:08:56,424 [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-04T08:08:56,425 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:08:56,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:08:56,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:56,451 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:56,452 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:08:56,452 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:08:56,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:08:56,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:08:56,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:56,454 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:08:56,454 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:08:56,454 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:56,456 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:56,456 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:08:56,457 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:08:56,457 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:56,458 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:08:56,458 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:08:56,458 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:08:56,458 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:56,461 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:56,466 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:08:56,466 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:56,467 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:08:56,478 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:08:56,479 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:08:56,479 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:08:56,514 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:08:56,517 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:08:56,518 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:56,518 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:08:56,522 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:08:56,523 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:08:56,523 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:56,524 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:08:56,527 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:08:56,528 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:56,531 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:08:56,531 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:56,532 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:56,559 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:08:56,559 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:08:56,559 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:08:56,559 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:08:56,559 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:08:56,559 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:08:56,561 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:08:56,562 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:56,563 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:08:56,566 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:08:56,567 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:08:56,568 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:56,568 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:08:56,568 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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-04T08:08:56,568 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:56,568 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:08:56,570 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:08:56,570 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:56,571 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:08:56,571 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:08:56,572 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:08:56,647 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.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_1683187736628.xml... 2023-05-04T08:08:56,651 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.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_1683187736628.xml... Done. 2023-05-04T08:08:56,652 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:08:56,652 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:08:56,652 [Start Level: Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:08:56,654 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:08:56,655 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:08:56,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:56,685 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:08:56,714 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:56,714 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:56,715 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:56,715 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:56,750 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:08:56,759 [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-04T08:08:56,769 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:08:56,770 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:08:56,779 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:56,779 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:08:56,779 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:56,779 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:08:56,780 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:08:56,780 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:08:56,779 [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-04T08:08:56,782 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:56,814 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:08:56,815 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:08:56,816 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:08:56,816 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:08:56,816 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:08:56,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:56,817 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:56,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:56,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:56,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:56,818 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:56,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:56,819 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:56,819 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:08:56,819 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:08:56,820 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:08:56,821 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:08:56,821 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:08:56,821 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:08:56,822 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:08:56,822 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:08:56,822 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:08:56,822 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:08:56,822 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:08:56,822 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:08:56,825 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:08:56,825 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:08:56,825 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:08:56,825 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:08:56,826 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:08:56,826 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:08:56,826 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:08:56,827 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:56,827 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:08:56,827 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:08:56,828 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:56,828 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:08:56,828 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:08:57,829 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:08:57,833 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:08:57,836 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:08:57,841 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:08:57,842 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:08:57,848 [Framework stop - Equinox Container: b08bc240-7f14-4c46-8b1e-72cec9c61d09] 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 08:09:00.611 [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.907 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-04T08:09:03,523 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:09:03,846 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:09:03,863 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-667167 2023-05-04T08:09:03,926 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:03,926 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:09:03,926 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:09:03,926 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:09:03,926 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:09:03,927 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:03,927 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:09:03,927 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:09:03,927 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:03,927 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:03,927 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:09:03,929 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:09:03,957 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:09:04,008 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:09:04,015 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:09:04,126 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:09:04,127 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:04,151 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:09:04,232 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.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-04T08:09:04,247 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.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-04T08:09:04,247 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:04,273 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,274 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,274 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:04,279 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:09:04,279 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:09:04,280 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,280 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,280 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,280 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:09:04,281 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:09:04,282 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:09:04,282 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:09:04,283 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,283 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,283 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:04,284 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:09:04,284 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:09:04,284 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:04,284 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:09:04,284 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:09:04,284 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:09:04,285 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:09:04,285 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:09:04,285 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:09:04,286 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,286 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,286 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:04,287 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:09:04,287 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:09:04,287 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:04,290 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:09:04,290 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:09:04,291 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:09:04,291 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:09:04,291 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:09:04,292 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:09:04,315 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:09:04,315 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:09:04,324 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:09:04,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:09:04,338 [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-04T08:09:04,338 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:09:04,376 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:09:04,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:04,379 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:04,379 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:09:04,379 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:09:04,380 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:09:04,380 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:09:04,380 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:09:04,381 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:09:04,381 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:09:04,382 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:04,384 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:04,384 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:09:04,384 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:09:04,384 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:09:04,386 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:09:04,386 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:09:04,386 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:09:04,386 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:04,387 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:04,417 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:09:04,417 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:09:04,418 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:09:04,434 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:09:04,434 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:09:04,434 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:09:04,435 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:09:04,439 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:09:04,439 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:09:04,441 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:09:04,446 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:09:04,446 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:09:04,447 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:09:04,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:09:04,450 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:09:04,451 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:09:04,456 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:09:04,457 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:04,458 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:04,478 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:09:04,478 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:09:04,478 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:09:04,478 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:09:04,478 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:09:04,478 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:09:04,480 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:09:04,480 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:09:04,514 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:09:04,518 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:09:04,520 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:09:04,520 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:04,520 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:09:04,520 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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-04T08:09:04,521 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:09:04,521 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:09:04,522 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:09:04,523 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:04,523 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:09:04,523 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:09:04,524 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:04,548 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.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_1683187744537.xml... 2023-05-04T08:09:04,568 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.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_1683187744537.xml... Done. 2023-05-04T08:09:04,568 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:09:04,568 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:09:04,569 [Start Level: Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:09:04,625 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:09:04,625 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:09:04,675 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:09:04,693 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:09:04,696 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:09:04,696 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:04,696 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:09:04,696 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:09:04,741 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:09:04,752 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:09:04,756 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:04,756 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:04,756 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:04,757 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:04,757 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:09:04,759 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:04,762 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:09:04,763 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:09:04,763 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:09:04,763 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:04,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:09:04,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:09:04,765 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:04,765 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:09:04,765 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:09:04,765 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:09:04,766 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:04,766 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:09:04,766 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:04,766 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:09:04,767 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:09:04,767 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:09:04,769 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:09:04,770 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:09:04,770 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:09:04,770 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:09:04,771 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:09:04,771 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:09:04,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:09:04,772 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:04,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:09:04,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:09:04,773 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:09:04,774 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:09:04,774 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:05,774 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:09:05,779 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:09:05,781 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:09:05,785 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:09:05,786 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:09:05,794 [Framework stop - Equinox Container: d07c3054-05e8-4c31-b83c-913703905451] 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.399 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.574 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.146 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/0x000000003ca3ba90.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 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.001 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.525 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.002 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.006 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.003 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.007 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.001 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.927 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.009 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-04T08:09:20,457 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:09:20,778 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:09:20,789 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-923176 2023-05-04T08:09:20,856 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:20,856 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:09:20,856 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:09:20,856 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:09:20,856 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:09:20,857 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:20,857 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:09:20,857 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:09:20,857 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:20,857 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:20,857 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:09:20,859 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:09:20,888 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:09:20,949 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:09:20,951 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:09:21,063 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:09:21,064 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:21,091 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:09:21,179 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.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-04T08:09:21,187 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.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-04T08:09:21,187 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:21,215 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,216 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,216 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:21,219 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:09:21,219 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:09:21,220 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,220 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,220 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,220 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:09:21,221 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:09:21,221 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:09:21,221 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:09:21,222 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,222 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,222 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:21,223 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:09:21,223 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:09:21,223 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:21,223 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:09:21,223 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:09:21,223 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:09:21,224 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:09:21,224 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:09:21,224 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:09:21,225 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,225 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,225 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:21,226 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:09:21,226 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:09:21,226 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:21,229 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:09:21,229 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:09:21,229 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:09:21,230 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:09:21,230 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:09:21,230 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:09:21,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:09:21,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:09:21,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:09:21,318 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:09:21,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-04T08:09:21,320 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:09:21,343 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:09:21,345 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:21,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:21,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:09:21,346 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:09:21,346 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:21,348 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:21,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:09:21,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:09:21,349 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:09:21,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:09:21,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:09:21,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-04T08:09:21,351 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:09:21,352 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:09:21,353 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:09:21,353 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:09:21,353 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:09:21,354 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:21,355 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:21,362 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:09:21,363 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:09:21,364 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:09:21,380 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:09:21,380 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:09:21,414 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:09:21,416 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:09:21,421 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:09:21,421 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:09:21,422 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:09:21,429 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:09:21,429 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:09:21,430 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:09:21,434 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:09:21,435 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:09:21,440 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:09:21,441 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:21,442 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:21,442 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:09:21,463 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:09:21,463 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:09:21,463 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:09:21,463 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:09:21,463 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:09:21,463 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:09:21,467 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:09:21,467 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:09:21,468 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:09:21,472 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:09:21,476 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:09:21,476 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:21,476 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:09:21,476 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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-04T08:09:21,477 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:09:21,477 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:09:21,478 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:09:21,478 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:21,478 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:09:21,479 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:09:21,480 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:21,538 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.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_1683187761525.xml... 2023-05-04T08:09:21,545 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.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_1683187761525.xml... Done. 2023-05-04T08:09:21,546 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:09:21,546 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:09:21,546 [Start Level: Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:09:21,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:09:21,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:09:21,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:09:21,623 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:09:21,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:09:21,626 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:21,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:09:21,627 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:09:21,657 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:09:21,668 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:09:21,674 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:21,675 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:21,675 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:21,675 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:21,675 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:09:21,676 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:09:21,676 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:09:21,678 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:21,681 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:09:21,682 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:09:21,682 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:09:21,682 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:21,718 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:09:21,719 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:21,719 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:09:21,719 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:09:21,719 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:09:21,720 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:09:21,720 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:09:21,720 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:21,720 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:09:21,720 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:09:21,720 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:21,720 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:09:21,721 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:21,721 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:09:21,721 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:09:21,721 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:09:21,723 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:09:21,726 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:09:21,726 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:09:21,726 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:09:21,727 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:09:21,727 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:09:21,728 [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-04T08:09:21,729 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:09:21,729 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:09:21,729 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:22,730 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:09:22,733 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:09:22,735 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:09:22,737 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:09:22,738 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:09:22,748 [Framework stop - Equinox Container: dc0a3a61-9011-40ee-94bc-71072a76c01e] 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.833 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.124 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-04T08:09:28,129 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:09:28,452 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:09:28,462 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-261338 2023-05-04T08:09:28,519 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,519 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:09:28,519 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:09:28,519 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:09:28,520 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:09:28,520 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,520 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:09:28,520 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:09:28,520 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,520 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,520 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:09:28,522 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:09:28,551 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:09:28,600 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:09:28,601 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:09:28,730 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:09:28,730 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:28,758 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:09:28,846 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.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-04T08:09:28,855 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.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-04T08:09:28,855 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:28,880 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,881 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,881 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:28,884 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:09:28,884 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:09:28,885 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,885 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,885 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,886 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:09:28,887 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:09:28,887 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:09:28,887 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:09:28,888 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,888 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,888 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:28,889 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:09:28,889 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:09:28,889 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:28,889 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:09:28,889 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:09:28,889 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:09:28,890 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:09:28,890 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:09:28,890 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:09:28,891 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,891 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:28,891 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:28,892 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:09:28,892 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:09:28,892 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:28,897 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:09:28,897 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:09:28,897 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:09:28,897 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:09:28,898 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:09:28,898 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:09:28,926 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:09:28,926 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:09:28,944 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:09:28,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:09:28,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-04T08:09:28,958 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:09:28,991 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:09:29,015 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:29,016 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:29,016 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:09:29,016 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:09:29,017 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:09:29,017 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:09:29,017 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:09:29,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:09:29,021 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:09:29,022 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:29,024 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:29,024 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:09:29,024 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:09:29,025 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:09:29,026 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:09:29,026 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:09:29,026 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:09:29,027 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:29,027 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:29,031 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:09:29,032 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:09:29,032 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:09:29,044 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:09:29,045 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:09:29,045 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:09:29,046 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:09:29,049 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:09:29,050 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:09:29,050 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:09:29,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:09:29,058 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:09:29,058 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:09:29,059 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:09:29,062 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:09:29,063 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:09:29,067 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:09:29,067 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:29,068 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:29,118 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:09:29,118 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:09:29,119 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:09:29,119 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:09:29,119 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:09:29,119 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:09:29,121 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:09:29,122 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:09:29,122 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:09:29,125 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:09:29,127 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:09:29,128 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:29,128 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:09:29,128 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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-04T08:09:29,128 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:09:29,128 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:09:29,132 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:09:29,133 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:29,133 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:09:29,133 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:09:29,134 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:09:29,167 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.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_1683187769151.xml... 2023-05-04T08:09:29,174 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.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_1683187769151.xml... Done. 2023-05-04T08:09:29,174 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:09:29,174 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:09:29,174 [Start Level: Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:09:29,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:09:29,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:09:29,231 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:09:29,245 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:09:29,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:09:29,248 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:29,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:09:29,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:09:29,283 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:09:29,320 [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-04T08:09:29,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:09:29,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:09:29,338 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:29,339 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:29,339 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:09:29,339 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:09:29,339 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:09:29,340 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:09:29,340 [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-04T08:09:29,344 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:29,344 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:09:29,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:09:29,346 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:29,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:09:29,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:09:29,347 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:09:29,348 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:09:29,348 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:09:29,348 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:09:29,349 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:09:29,350 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:29,350 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:09:29,350 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:09:29,350 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:09:29,350 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:09:29,352 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:09:29,352 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:09:29,352 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:09:29,353 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:09:29,354 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:09:29,354 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:09:29,354 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:09:29,354 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:09:29,354 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:09:29,354 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:09:29,354 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:09:29,354 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:09:29,354 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:09:29,355 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:09:29,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:09:29,356 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:29,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:09:29,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:09:29,356 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:09:29,357 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:09:29,358 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:09:29,358 [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-04T08:09:29,359 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:09:29,360 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:09:29,360 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:09:30,360 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:09:30,363 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:09:30,365 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:09:30,367 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:09:30,369 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:09:30,378 [Framework stop - Equinox Container: bc8b03ec-a797-464f-9a19-20c3a6d546f6] 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 08:09:55.233 [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/0x00000000f0d4f1d0.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 08:09:55.255 [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] 08:10:05.263 [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/0x00000000f0d4ed10.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.048 s - in org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriverTest [INFO] Running org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest 08:10:05.305 [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] 08:10:05.346 [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] 08:10:05.350 [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] 08:10:06.386 [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] 08:10:06.432 [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] 08:10:07.460 [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.194 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-04T08:10:10,195 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:10:10,502 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:10:10,523 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-322085 2023-05-04T08:10:10,582 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,582 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:10:10,582 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:10:10,582 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:10:10,582 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:10:10,583 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,583 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:10:10,583 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:10:10,583 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,583 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,584 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:10:10,586 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:10:10,621 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:10:10,668 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:10:10,670 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:10:10,783 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:10:10,783 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:10,820 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:10:10,904 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.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-04T08:10:10,914 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.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-04T08:10:10,914 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:10,942 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,943 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,943 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:10,946 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:10:10,946 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:10:10,947 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,947 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,947 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,947 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:10:10,949 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:10:10,949 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:10:10,949 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:10:10,950 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,950 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,950 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:10,951 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:10:10,951 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:10:10,951 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:10,951 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:10:10,951 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:10:10,951 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:10:10,952 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:10:10,952 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:10:10,953 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:10:10,953 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,954 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:10,954 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:10,955 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:10:10,955 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:10:10,955 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:10,958 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:10:10,958 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:10:10,958 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:10:10,959 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:10:10,959 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:10:10,959 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:10:10,983 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:10:10,983 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:10:11,018 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:10:11,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:10:11,036 [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-04T08:10:11,037 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:10:11,063 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:10:11,065 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:11,066 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:11,066 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:10:11,066 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:10:11,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:10:11,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:10:11,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:11,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:11,069 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:10:11,069 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:11,071 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:11,072 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:10:11,072 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:10:11,072 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:10:11,073 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:10:11,073 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:10:11,074 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:10:11,074 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:11,075 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:11,079 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:10:11,079 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:11,082 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:11,125 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:10:11,125 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:10:11,125 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:10:11,126 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:10:11,129 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:10:11,130 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:11,131 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:11,135 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:10:11,136 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:10:11,136 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:10:11,137 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:10:11,139 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:10:11,140 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:10:11,143 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:10:11,143 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:11,144 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:11,158 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:10:11,158 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:10:11,158 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:10:11,158 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:10:11,158 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:10:11,159 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:10:11,161 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:10:11,161 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:11,165 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:11,168 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:10:11,170 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:10:11,170 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:11,171 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:10:11,171 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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-04T08:10:11,171 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:11,171 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:10:11,172 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:10:11,173 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:11,173 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:10:11,174 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:10:11,174 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:11,233 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.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_1683187811222.xml... 2023-05-04T08:10:11,242 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.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_1683187811222.xml... Done. 2023-05-04T08:10:11,242 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:10:11,242 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:10:11,243 [Start Level: Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:10:11,248 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:10:11,248 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:10:11,261 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:10:11,274 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:10:11,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:11,277 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:11,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:11,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:11,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.ble.sensortag ... 2023-05-04T08:10:11,340 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:10:11,349 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:10:11,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:10:11,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:10:11,370 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:10:11,370 [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-04T08:10:11,373 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:10:11,374 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:11,374 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:11,374 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:11,374 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:11,381 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:10:11,381 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:10:11,381 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:10:11,381 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:10:11,381 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:10:11,382 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:10:11,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:11,383 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:11,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:11,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:11,415 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:10:11,415 [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-04T08:10:11,426 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:11,426 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:10:11,428 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:10:11,429 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:10:11,429 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:10:11,430 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:11,431 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:11,431 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:11,431 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:11,431 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:11,432 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:11,432 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:10:11,437 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:11,439 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:10:11,440 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:11,440 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:10:11,440 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:11,441 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:11,441 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:11,441 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:11,442 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:11,442 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:10:11,442 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:10:11,592 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:10:11,592 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:10:11,592 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:11,592 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:11,593 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:10:11,593 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:10:11,593 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:10:11,594 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:11,594 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:10:11,594 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:11,594 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:10:11,594 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:10:11,594 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:10:11,594 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:11,594 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:11,596 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:10:11,597 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:10:11,598 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:10:11,600 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:10:11,600 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:10:11,600 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:12,601 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:10:12,604 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:10:12,606 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:10:12,608 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:10:12,610 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:10:12,618 [Framework stop - Equinox Container: f60c22cb-74a5-430a-a7e6-7e0094f038eb] 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.965 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-04T08:10:18,639 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:10:18,967 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:10:18,977 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-902082 2023-05-04T08:10:19,042 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,042 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:10:19,042 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:10:19,042 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:10:19,042 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:10:19,043 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,043 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:10:19,043 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:10:19,043 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,043 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,047 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:10:19,050 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:10:19,088 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:10:19,142 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:10:19,144 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:10:19,260 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:10:19,260 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:19,286 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:10:19,374 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.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-04T08:10:19,386 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.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-04T08:10:19,386 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:19,412 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,412 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,413 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:19,415 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:10:19,415 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:10:19,416 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,416 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,416 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,416 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:10:19,417 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:10:19,417 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:10:19,417 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:10:19,418 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,418 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,419 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:19,419 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:10:19,419 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:10:19,419 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:19,419 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:10:19,420 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:10:19,420 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:10:19,420 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:10:19,420 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:10:19,421 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:10:19,421 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,421 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,421 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:19,422 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:10:19,422 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:10:19,422 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:19,426 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:10:19,426 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:10:19,426 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:10:19,427 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:10:19,427 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:10:19,427 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:10:19,456 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:10:19,456 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:10:19,465 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:10:19,479 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:10:19,479 [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-04T08:10:19,480 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:10:19,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:10:19,555 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:19,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:19,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:10:19,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:10:19,557 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:10:19,557 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:10:19,558 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:19,559 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:19,559 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:10:19,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:10:19,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:19,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:19,561 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:10:19,562 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:10:19,563 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:10:19,565 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:10:19,565 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:10:19,565 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:19,566 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:19,570 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:10:19,571 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:19,571 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:19,585 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:10:19,585 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:10:19,585 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:10:19,615 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:10:19,618 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:10:19,618 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:19,619 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:19,624 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:10:19,624 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:10:19,625 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:10:19,625 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:10:19,627 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:10:19,628 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:10:19,632 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:10:19,632 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:19,633 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:19,650 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:10:19,650 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:10:19,650 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:10:19,650 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:10:19,650 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:10:19,650 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:10:19,653 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:10:19,653 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:19,654 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:19,657 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:10:19,659 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:10:19,660 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:19,660 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:10:19,660 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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-04T08:10:19,660 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:19,660 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:10:19,661 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:10:19,662 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:19,662 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:10:19,662 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:10:19,663 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:19,727 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.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_1683187819715.xml... 2023-05-04T08:10:19,734 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.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_1683187819715.xml... Done. 2023-05-04T08:10:19,734 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:10:19,734 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:10:19,734 [Start Level: Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:10:19,734 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:10:19,735 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:10:19,748 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:10:19,761 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:10:19,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:19,764 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:19,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:19,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:19,819 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.eddystone ... 2023-05-04T08:10:19,829 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:10:19,840 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:10:19,849 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:10:19,849 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: 2023-05-04T08:10:19,859 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:10:19,860 [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-04T08:10:19,864 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:10:19,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:19,866 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:19,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:19,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:19,868 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:10:19,868 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:19,868 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:19,869 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:19,869 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:19,871 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:19,871 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:19,872 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:19,872 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:19,872 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:10:19,874 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:10:19,874 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:10:19,874 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:10:19,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:10:19,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:10:19,875 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:19,876 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:10:19,876 [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-04T08:10:19,877 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:10:19,878 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:19,878 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:10:19,878 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:19,879 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:19,879 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:19,879 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:19,879 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:19,880 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:10:19,880 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:10:19,881 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:19,914 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:10:19,914 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:10:19,914 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:10:19,915 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:19,915 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:10:19,915 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:19,916 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:10:19,916 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:10:19,916 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:10:19,916 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:19,918 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:10:19,919 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:10:19,928 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:10:19,928 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:10:19,928 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:20,928 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:10:20,933 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:10:20,935 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:10:20,938 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:10:20,939 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:10:20,945 [Framework stop - Equinox Container: 146cbb55-119d-457b-969e-c297ca1e0492] 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.921 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-04T08:10:26,899 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:10:27,239 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:10:27,249 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-439516 2023-05-04T08:10:27,320 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,320 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:10:27,320 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:10:27,320 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:10:27,320 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:10:27,320 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,320 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:10:27,321 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:10:27,321 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,321 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,321 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:10:27,323 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:10:27,353 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:10:27,401 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:10:27,416 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:10:27,523 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:10:27,523 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:27,551 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:10:27,630 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.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-04T08:10:27,642 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.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-04T08:10:27,642 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:27,670 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,671 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,671 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:27,674 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:10:27,674 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:10:27,675 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,675 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,675 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,675 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:10:27,676 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:10:27,676 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:10:27,676 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:10:27,677 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,677 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,677 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:27,678 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:10:27,678 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:10:27,678 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:27,678 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:10:27,679 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:10:27,679 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:10:27,679 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:10:27,679 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:10:27,680 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:10:27,681 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,681 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,681 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:27,682 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:10:27,682 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:10:27,682 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:27,686 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:10:27,686 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:10:27,686 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:10:27,687 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:10:27,687 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:10:27,687 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:10:27,705 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:10:27,705 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:10:27,721 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:10:27,751 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:10:27,751 [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-04T08:10:27,752 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:10:27,787 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:10:27,788 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:27,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:27,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:10:27,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:10:27,816 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:10:27,816 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:10:27,816 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:27,817 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:27,823 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:10:27,823 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:27,826 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:27,826 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:10:27,826 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:10:27,826 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:10:27,827 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:10:27,827 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:10:27,828 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:10:27,828 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:27,829 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:27,833 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:10:27,833 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:27,834 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:27,845 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:10:27,845 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:10:27,846 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:10:27,847 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:10:27,850 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:10:27,850 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:27,851 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:27,856 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:10:27,857 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:10:27,857 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:10:27,858 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:10:27,861 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:10:27,862 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:10:27,865 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:10:27,866 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:27,867 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:27,920 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:10:27,920 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:10:27,920 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:10:27,920 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:10:27,920 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:10:27,920 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:10:27,923 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:10:27,923 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:27,924 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:27,927 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:10:27,929 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:10:27,930 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:27,930 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:10:27,930 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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-04T08:10:27,930 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:27,930 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:10:27,934 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:10:27,935 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:27,935 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:10:27,936 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:10:27,936 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:27,963 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.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_1683187827951.xml... 2023-05-04T08:10:27,966 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.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_1683187827951.xml... Done. 2023-05-04T08:10:27,967 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:10:27,967 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:10:27,967 [Start Level: Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:10:27,967 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:10:27,967 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:10:28,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:10:28,035 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:10:28,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:28,037 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:28,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:28,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:28,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.ibeacon ... 2023-05-04T08:10:28,070 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:10:28,081 [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-04T08:10:28,121 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:10:28,121 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:10:28,123 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:28,123 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:28,124 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:28,124 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:28,124 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:10:28,127 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:28,130 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:10:28,130 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:28,130 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:10:28,131 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:28,131 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:10:28,132 [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-04T08:10:28,134 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:10:28,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:28,135 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:28,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:28,135 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:28,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:28,136 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:28,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:28,136 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:28,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:10:28,137 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:10:28,138 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:28,138 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:10:28,138 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:10:28,139 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:10:28,139 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:28,139 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:10:28,139 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:28,140 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:10:28,140 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:10:28,140 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:10:28,142 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:10:28,142 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:10:28,142 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:10:28,142 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:10:28,143 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:10:28,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:10:28,144 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:28,144 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:28,144 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:28,144 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:28,145 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:10:28,145 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:10:28,145 [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-04T08:10:28,146 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:10:28,146 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:29,147 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:10:29,151 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:10:29,154 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:10:29,160 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:10:29,162 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:10:29,176 [Framework stop - Equinox Container: cd05c1c1-526d-4aa9-9e86-8789c12beba6] 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/0x0000000084ba3a80.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.02 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-04T08:10:47,930 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:10:48,334 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:10:48,344 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-990436 2023-05-04T08:10:48,401 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,414 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:10:48,414 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:10:48,414 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:10:48,414 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:10:48,415 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,415 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:10:48,415 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:10:48,415 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,415 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,415 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:10:48,417 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:10:48,447 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:10:48,496 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:10:48,498 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:10:48,618 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:10:48,618 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:48,648 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:10:48,734 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.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-04T08:10:48,743 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.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-04T08:10:48,743 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:48,769 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,770 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,770 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:48,773 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:10:48,773 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:10:48,774 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,774 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,774 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,774 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:10:48,775 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:10:48,775 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:10:48,775 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:10:48,776 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,776 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,776 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:48,777 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:10:48,777 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:10:48,777 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:48,777 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:10:48,777 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:10:48,777 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:10:48,778 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:10:48,778 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:10:48,778 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:10:48,779 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,779 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,779 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:48,780 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:10:48,780 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:10:48,780 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:48,783 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:10:48,783 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:10:48,783 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:10:48,784 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:10:48,784 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:10:48,784 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:10:48,804 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:10:48,805 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:10:48,822 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:10:48,835 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:10:48,837 [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-04T08:10:48,838 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:10:48,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:10:48,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:48,868 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:48,868 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:10:48,868 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:10:48,869 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:10:48,870 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:10:48,870 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:48,870 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:48,871 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:10:48,871 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:48,874 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:48,874 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:10:48,874 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:10:48,874 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:10:48,875 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:10:48,875 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:10:48,875 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:10:48,876 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:48,876 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:48,881 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:10:48,881 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:48,882 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:48,925 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:10:48,925 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:10:48,925 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:10:48,926 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:10:48,929 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:10:48,930 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:48,930 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:48,938 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:10:48,938 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:10:48,939 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:10:48,942 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:10:48,943 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:10:48,946 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:10:48,947 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:48,947 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:48,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:10:48,963 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:10:48,963 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:10:48,963 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:10:48,963 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:10:48,963 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:10:48,963 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:10:48,966 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:10:48,966 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:48,967 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:48,970 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:10:48,972 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:10:48,973 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:48,973 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:10:48,973 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] 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-04T08:10:48,973 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:48,973 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:10:48,974 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:10:48,975 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:48,975 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:10:48,976 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:10:48,977 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:10:49,049 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.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_1683187849038.xml... 2023-05-04T08:10:49,056 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.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_1683187849038.xml... Done. 2023-05-04T08:10:49,056 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:10:49,056 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:10:49,056 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:10:49,070 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.opcua ... 2023-05-04T08:10:49,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:10:49,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:10:49,081 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.driver.opcua and pid opcuadriver 2023-05-04T08:10:49,082 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid opcuadriver 2023-05-04T08:10:49,082 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.driver.opcua 2023-05-04T08:10:49,114 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - opcuadriver.... 2023-05-04T08:10:49,116 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: opcuadriver 2023-05-04T08:10:49,116 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - opcuadriver....Done 2023-05-04T08:10:49,116 [Start Level: Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.driver.opcua opcuadriver 2023-05-04T08:10:49,123 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:10:49,140 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:10:49,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:49,143 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:49,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:49,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:49,182 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:10:49,223 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:10:49,234 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:10:49,234 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:10:49,245 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:10:49,246 [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-04T08:10:49,248 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:10:49,250 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:49,250 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:49,250 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:49,250 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest 2023-05-04T08:10:49,257 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:10:49,257 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:10:49,257 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:10:49,257 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:10:49,257 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:10:49,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:10:49,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:49,259 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:49,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:49,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:49,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:10:49,263 [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-04T08:10:49,275 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:10:49,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:10:49,278 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:10:49,278 [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-04T08:10:49,563 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:10:49,565 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:10:49,566 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:10:49,566 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:10:49,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:10:49,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:10:49,631 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:10:49,631 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:10:49,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:10:49,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:10:49,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:10:49,635 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:10:49,635 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:10:49,635 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:10:49,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:10:49,641 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:10:49,642 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:10:49,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:10:49,642 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:10:49,840 [main] INFO o.e.m.o.s.s.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.2.4 2023-05-04T08:10:49,840 [main] INFO o.e.m.o.s.s.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.2.4 2023-05-04T08:10:49,976 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:10:50,024 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:10:50,029 [ConfigurationListener Event Queue] INFO o.e.k.i.d.o.OpcUaDriver - Activating OPC-UA Driver... 2023-05-04T08:10:50,031 [ConfigurationListener Event Queue] INFO o.e.k.i.d.o.OpcUaDriver - Activating OPC-UA Driver... Done 2023-05-04T08:10:50,687 [main] INFO o.e.m.o.s.s.n.OpcUaNamespace - Loaded nodes in 551ms. 2023-05-04T08:10:50,711 [main] INFO o.e.m.o.s.s.NamespaceManager - added namespace index=0, uri=http://opcfoundation.org/UA/ 2023-05-04T08:10:50,714 [main] INFO o.e.m.o.s.s.NamespaceManager - registered and added namespace index=1, uri=opcsvr 2023-05-04T08:10:50,717 [main] INFO o.e.m.o.s.s.OpcUaServer - Binding endpoint opc.tcp://localhost:12685/opcsvr to localhost [None/None] 2023-05-04T08:10:50,740 [main] INFO o.e.m.o.s.s.NamespaceManager - registered and added namespace index=2, uri=urn:eclipse:milo:hello-world 2023-05-04T08:10:50,854 [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-04T08:10:50,854 [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-04T08:10:50,854 [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-04T08:10:50,855 [main] INFO o.e.k.i.d.o.ConnectionManager - Connecting to OPC-UA... 2023-05-04T08:10:50,993 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:10:50,993 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:10:51,000 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:10:51,139 [ua-shared-pool-1] WARN o.e.k.i.d.o.ConnectionManager - Failed to load certificates 2023-05-04T08:10:51,139 [ua-shared-pool-1] INFO o.e.k.i.d.o.ConnectionManager - connecting to endpoint: opc.tcp://localhost:12685/opcsvr 2023-05-04T08:10:51,145 [ua-shared-pool-1] INFO o.e.m.o.s.c.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.2.4 2023-05-04T08:10:51,145 [ua-shared-pool-1] INFO o.e.m.o.s.c.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.2.4 2023-05-04T08:10:51,274 [NonceUtilSecureRandom] INFO o.e.m.o.s.c.u.NonceUtil - SecureRandom seeded in 0ms. 2023-05-04T08:10:51,349 [ua-shared-pool-0] INFO o.e.k.i.d.o.ConnectionManager - Connectiong to OPC-UA...done 2023-05-04T08:10:51,364 [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, -86, -69, -52, -35, -18, -1]} to Value attribute of NodeId{ns=2, id=SByteArray} 2023-05-04T08:10:51,374 [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-04T08:10:51,384 [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-04T08:10:51,387 [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-04T08:10:51,391 [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-04T08:10:51,394 [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-04T08:10:51,398 [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-04T08:10:51,402 [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-04T08:10:51,414 [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-04T08:10:51,418 [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-04T08:10:51,422 [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-04T08:10:51,425 [ua-shared-pool-1] 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-04T08:10:51,429 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=3.4028235E38} to Value attribute of NodeId{ns=2, id=Float} 2023-05-04T08:10:51,433 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=3.4028235E38} to Value attribute of NodeId{ns=2, id=Float} 2023-05-04T08:10:51,436 [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-04T08:10:51,440 [ua-shared-pool-1] 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-04T08:10:51,444 [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-04T08:10:51,447 [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-04T08:10:51,451 [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-04T08:10:51,455 [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-04T08:10:51,458 [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-04T08:10:51,462 [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-04T08:10:51,466 [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-04T08:10:51,470 [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-04T08:10:51,483 [ua-shared-pool-0] 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-04T08:10:51,487 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,490 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,517 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,521 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,524 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,528 [ua-shared-pool-0] 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-04T08:10:51,532 [ua-shared-pool-0] 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-04T08:10:51,535 [ua-shared-pool-0] 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-04T08:10:51,539 [ua-shared-pool-0] 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-04T08:10:51,542 [ua-shared-pool-0] 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-04T08:10:51,546 [ua-shared-pool-0] 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-04T08:10:51,549 [ua-shared-pool-0] 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-04T08:10:51,553 [ua-shared-pool-0] 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-04T08:10:51,556 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,559 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,563 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,566 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,570 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,573 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,577 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,580 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,584 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,588 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,591 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,617 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,621 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,624 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,628 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,631 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,635 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int16} 2023-05-04T08:10:51,639 [ua-shared-pool-0] 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-04T08:10:51,642 [ua-shared-pool-0] 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-04T08:10:51,646 [ua-shared-pool-0] 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-04T08:10:51,650 [ua-shared-pool-0] 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-04T08:10:51,662 [ua-shared-pool-0] 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-04T08:10:51,666 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,669 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,673 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,676 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,679 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,683 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,687 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,691 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,694 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,697 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,718 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,722 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,725 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,728 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,733 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,736 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,740 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,743 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,747 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,750 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,753 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,757 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,760 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,764 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,767 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,770 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,774 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,777 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,780 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,783 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,786 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,790 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,793 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,815 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,819 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,822 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,825 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,829 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,832 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,836 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,839 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,842 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,845 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483648} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,848 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2023-05-04T08:10:51,859 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,862 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,866 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,869 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,872 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,876 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,879 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,882 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,885 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,888 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,892 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,916 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,920 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,923 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,926 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,930 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,933 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,937 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,940 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,943 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,947 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,950 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,953 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,957 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483648} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,960 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,963 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,966 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,969 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,972 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,975 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,978 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,981 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,984 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,987 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,990 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:51,993 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,017 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,020 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,023 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,025 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,028 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,031 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,034 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,037 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483648} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,040 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,043 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,046 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,049 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,052 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-9223372036854775808} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,055 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,058 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2023-05-04T08:10:52,068 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,071 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,074 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,077 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,080 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,083 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,086 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,089 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,092 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,095 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,098 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,117 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,120 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,123 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,126 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,128 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,131 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,134 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,138 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,140 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,143 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,146 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,149 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,152 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,155 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,158 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,161 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,163 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,166 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,168 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,171 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,174 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,176 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,179 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,182 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2023-05-04T08:10:52,191 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,194 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,196 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,199 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,217 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,220 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,223 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,226 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,228 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,231 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,234 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,237 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,239 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,242 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,245 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2023-05-04T08:10:52,248 [ua-shared-pool-1] 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-04T08:10:52,251 [ua-shared-pool-1] 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-04T08:10:52,253 [ua-shared-pool-1] 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-04T08:10:52,256 [ua-shared-pool-1] 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-04T08:10:52,259 [ua-shared-pool-1] 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-04T08:10:52,263 [ua-shared-pool-1] 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-04T08:10:52,270 [ua-shared-pool-1] 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-04T08:10:52,280 [ua-shared-pool-1] 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-04T08:10:52,284 [ua-shared-pool-1] 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-04T08:10:52,288 [ua-shared-pool-1] 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-04T08:10:52,293 [ua-shared-pool-1] 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-04T08:10:52,297 [ua-shared-pool-1] 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-04T08:10:52,300 [ua-shared-pool-1] 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-04T08:10:52,315 [ua-shared-pool-1] 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-04T08:10:52,318 [ua-shared-pool-1] 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-04T08:10:52,321 [ua-shared-pool-1] 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-04T08:10:52,325 [ua-shared-pool-1] 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-04T08:10:52,329 [ua-shared-pool-1] 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-04T08:10:52,333 [ua-shared-pool-1] 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-04T08:10:52,337 [ua-shared-pool-1] 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-04T08:10:52,341 [ua-shared-pool-1] 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-04T08:10:52,344 [ua-shared-pool-1] 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-04T08:10:52,347 [ua-shared-pool-1] 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-04T08:10:52,351 [ua-shared-pool-1] 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-04T08:10:52,356 [ua-shared-pool-1] 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-04T08:10:52,359 [ua-shared-pool-1] 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-04T08:10:52,362 [ua-shared-pool-1] 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-04T08:10:52,365 [ua-shared-pool-1] 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-04T08:10:52,370 [ua-shared-pool-1] 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-04T08:10:52,377 [ua-shared-pool-1] 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-04T08:10:52,382 [ua-shared-pool-1] 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-04T08:10:52,420 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,423 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,426 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,429 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,433 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,436 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,439 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,442 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,445 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,447 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,450 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,453 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,456 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,460 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,464 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2023-05-04T08:10:52,467 [ua-shared-pool-1] 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-04T08:10:52,470 [ua-shared-pool-1] 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-04T08:10:52,473 [ua-shared-pool-1] 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-04T08:10:52,476 [ua-shared-pool-1] 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-04T08:10:52,480 [ua-shared-pool-1] 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-04T08:10:52,524 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,528 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,531 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,534 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,537 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,540 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,543 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,546 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,548 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,551 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,554 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,558 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,561 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,564 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,566 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2023-05-04T08:10:52,570 [ua-shared-pool-1] 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-04T08:10:52,574 [ua-shared-pool-1] 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-04T08:10:52,578 [ua-shared-pool-1] 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-04T08:10:52,581 [ua-shared-pool-1] 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-04T08:10:52,583 [ua-shared-pool-1] 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-04T08:10:52,616 [ua-shared-pool-1] 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-04T08:10:52,620 [ua-shared-pool-1] 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-04T08:10:52,624 [ua-shared-pool-1] 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-04T08:10:52,635 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,638 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,642 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,646 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,649 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,652 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,655 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,659 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,662 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,665 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,668 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,671 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,674 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,678 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,681 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,683 [ua-shared-pool-1] 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-04T08:10:52,714 [ua-shared-pool-1] 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-04T08:10:52,718 [ua-shared-pool-1] 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-04T08:10:52,721 [ua-shared-pool-1] 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-04T08:10:52,723 [ua-shared-pool-1] 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-04T08:10:52,727 [ua-shared-pool-1] 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-04T08:10:52,731 [ua-shared-pool-1] 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-04T08:10:52,735 [ua-shared-pool-1] 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-04T08:10:52,737 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,740 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=UInt64} 2023-05-04T08:10:52,743 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=UInt64} Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.5 s - in org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest testSByteArray(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.517 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.096 s testInt16(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.18 s testInt32(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.198 s testInt64(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.209 s testSByte(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.124 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.076 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.007 s testConnect(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.001 s testDouble(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.098 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.005 s testUInt16(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.13 s testUInt32(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.113 s testUInt64(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.119 s Results: Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:10:52,915 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid opcuadriver 2023-05-04T08:10:52,916 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.d.o.OpcUaDriver - Deactivating OPC-UA Driver... 2023-05-04T08:10:52,916 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.d.o.ConnectionManager - Disconnecting from OPC-UA... 2023-05-04T08:10:52,920 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.d.o.OpcUaDriver - Deactivating OPC-UA Driver... Done 2023-05-04T08:10:52,923 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:52,923 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:52,923 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:52,924 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:52,924 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:10:52,925 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:10:52,925 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:10:52,927 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:10:52,927 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:10:52,927 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:10:52,928 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:52,930 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:10:52,930 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:10:52,930 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:52,930 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:52,930 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:10:52,930 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:10:52,931 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:10:52,931 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:10:52,931 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:10:52,932 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:10:52,932 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:52,932 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:10:52,933 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:10:52,933 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:10:52,933 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:10:52,935 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:10:52,935 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:10:52,936 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:10:52,936 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:52,937 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:10:52,937 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:10:52,937 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:10:52,939 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:10:52,939 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:10:52,939 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:10:52,939 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:10:52,939 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:10:52,940 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:10:52,940 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:10:52,940 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:10:52,944 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:10:52,945 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:10:52,946 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:10:52,948 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:10:52,948 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:10:52,948 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:10:53,133 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:10:53,758 [ua-shared-pool-4] INFO o.e.k.i.d.o.ConnectionManager - Disconnecting from OPC-UA...Done 2023-05-04T08:10:53,949 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:10:53,952 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:10:53,953 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:10:53,955 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:10:53,956 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:10:53,965 [Framework stop - Equinox Container: 44e8c609-162b-4164-ab33-05a270d2dcc0] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service 2023-05-04T08:10:54,237 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:54,237 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:54,237 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:10:54,238 [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/0x00000000b8007760.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/0x00000000b80071d0.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/0x00000000b80067a0.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/0x0000000024004f60.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.957 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 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-04T08:11:00,252 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:11:00,591 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:11:00,601 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-391640 2023-05-04T08:11:00,665 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:00,665 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:11:00,665 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:11:00,665 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:11:00,666 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:11:00,666 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:00,666 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:11:00,666 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:11:00,666 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:00,667 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:00,667 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:11:00,669 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:11:00,699 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:11:00,757 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:11:00,759 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:11:00,872 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:11:00,873 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:00,903 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:11:00,995 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.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-04T08:11:01,002 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.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-04T08:11:01,002 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:01,028 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,028 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,029 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:01,031 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:11:01,031 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:11:01,032 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,032 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,032 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,032 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:11:01,034 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:11:01,034 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:11:01,034 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:11:01,035 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,035 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,035 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:01,035 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:11:01,036 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:11:01,036 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:01,036 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:11:01,036 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:11:01,036 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:11:01,037 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:11:01,037 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:11:01,037 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:11:01,038 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,038 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,038 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:01,039 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:11:01,039 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:11:01,039 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:01,042 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:11:01,043 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:11:01,043 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:11:01,043 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:11:01,043 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:11:01,044 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:11:01,061 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:11:01,061 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:11:01,077 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:11:01,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:11:01,115 [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-04T08:11:01,116 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:11:01,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:11:01,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:01,168 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:01,169 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:11:01,169 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:11:01,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:11:01,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:11:01,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:11:01,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-04T08:11:01,171 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:11:01,172 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:01,174 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:01,174 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:11:01,174 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:11:01,174 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:11:01,175 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:11:01,175 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:11:01,176 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:11:01,176 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:01,177 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:01,181 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:11:01,181 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:11:01,182 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:11:01,221 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:11:01,221 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:11:01,221 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:11:01,222 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:11:01,226 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:11:01,226 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:11:01,227 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:11:01,234 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:11:01,234 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:11:01,235 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:11:01,238 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:11:01,239 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:11:01,240 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:11:01,243 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:11:01,243 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:01,244 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:01,259 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:11:01,259 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:11:01,259 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:11:01,259 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:11:01,259 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:11:01,259 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:11:01,262 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:11:01,262 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:11:01,263 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:11:01,266 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:11:01,268 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:11:01,269 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:01,269 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:11:01,269 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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-04T08:11:01,269 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:11:01,269 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:11:01,270 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:11:01,271 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:01,271 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:11:01,272 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:11:01,275 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:01,337 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.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_1683187861322.xml... 2023-05-04T08:11:01,340 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.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_1683187861322.xml... Done. 2023-05-04T08:11:01,341 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:11:01,341 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:11:01,341 [Start Level: Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:11:01,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:11:01,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:11:01,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:11:01,380 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:11:01,382 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:01,382 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:01,382 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:01,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:01,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.s7plc ... 2023-05-04T08:11:01,446 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:11:01,455 [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-04T08:11:01,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:11:01,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:11:01,471 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:01,472 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:01,472 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:01,472 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:01,473 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:11:01,475 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:01,476 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:11:01,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-04T08:11:01,478 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:11:01,478 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:11:01,479 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:11:01,479 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:01,479 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:11:01,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:01,481 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:01,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:01,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:01,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:01,481 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:01,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:01,482 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:01,482 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:11:01,482 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:11:01,483 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:01,483 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:11:01,483 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:11:01,484 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:11:01,515 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:01,515 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:11:01,515 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:01,515 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:11:01,515 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:11:01,515 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:11:01,518 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:11:01,519 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:11:01,519 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:11:01,519 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:11:01,520 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:11:01,520 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:11:01,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:01,521 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:01,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:01,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:01,522 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:11:01,522 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:11:01,523 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:02,523 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:11:02,527 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:11:02,530 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:11:02,533 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:11:02,534 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:11:02,544 [Framework stop - Equinox Container: eb3c2d75-8cbd-460e-88e1-eb169f55a1ec] 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 08:11:05.723 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Failed to synchronize System Clock. Exhausted retry attempts, giving up 08:11:06.736 [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/0x00000000d4b54490.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] 08:11:06.752 [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.889 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.129 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.077 s - in org.eclipse.kura.linux.clock.ChronyClockSyncProviderTest [INFO] Running org.eclipse.kura.linux.clock.ClockServiceImplTest 08:11:06.997 [main] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1683187866], it should've been 2023-05-04T08:11:06.993+0000 08:11:07.003 [main] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 08:11:07.004 [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] 08:11:07.333 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1683187867], it should've been 2023-05-04T08:11:07.333+0000 08:11:07.333 [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/0x00000000d4b54490.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 08:11:07.333 [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/0x00000000d4b54490.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 08:11:07.334 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 08:11:07.722 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Failed to synchronize System Clock. Exhausted retry attempts, giving up [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.536 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-04T08:11:11,390 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:11:11,715 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:11:11,731 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-158940 2023-05-04T08:11:11,787 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:11,787 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:11:11,787 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:11:11,787 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:11:11,787 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:11:11,788 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:11,788 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:11:11,788 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:11:11,788 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:11,788 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:11,788 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:11:11,792 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:11:11,828 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:11:11,892 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:11:11,894 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:11:12,038 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:11:12,038 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:12,069 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:11:12,153 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.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-04T08:11:12,163 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.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-04T08:11:12,163 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:12,187 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,188 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,188 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:12,190 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:11:12,190 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:11:12,191 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,191 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,192 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,192 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:11:12,193 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:11:12,193 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:11:12,193 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:11:12,194 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,194 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,194 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:12,195 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:11:12,195 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:11:12,195 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:12,195 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:11:12,195 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:11:12,195 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:11:12,196 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:11:12,196 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:11:12,196 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:11:12,197 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,197 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,197 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:12,198 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:11:12,198 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:11:12,198 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:12,201 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:11:12,201 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:11:12,201 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:11:12,202 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:11:12,202 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:11:12,202 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:11:12,223 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:11:12,223 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:11:12,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.clock.ClockService ... 2023-05-04T08:11:12,247 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.clock.ClockService 2023-05-04T08:11:12,248 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.clock.ClockService 2023-05-04T08:11:12,275 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:11:12,276 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:12,277 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:12,277 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:11:12,277 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:11:12,278 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:11:12,279 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:11:12,279 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:11:12,279 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:11:12,280 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:12,282 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:12,285 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - Activate. Current Time: 2023-05-04T08:11:12.285+0000 2023-05-04T08:11:12,317 [ConfigurationListener Event Queue] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Perform periodic clock updates every 3600 sec 2023-05-04T08:11:12,318 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Try to sync clock (0) 2023-05-04T08:11:12,318 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:11:12,318 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:11:12,319 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:11:12,319 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.clock.ClockService.... 2023-05-04T08:11:12,319 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.clock.ClockService....Done 2023-05-04T08:11:12,329 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:11:12,331 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:11:12,331 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:11:12,332 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:11:12,333 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:11:12,336 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:11:12,336 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:11:12,337 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:11:12,344 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:11:12,345 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:11:12,346 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:11:12,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:11:12,346 [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-04T08:11:12,347 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:11:12,349 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:11:12,349 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:11:12,353 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:11:12,353 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:12,354 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:12,366 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:11:12,366 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:12,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:12,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:11:12,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:11:12,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:11:12,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:11:12,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:11:12,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:11:12,374 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:11:12,374 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:11:12,374 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:11:12,374 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:11:12,374 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:11:12,375 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:11:12,377 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:11:12,378 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:11:12,391 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:11:12,415 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.ClockServiceImpl - Clock update. Offset: -2 2023-05-04T08:11:12,416 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:11:12,418 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:11:12,419 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:12,419 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:11:12,419 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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-04T08:11:12,419 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:11:12,419 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:11:12,420 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:11:12,421 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:12,421 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:11:12,422 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:11:12,423 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:12,435 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1683187872], it should've been 2023-05-04T08:11:12.435+0000 2023-05-04T08:11:12,440 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 2023-05-04T08:11:12,440 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Clock synced 2023-05-04T08:11:12,445 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:11:12,447 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.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_1683187872436.xml... 2023-05-04T08:11:12,451 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.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_1683187872436.xml... Done. 2023-05-04T08:11:12,451 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:11:12,451 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:11:12,451 [Start Level: Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:11:12,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:11:12,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:11:12,617 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:11:12,629 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:12,629 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:12,629 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:12,630 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:12,630 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:11:12,630 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:11:12,632 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:12,632 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:12,632 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:12,632 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:12,633 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:12,635 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:11:12,636 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - Updated... 2023-05-04T08:11:12,636 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - New configuration for Clock Service 2023-05-04T08:11:12,636 [ConfigurationListener Event Queue] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Perform periodic clock updates every 3600 sec 2023-05-04T08:11:12,636 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Try to sync clock (0) 2023-05-04T08:11:12,636 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:11:12,636 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:11:12,636 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:12,638 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:11:12,638 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:12,639 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:11:12,639 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.clock.ClockService 2023-05-04T08:11:12,639 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:12,639 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:11:12,639 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:11:12,639 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:11:12,641 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:11:12,649 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:11:12,650 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:11:12,650 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:12,666 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.ClockServiceImpl - Clock update. Offset: -3 2023-05-04T08:11:12,668 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1683187872], it should've been 2023-05-04T08:11:12.668+0000 2023-05-04T08:11:12,670 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 2023-05-04T08:11:12,670 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Clock synced 2023-05-04T08:11:13,651 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:11:13,654 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:11:13,655 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.l.c.ClockServiceImpl - Deactivate... 2023-05-04T08:11:13,656 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:11:13,660 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:11:13,661 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:11:13,668 [Framework stop - Equinox Container: a9fbcdc3-4a3e-432b-a923-c536a3cdf076] 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.892 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.128 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-04T08:11:19,795 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:11:20,131 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:11:20,143 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-693454 2023-05-04T08:11:20,202 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,202 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:11:20,202 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:11:20,202 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:11:20,202 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:11:20,203 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,203 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:11:20,203 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:11:20,203 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,203 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,203 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:11:20,206 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:11:20,240 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:11:20,325 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:11:20,327 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:11:20,454 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:11:20,454 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:20,483 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:11:20,572 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.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-04T08:11:20,581 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.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-04T08:11:20,581 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:20,606 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,607 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,607 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:20,610 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:11:20,610 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:11:20,611 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,611 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,611 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,611 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:11:20,612 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:11:20,612 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:11:20,612 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:11:20,613 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,613 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,613 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:20,614 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:11:20,615 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:11:20,615 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:20,615 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:11:20,615 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:11:20,615 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:11:20,616 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:11:20,616 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:11:20,616 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:11:20,617 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,617 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,617 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:20,618 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:11:20,618 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:11:20,618 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:20,621 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:11:20,621 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:11:20,621 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:11:20,622 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:11:20,622 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:11:20,622 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:11:20,659 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:11:20,659 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:11:20,671 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:11:20,714 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:11:20,714 [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-04T08:11:20,716 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:11:20,737 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:11:20,739 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:20,740 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:20,740 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:11:20,740 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:11:20,741 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:20,742 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:20,742 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:11:20,742 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:11:20,743 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:11:20,743 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:11:20,743 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:11:20,744 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:11:20,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:11:20,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:11:20,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:11:20,747 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:11:20,747 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:11:20,748 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:20,749 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:20,752 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:11:20,752 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:11:20,753 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:11:20,763 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:11:20,764 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:11:20,764 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:11:20,767 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:11:20,770 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:11:20,770 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:11:20,771 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:11:20,776 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:11:20,776 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:11:20,777 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:11:20,778 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:11:20,779 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:11:20,814 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:11:20,818 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:11:20,818 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:20,819 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:20,834 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:11:20,834 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:11:20,834 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:11:20,834 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:11:20,834 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:11:20,834 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:11:20,837 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:11:20,837 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:11:20,840 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:11:20,843 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:11:20,844 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:11:20,845 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:20,845 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:11:20,845 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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-04T08:11:20,845 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:11:20,845 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:11:20,846 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:11:20,847 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:20,848 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:11:20,848 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:11:20,849 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:20,881 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.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_1683187880869.xml... 2023-05-04T08:11:20,884 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.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_1683187880869.xml... Done. 2023-05-04T08:11:20,885 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:11:20,885 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:11:20,914 [Start Level: Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:11:20,914 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:11:20,914 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:11:20,927 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:11:20,943 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:11:20,946 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:20,946 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:20,946 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:20,946 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:21,016 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:11:21,027 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:11:21,035 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:21,035 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:21,035 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:21,036 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:21,036 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:11:21,036 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:11:21,036 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:11:21,038 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:21,042 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:11:21,042 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:11:21,043 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:11:21,043 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:21,048 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:11:21,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:11:21,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:21,049 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:21,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:21,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:21,049 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:21,050 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:11:21,050 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:11:21,050 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:11:21,051 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:21,051 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:11:21,051 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:21,051 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:11:21,051 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:11:21,051 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:11:21,052 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:11:21,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-04T08:11:21,053 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:11:21,055 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:11:21,055 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:11:21,055 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:22,056 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:11:22,059 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:11:22,061 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:11:22,065 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:11:22,066 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:11:22,074 [Framework stop - Equinox Container: 077cd358-1198-43e0-9efb-228120a0f41a] 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 16 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: 1.016 s - in org.eclipse.kura.linux.net.iptables.IpTablesConfigTest [INFO] Running org.eclipse.kura.linux.net.iptables.LinuxFirewallTest 08:11:25.019 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.initialize(LinuxFirewall.java:93) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.(LinuxFirewall.java:85) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.getInstance(LinuxFirewall.java:68) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewallTest.deleteAllPortForwardRuleTest(LinuxFirewallTest.java:349) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] Caused by: java.io.FileNotFoundException: /etc/sysconfig/iptables (No such file or directory) at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_292] at java.io.FileInputStream.(FileInputStream.java:138) ~[?:1.8.0_292] at java.io.FileInputStream.(FileInputStream.java:93) ~[?:1.8.0_292] at java.io.FileReader.(FileReader.java:58) ~[?:1.8.0_292] at org.eclipse.kura.linux.net.iptables.IptablesConfig.restore(IptablesConfig.java:615) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] ... 29 more [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 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.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.014 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.002 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.004 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.005 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.03 s - in org.eclipse.kura.linux.net.ppp.PppLinuxTest [INFO] Running org.eclipse.kura.linux.net.NetworkServiceImplTest 08:11:31.357 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.365 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.367 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.369 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.371 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.373 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.385 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.386 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.387 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.389 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.390 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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] 08:11:31.392 [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-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$82/0x0000000024a446e0.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.13 s - in org.eclipse.kura.linux.net.NetworkServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.linux.net.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-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-04T08:11:34,236 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:11:34,579 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:11:34,590 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-777326 2023-05-04T08:11:34,655 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:34,655 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:11:34,655 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:11:34,656 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:11:34,656 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:11:34,656 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:34,656 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:11:34,656 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:11:34,656 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:34,656 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:34,656 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:11:34,659 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:11:34,688 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:11:34,743 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:11:34,745 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:11:34,883 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:11:34,884 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:34,922 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:11:35,021 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.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-04T08:11:35,030 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.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-04T08:11:35,030 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:35,063 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,064 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,064 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:35,067 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:11:35,067 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:11:35,068 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,068 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,068 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,069 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:11:35,070 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:11:35,070 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:11:35,070 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:11:35,071 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,071 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,071 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:35,072 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:11:35,072 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:11:35,072 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:35,072 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:11:35,072 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:11:35,072 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:11:35,073 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:11:35,073 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:11:35,073 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:11:35,074 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,074 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,074 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:35,075 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:11:35,075 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:11:35,075 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:35,078 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:11:35,079 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:11:35,079 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:11:35,079 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:11:35,079 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:11:35,080 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:11:35,099 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:11:35,099 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:11:35,108 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:11:35,130 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:11:35,131 [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-04T08:11:35,132 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:11:35,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:11:35,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:35,168 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:35,168 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:11:35,169 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:35,170 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:35,170 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:11:35,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:11:35,170 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:11:35,171 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:11:35,172 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:11:35,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:11:35,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:11:35,174 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:11:35,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:11:35,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:11:35,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:11:35,175 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:11:35,175 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:35,176 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:35,180 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:11:35,180 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:11:35,181 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:11:35,217 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:11:35,217 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:11:35,218 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:11:35,219 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:11:35,222 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:11:35,222 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:11:35,223 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:11:35,228 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:11:35,228 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:11:35,229 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:11:35,231 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:11:35,232 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:11:35,236 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:11:35,236 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:35,237 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:35,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:11:35,255 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:11:35,255 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:11:35,255 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:11:35,255 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:11:35,255 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:11:35,255 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:11:35,258 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:11:35,258 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:11:35,259 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:11:35,262 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:11:35,264 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:11:35,264 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:35,264 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:11:35,264 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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-04T08:11:35,265 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:11:35,265 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:11:35,266 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:11:35,266 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:35,267 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:11:35,267 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:11:35,268 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:11:35,328 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.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_1683187895317.xml... 2023-05-04T08:11:35,331 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.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_1683187895317.xml... Done. 2023-05-04T08:11:35,331 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:11:35,331 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:11:35,331 [Start Level: Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:11:35,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:11:35,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:11:35,379 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... Results: 2023-05-04T08:11:35,477 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:11:35,480 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:35,481 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:35,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:35,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:35,517 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:35,518 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:35,518 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:11:35,519 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:11:35,519 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:11:35,521 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:35,523 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:11:35,524 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:11:35,524 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:11:35,524 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:11:35,551 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:11:35,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:11:35,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:11:35,552 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:11:35,553 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:11:35,553 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:11:35,553 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:11:35,553 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:11:35,553 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:11:35,554 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:11:35,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:11:35,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:11:35,555 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:35,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:11:35,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:11:35,556 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:11:35,558 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:11:35,558 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:11:35,558 [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-04T08:11:35,558 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:11:35,558 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:11:36,559 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:11:36,565 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:11:36,572 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:11:36,578 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:11:36,580 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:11:36,587 [Framework stop - Equinox Container: 0bfef398-53d7-4c2e-afea-35b5634023ca] 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 08:11:41.919 [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.041 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.009 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.025 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.375 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-04T08:12:09,423 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:12:09,776 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:12:09,786 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-301823 2023-05-04T08:12:09,864 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:09,864 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:09,865 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:12:09,867 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:12:09,901 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:12:09,957 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:12:09,959 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:12:10,079 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:12:10,079 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:10,108 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:12:10,198 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.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-04T08:12:10,206 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.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-04T08:12:10,206 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:10,233 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,233 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,233 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:10,239 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:12:10,240 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:12:10,240 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,241 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,241 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,241 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:12:10,242 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:12:10,242 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:12:10,242 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:12:10,243 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,243 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,243 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:10,244 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:12:10,244 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:12:10,244 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:10,244 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:12:10,244 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:12:10,244 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:12:10,245 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:12:10,245 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:12:10,245 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:12:10,246 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,246 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,246 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:10,247 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:12:10,247 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:12:10,247 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:10,250 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:12:10,250 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:12:10,250 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:12:10,251 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:12:10,251 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:12:10,251 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:12:10,285 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:12:10,285 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:12:10,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:12:10,333 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:12:10,334 [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-04T08:12:10,342 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:12:10,391 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:12:10,393 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:10,394 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:10,394 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:12:10,394 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:12:10,395 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:12:10,396 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:12:10,396 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:12:10,396 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:12:10,396 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:10,397 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:10,397 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:12:10,398 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:10,400 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:10,400 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:12:10,400 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:12:10,401 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:12:10,401 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:12:10,401 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:12:10,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:12:10,414 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:12:10,414 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:12:10,415 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:12:10,426 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:12:10,426 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:12:10,427 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:12:10,428 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:12:10,431 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:12:10,431 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:12:10,434 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:12:10,439 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:12:10,439 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:12:10,440 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:12:10,443 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:12:10,443 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:10,449 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:12:10,451 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:12:10,452 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:12:10,453 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:12:10,457 [ConfigurationListener Event Queue] INFO o.e.k.l.p.PositionServiceImpl - Updating... Done. 2023-05-04T08:12:10,457 [ConfigurationListener Event Queue] INFO o.e.k.l.p.PositionServiceImpl - Activating... Done. 2023-05-04T08:12:10,457 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:12:10,457 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:10,458 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:10,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:12:10,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:12:10,473 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:12:10,473 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:12:10,473 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:12:10,473 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:12:10,473 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:12:10,474 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:12:10,515 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:12:10,515 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:12:10,516 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:12:10,519 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:12:10,521 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:12:10,522 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:10,522 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:12:10,522 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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-04T08:12:10,522 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:12:10,522 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:12:10,523 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:12:10,524 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:10,524 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:12:10,525 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:12:10,525 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:10,557 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.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_1683187930545.xml... 2023-05-04T08:12:10,564 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.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_1683187930545.xml... Done. 2023-05-04T08:12:10,565 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:12:10,565 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:12:10,565 [Start Level: Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:12:10,580 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:12:10,623 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:12:10,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:10,626 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:10,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:10,626 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:10,673 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:12:10,682 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: 2023-05-04T08:12:10,719 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:12:10,719 [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-04T08:12:10,731 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:12:10,732 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:10,732 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:10,732 [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-04T08:12:10,733 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:10,733 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:10,733 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:12:10,735 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:12:10,736 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:10,736 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:10,736 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:10,736 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:10,736 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:10,738 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:12:10,739 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:12:10,739 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:12:10,739 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:10,740 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:12:10,741 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:10,741 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:10,741 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:10,741 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:10,742 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:10,742 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:10,742 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:10,742 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:10,742 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:12:10,743 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:12:10,743 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:12:10,743 [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-04T08:12:10,744 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:10,744 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:12:10,744 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:12:10,745 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:12:10,745 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:10,746 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:10,746 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:10,746 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:12:10,746 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:12:10,746 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:12:10,746 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:12:10,748 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:12:10,750 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:12:10,750 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:12:10,750 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:12:10,751 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:12:10,755 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:12:10,756 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:12:10,756 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:11,756 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:12:11,760 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:12:11,761 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:12:11,764 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.l.p.PositionServiceImpl - Deactivating... Done. 2023-05-04T08:12:11,769 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:12:11,770 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:12:11,777 [Framework stop - Equinox Container: 2c801c8c-16de-4f73-bad7-0cbabdb7a351] 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.975 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-04T08:12:17,803 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:12:18,166 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:12:18,178 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-443420 2023-05-04T08:12:18,247 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,247 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:12:18,247 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:12:18,247 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:12:18,247 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:12:18,247 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,248 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:12:18,248 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:12:18,248 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,248 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,248 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:12:18,250 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:12:18,274 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:12:18,332 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:12:18,334 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:12:18,448 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:12:18,448 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:18,472 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:12:18,557 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.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-04T08:12:18,566 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.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-04T08:12:18,566 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:18,594 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,595 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,595 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:18,597 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:12:18,598 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:12:18,598 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,598 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,599 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,599 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:12:18,600 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:12:18,600 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:12:18,600 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:12:18,601 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,601 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,601 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:18,601 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:12:18,602 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:12:18,602 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:18,602 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:12:18,602 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:12:18,602 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:12:18,603 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:12:18,603 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:12:18,603 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:12:18,603 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,604 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,604 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:18,604 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:12:18,604 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:12:18,605 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:18,607 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:12:18,607 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:12:18,607 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:12:18,607 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:12:18,608 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:12:18,608 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:12:18,634 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:12:18,634 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:12:18,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:12:18,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:12:18,659 [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-04T08:12:18,661 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:12:18,683 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:12:18,685 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:18,715 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:18,715 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:12:18,715 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:12:18,715 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:12:18,717 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:12:18,717 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:12:18,717 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:12:18,717 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:18,718 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:18,718 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:12:18,719 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:18,721 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:18,721 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:12:18,721 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:12:18,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:12:18,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:12:18,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:12:18,723 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:12:18,723 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:12:18,724 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:12:18,724 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:12:18,747 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:12:18,747 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:12:18,748 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:12:18,749 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:12:18,752 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:12:18,752 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:12:18,753 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:12:18,758 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:12:18,758 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:12:18,759 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:12:18,762 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:12:18,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:12:18,763 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:18,767 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:12:18,767 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:18,768 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:18,818 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:12:18,818 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:12:18,819 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:12:18,819 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:12:18,819 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:12:18,819 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:12:18,824 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:12:18,824 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:12:18,825 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:12:18,828 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:12:18,830 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:12:18,830 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:18,830 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:12:18,830 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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-04T08:12:18,830 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:12:18,831 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:12:18,832 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:12:18,832 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:18,833 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:12:18,833 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:12:18,834 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:18,864 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.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_1683187938854.xml... 2023-05-04T08:12:18,867 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.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_1683187938854.xml... Done. 2023-05-04T08:12:18,868 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:12:18,868 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:12:18,868 [Start Level: Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:12:18,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:12:18,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:12:18,915 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:12:18,932 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:12:18,935 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:18,935 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:18,935 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:18,935 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:18,968 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:12:18,977 [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-04T08:12:19,022 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:12:19,022 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:12:19,027 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:19,027 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:19,028 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:19,028 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:19,028 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:12:19,030 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:19,033 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:12:19,033 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:12:19,034 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:12:19,034 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:12:19,033 [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-04T08:12:19,034 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:19,036 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:12:19,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:19,036 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:19,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:19,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:19,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:19,037 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:19,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:19,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:19,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:12:19,038 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:12:19,038 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:12:19,039 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:19,039 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:19,039 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:19,039 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:19,039 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:19,039 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:12:19,039 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:12:19,039 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:12:19,040 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:19,040 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:19,040 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:19,040 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:12:19,041 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:12:19,041 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:12:19,041 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:12:19,041 [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-04T08:12:19,043 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:12:19,045 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:12:19,045 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:12:19,045 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:20,046 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:12:20,049 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:12:20,050 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:12:20,055 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:12:20,056 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:12:20,064 [Framework stop - Equinox Container: d8e57063-5857-4fa7-8bd9-4985438b5a29] 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.808 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.014 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-04T08:12:28,736 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:12:29,079 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:12:29,090 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-924592 2023-05-04T08:12:29,152 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,153 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,154 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:12:29,156 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:12:29,183 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:12:29,246 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:12:29,248 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:12:29,362 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:12:29,363 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:29,391 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:12:29,474 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.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-04T08:12:29,483 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.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-04T08:12:29,484 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:29,512 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,513 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,513 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:29,515 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:12:29,515 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:12:29,516 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,517 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,517 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,517 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:12:29,518 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:12:29,518 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:12:29,518 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:12:29,519 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,519 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,519 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:29,520 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:12:29,520 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:12:29,520 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:29,520 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:12:29,520 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:12:29,521 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:12:29,522 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:12:29,522 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:12:29,522 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:12:29,522 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,523 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,523 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:29,524 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:12:29,524 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:12:29,524 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:29,527 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:12:29,527 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:12:29,527 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:12:29,529 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:12:29,529 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:12:29,529 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:12:29,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:12:29,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:12:29,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:12:29,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:12:29,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-04T08:12:29,658 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:12:29,658 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:12:29,660 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:29,661 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:29,662 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:12:29,662 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:12:29,662 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:12:29,663 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:12:29,663 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:12:29,663 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:12:29,663 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:29,664 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:29,676 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:12:29,676 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:12:29,678 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:12:29,718 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:12:29,719 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:29,720 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:29,720 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:12:29,720 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:12:29,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:12:29,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:12:29,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:12:29,723 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:12:29,723 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:12:29,723 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:12:29,724 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:12:29,727 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:12:29,730 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:12:29,731 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:12:29,732 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:12:29,737 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:12:29,737 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:12:29,738 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:12:29,741 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:12:29,742 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:29,746 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:12:29,746 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:29,747 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:29,750 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:12:29,751 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:29,752 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:29,768 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:12:29,768 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:12:29,768 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:12:29,768 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:12:29,768 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:12:29,768 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:12:29,770 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:12:29,772 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:12:29,772 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:12:29,773 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:12:29,776 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:12:29,778 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:12:29,778 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:29,778 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:12:29,778 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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-04T08:12:29,778 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:12:29,778 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:12:29,779 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:12:29,815 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:29,815 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:12:29,815 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:12:29,816 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:12:29,842 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.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_1683187949833.xml... 2023-05-04T08:12:29,849 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.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_1683187949833.xml... Done. 2023-05-04T08:12:29,849 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:12:29,849 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:12:29,850 [Start Level: Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:12:29,886 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:12:29,886 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:12:29,927 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:12:29,941 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:12:29,944 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:29,944 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:29,944 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:29,944 [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-04T08:12:29,977 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:12:29,978 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:29,978 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:29,979 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:12:30,014 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:12:30,014 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:12:30,017 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:30,020 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:12:30,021 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:12:30,021 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:12:30,021 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:12:30,023 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:12:30,031 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:12:30,031 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:12:30,032 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:12:30,032 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:12:30,032 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:12:30,033 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:12:30,034 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:12:30,034 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:30,034 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:12:30,034 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:12:30,034 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:12:30,034 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:12:30,034 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:12:30,034 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:12:30,034 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:12:30,035 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:30,035 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:12:30,035 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:12:30,037 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:12:30,037 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:12:30,037 [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-04T08:12:30,040 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:12:30,041 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:12:30,041 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:12:31,041 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:12:31,045 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:12:31,046 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:12:31,049 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:12:31,050 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:12:31,060 [Framework stop - Equinox Container: 94bf20f1-cf7e-4854-ae88-d906d9f31fbf] 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 08:12:35.077 [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.861 s - in org.eclipse.kura.net.admin.monitor.WifiMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImplTest 08:12:39.178 [DnsMonitorServiceImpl] ERROR org.eclipse.kura.linux.net.dns.LinuxDns - writeDnsFile() :: failed to write the /etc/resolv.conf file java.io.FileNotFoundException: /etc/resolv.conf (Permission denied) at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_292] at java.io.FileOutputStream.(FileOutputStream.java:213) ~[?:1.8.0_292] at java.io.FileOutputStream.(FileOutputStream.java:162) ~[?:1.8.0_292] at org.eclipse.kura.linux.net.dns.LinuxDns.writeDnsFile(LinuxDns.java:336) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.dns.LinuxDns.setDnServers(LinuxDns.java:94) [org.eclipse.kura.linux.net-2.2.1-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImpl.setDnsServers(DnsMonitorServiceImpl.java:301) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImpl.monitorDnsServerStatus(DnsMonitorServiceImpl.java:114) [org.eclipse.kura.net.admin-1.2.2.jar:?] at org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImpl$$Lambda$22/0x00000000dc8881d0.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.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] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest 08:12:40.862 [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$26/0x00000000dcd7b210.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 08:12:49.955 [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] 08:12:51.495 [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$26/0x00000000dcd7b210.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] 08:12:54.505 [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.302 s - in org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.EthernetMonitorServiceImplTest 08:12:54.510 [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.015 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.023 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.037 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.023 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.014 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.003 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.022 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 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 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 s - in org.eclipse.kura.net.admin.modem.HspaModemRssiTest [INFO] Running org.eclipse.kura.net.admin.modem.TelitHe910RegistrationStatusTest 08:12:54.725 [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.006 s - in org.eclipse.kura.net.admin.modem.TelitHe910RegistrationStatusTest [INFO] Running org.eclipse.kura.net.admin.modem.QuectelGenericRegistrationStatusTest 08:12:54.734 [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.008 s - in org.eclipse.kura.net.admin.modem.QuectelGenericRegistrationStatusTest [INFO] Running org.eclipse.kura.net.admin.modem.TelitHe910RssiTest 08:12:54.749 [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.009 s - in org.eclipse.kura.net.admin.modem.TelitHe910RssiTest [INFO] Running org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest 08:13:00.773 [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] 08:13:00.775 [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] 08:13:00.784 [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] 08:13:00.794 [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.041 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.017 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.003 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.534 s - in org.eclipse.kura.net.admin.NetworkAdminServiceImplTest [INFO] Running org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest 08:13:03.383 [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] 08:13:03.384 [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] 08:13:03.385 [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: 222, 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-04T08:13:06,324 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:06,634 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... 2023-05-04T08:13:06,671 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:13:06,673 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:13:06,678 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,683 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,687 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,692 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,696 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,701 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,705 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,709 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,714 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,718 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,722 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,726 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,728 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:13:06,729 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:13:06,734 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:06,736 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:06,737 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,739 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,741 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,742 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,744 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,745 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,747 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,748 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,750 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,751 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,753 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,754 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,756 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,757 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,759 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,761 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,762 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,787 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:13:06,786 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:06,826 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-04T08:13:06,828 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-04T08:13:06,830 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-04T08:13:06,831 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-04T08:13:06,833 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-04T08:13:06,835 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-04T08:13:06,836 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-04T08:13:06,838 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-04T08:13:06,839 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-04T08:13:06,841 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-04T08:13:06,842 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-04T08:13:06,844 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-04T08:13:06,845 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-04T08:13:06,846 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-04T08:13:06,848 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-04T08:13:06,849 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-04T08:13:06,851 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-04T08:13:06,852 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:13:06,854 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:13:06,858 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,862 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,867 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,871 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,875 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,879 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,884 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,889 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,893 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,897 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,902 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,906 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,907 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:13:06,909 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:13:06,910 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:06,912 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:06,913 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,915 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,916 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,918 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,919 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,921 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,922 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,924 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,925 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,926 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,928 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,929 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,931 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,932 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,934 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,935 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,937 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:06,938 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:13:06,938 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:06,940 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-04T08:13:06,942 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-04T08:13:06,944 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-04T08:13:06,945 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-04T08:13:06,947 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-04T08:13:06,948 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-04T08:13:06,950 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-04T08:13:06,951 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-04T08:13:06,953 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-04T08:13:06,954 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-04T08:13:06,955 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-04T08:13:06,957 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-04T08:13:06,958 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-04T08:13:06,960 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-04T08:13:06,961 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-04T08:13:06,963 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-04T08:13:06,965 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-04T08:13:06,966 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:13:06,968 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:13:06,972 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,977 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,982 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,987 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,992 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:06,996 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,000 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,005 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,010 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,014 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,018 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,023 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,024 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:13:07,026 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:13:07,027 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,029 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,031 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,033 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,034 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,036 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,037 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,039 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,040 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,042 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,043 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,045 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,046 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,048 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,049 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,051 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,052 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,054 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,055 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,056 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:13:07,056 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,059 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-04T08:13:07,060 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-04T08:13:07,062 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-04T08:13:07,064 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-04T08:13:07,066 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-04T08:13:07,067 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-04T08:13:07,069 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-04T08:13:07,070 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-04T08:13:07,072 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-04T08:13:07,074 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-04T08:13:07,076 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-04T08:13:07,077 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-04T08:13:07,080 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-04T08:13:07,082 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-04T08:13:07,083 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-04T08:13:07,085 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-04T08:13:07,087 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-04T08:13:07,088 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:13:07,089 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:13:07,094 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,098 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,102 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,106 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,111 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,115 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,120 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,124 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,129 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,133 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,138 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,142 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:13:07,143 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:13:07,145 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:13:07,147 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,148 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,150 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,152 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,154 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,156 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,157 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,159 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,161 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,163 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,164 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,166 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,168 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,169 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,171 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,173 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,174 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,176 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,178 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:13:07,179 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:13:07,178 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,181 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... Done. 2023-05-04T08:13:07,259 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:13:07,268 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-570928 2023-05-04T08:13:07,370 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,370 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:13:07,370 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:13:07,370 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:13:07,370 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:13:07,371 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,371 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:13:07,371 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:13:07,371 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,371 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,371 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:13:07,373 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:07,426 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:13:07,515 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:13:07,517 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:13:07,679 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.c.c.ConfigurationServiceImpl - PID (kura.service.pid) is null 2023-05-04T08:13:07,679 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:13:07,680 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:07,682 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:13:07,778 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.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-04T08:13:07,786 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.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-04T08:13:07,786 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:07,814 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,814 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,815 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:07,817 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:13:07,817 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:13:07,818 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,818 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,818 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,819 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:07,820 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:13:07,820 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:13:07,820 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:13:07,821 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,821 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,821 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:07,822 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:13:07,822 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:13:07,822 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:07,823 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:13:07,823 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:13:07,823 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:13:07,824 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:13:07,824 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:13:07,824 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:13:07,825 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,825 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:07,825 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:07,826 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:13:07,826 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:13:07,826 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:07,829 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:07,830 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:13:07,830 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:13:07,831 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:13:07,831 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:13:07,831 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:13:07,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:13:07,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:13:07,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:07,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:13:07,882 [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-04T08:13:07,883 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:13:07,945 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:13:07,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:07,948 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:07,948 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:13:07,948 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:13:07,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:13:07,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:13:07,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:07,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:07,957 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:13:07,958 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:07,961 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:07,962 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:13:07,962 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:13:07,962 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:07,964 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:07,964 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:13:07,964 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:13:07,965 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:07,966 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:07,970 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:13:07,970 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:07,971 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:07,981 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:13:08,016 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:13:08,016 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:13:08,017 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:08,018 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:13:08,021 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:13:08,021 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:08,022 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:08,027 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:13:08,027 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:08,028 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:08,031 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:13:08,032 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:08,037 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:13:08,037 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:08,038 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:08,057 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:13:08,057 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:13:08,057 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:13:08,057 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:13:08,057 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:13:08,057 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:13:08,060 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:13:08,061 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:08,061 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:08,067 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:13:08,069 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:13:08,070 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:08,070 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:13:08,070 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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-04T08:13:08,070 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:08,070 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:13:08,071 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:13:08,072 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:08,072 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:13:08,073 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:13:08,074 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:08,131 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.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_1683187988122.xml... 2023-05-04T08:13:08,135 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.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_1683187988122.xml... Done. 2023-05-04T08:13:08,136 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:13:08,136 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:13:08,136 [Start Level: Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:13:08,136 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:13:08,136 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:13:08,150 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:08,173 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:13:08,175 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:08,175 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:08,175 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:08,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:08,232 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:13:08,242 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: 2023-05-04T08:13:08,252 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:13:08,252 [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-04T08:13:08,264 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:13:08,264 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:08,265 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:08,264 [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-04T08:13:08,265 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:08,266 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:08,266 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:08,267 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:13:08,268 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:08,268 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:08,268 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:08,268 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.c.c.ConfigurationServiceImpl - pid is null 2023-05-04T08:13:08,268 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:08,268 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... 2023-05-04T08:13:08,269 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... Done. 2023-05-04T08:13:08,270 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:08,273 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:13:08,274 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:08,274 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:13:08,274 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:08,274 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:13:08,274 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:13:08,275 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:13:08,275 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:13:08,275 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:13:08,275 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:08,276 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:08,276 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:08,276 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:08,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:08,276 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:13:08,276 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:13:08,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:08,277 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:08,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:08,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:08,278 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:08,278 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:13:08,278 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:13:08,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:13:08,278 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:13:08,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-04T08:13:08,279 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:08,279 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:08,280 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:08,280 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:08,280 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:13:08,314 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:13:08,315 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:08,317 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:13:08,318 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:13:08,324 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:08,324 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:13:08,324 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:08,326 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T08:13:08,344 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T08:13:09,325 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:13:09,328 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:13:09,330 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:13:09,333 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:09,334 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:13:09,344 [Framework stop - Equinox Container: c567f350-7f98-4702-8f89-3866196fdfc8] 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 108 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.129 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-04T08:13:16,012 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:16,333 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:13:16,344 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-995145 2023-05-04T08:13:16,420 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,420 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:13:16,420 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:13:16,420 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:13:16,420 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:13:16,421 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,421 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:13:16,421 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:13:16,421 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,421 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,421 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:13:16,423 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:16,450 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:13:16,501 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:13:16,502 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:13:16,619 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:13:16,619 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:16,644 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:13:16,729 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.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-04T08:13:16,740 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.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-04T08:13:16,740 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:16,766 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,767 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,767 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:16,769 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:13:16,770 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:13:16,770 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,770 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,770 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,771 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:16,772 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:13:16,772 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:13:16,772 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:13:16,773 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,773 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,773 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:16,774 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:13:16,774 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:13:16,774 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:16,774 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:13:16,774 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:13:16,774 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:13:16,775 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:13:16,775 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:13:16,775 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:13:16,776 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,776 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,776 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:16,777 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:13:16,777 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:13:16,777 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:16,781 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:16,781 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:13:16,781 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:13:16,782 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:13:16,782 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:13:16,782 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:13:16,803 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:13:16,803 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:13:16,822 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:16,836 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:13:16,836 [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-04T08:13:16,837 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:13:16,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:13:16,866 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:16,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:16,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:13:16,867 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:13:16,868 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:16,869 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:16,869 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:13:16,869 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:13:16,870 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:13:16,870 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:13:16,870 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:16,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:16,872 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:13:16,873 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:16,874 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:16,874 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:13:16,874 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:13:16,874 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:16,875 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:16,879 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:13:16,879 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:16,880 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:16,921 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:13:16,921 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:13:16,922 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:16,923 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:13:16,926 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:13:16,926 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:16,927 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:16,932 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:13:16,932 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:16,933 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:16,937 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:13:16,937 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:16,941 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:13:16,941 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:16,942 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:16,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:13:16,960 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:13:16,960 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:13:16,961 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:13:16,961 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:13:16,961 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:13:16,961 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:13:16,963 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:13:16,963 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:16,965 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:16,968 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:13:16,970 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:13:16,970 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:16,970 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:13:16,970 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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-04T08:13:16,971 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:16,971 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:13:16,972 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:13:16,972 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:16,973 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:13:16,973 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:13:16,974 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:17,045 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.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_1683187997028.xml... 2023-05-04T08:13:17,048 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.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_1683187997028.xml... Done. 2023-05-04T08:13:17,048 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:13:17,049 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:13:17,049 [Start Level: Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:13:17,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:13:17,068 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:13:17,083 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:17,126 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:13:17,128 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:17,128 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:17,128 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:17,129 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:17,159 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:13:17,168 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:13:17,170 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:17,170 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:17,171 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:17,171 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:17,171 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:17,174 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:17,179 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:13:17,214 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:17,214 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:13:17,214 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:17,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:13:17,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:13:17,217 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:17,217 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:13:17,217 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:13:17,218 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:13:17,218 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:17,218 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:17,218 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:17,218 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:17,218 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:17,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:17,219 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:17,219 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:17,219 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:17,219 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:13:17,219 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:13:17,221 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:13:17,222 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:13:17,223 [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-04T08:13:17,223 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:17,224 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:13:17,224 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:18,225 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:13:18,228 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:13:18,230 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:13:18,232 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:18,232 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:13:18,238 [Framework stop - Equinox Container: 24fd75f1-5d12-4a9b-a38f-a12f246f030c] 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.79 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-04T08:13:23,620 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:23,938 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:13:23,950 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-945021 2023-05-04T08:13:24,005 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,006 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:13:24,006 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:13:24,006 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:13:24,014 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:13:24,014 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,014 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:13:24,014 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:13:24,015 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,015 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,015 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:13:24,017 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:24,042 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:13:24,097 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:13:24,099 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:13:24,233 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:13:24,233 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:24,262 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:13:24,347 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.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-04T08:13:24,359 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.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-04T08:13:24,360 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:24,384 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,385 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,385 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:24,388 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:13:24,388 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:13:24,389 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,389 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,392 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,392 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:24,393 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:13:24,393 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:13:24,393 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:13:24,394 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,394 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,394 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:24,395 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:13:24,395 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:13:24,395 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:24,395 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:13:24,395 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:13:24,396 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:13:24,396 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:13:24,396 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:13:24,397 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:13:24,397 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,397 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,397 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:24,398 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:13:24,398 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:13:24,398 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:24,401 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:24,401 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:13:24,401 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:13:24,402 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:13:24,402 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:13:24,402 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:13:24,422 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:13:24,423 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:13:24,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:24,446 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:13:24,447 [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-04T08:13:24,448 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:13:24,478 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:13:24,480 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:24,489 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:24,489 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:13:24,489 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:13:24,490 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:24,491 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:24,491 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:13:24,492 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:13:24,492 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:13:24,492 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:13:24,492 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:24,514 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:24,515 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:13:24,515 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:24,517 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:24,517 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:13:24,517 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:13:24,517 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:24,519 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:24,525 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:13:24,525 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:24,526 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:24,543 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:13:24,543 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:13:24,543 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:24,545 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:13:24,549 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:13:24,550 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:24,550 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:24,555 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:13:24,555 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:24,556 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:24,559 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:13:24,560 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:24,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:13:24,563 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:13:24,564 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:24,564 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:24,618 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:13:24,618 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:13:24,618 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:13:24,618 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:13:24,619 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:13:24,619 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:13:24,621 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:13:24,621 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:24,622 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:24,625 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:13:24,627 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:13:24,627 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:24,628 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:13:24,628 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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-04T08:13:24,628 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:24,628 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:13:24,629 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:13:24,630 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:24,630 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:13:24,631 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:13:24,631 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:24,684 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.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_1683188004663.xml... 2023-05-04T08:13:24,691 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.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_1683188004663.xml... Done. 2023-05-04T08:13:24,691 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:13:24,691 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:13:24,691 [Start Level: Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:13:24,691 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:13:24,692 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:13:24,731 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:24,745 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:13:24,747 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:24,748 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:24,748 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:24,748 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:24,816 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:13:24,825 [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-04T08:13:24,834 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:13:24,834 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:13:24,843 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:24,843 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:24,844 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:24,844 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:24,844 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:24,847 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:24,849 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:13:24,850 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:24,850 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:13:24,850 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:24,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:13:24,856 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:24,856 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:24,856 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:13:24,856 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:13:24,856 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:24,856 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:24,856 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:24,856 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:13:24,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:24,857 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:24,857 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:24,858 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:24,858 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:24,858 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:13:24,858 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:13:24,860 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:13:24,862 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:13:24,862 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:13:24,862 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:13:24,863 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:13:24,864 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:13:24,864 [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-04T08:13:24,865 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:24,866 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:13:24,866 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:25,866 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:13:25,870 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:13:25,871 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:13:25,873 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:25,875 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:13:25,884 [Framework stop - Equinox Container: c7707fac-aa8b-4b9b-92cb-5a6c68761a36] 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.977 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-04T08:13:40,176 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:40,522 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:13:40,534 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-637699 2023-05-04T08:13:40,592 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,593 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:13:40,593 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:13:40,593 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:13:40,593 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:13:40,593 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,593 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:13:40,594 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:13:40,594 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,594 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,594 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:13:40,596 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:40,626 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:13:40,676 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:13:40,677 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:13:40,817 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:13:40,817 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:40,842 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:13:40,927 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.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-04T08:13:40,936 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.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-04T08:13:40,936 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:40,961 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,962 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,962 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:40,965 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:13:40,965 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:13:40,966 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,966 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,966 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,966 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:40,967 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:13:40,967 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:13:40,967 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:13:40,968 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,968 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,969 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:40,969 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:13:40,969 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:13:40,970 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:40,970 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:13:40,970 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:13:40,970 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:13:40,971 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:13:40,971 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:13:40,971 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:13:40,972 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,972 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:40,972 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:40,973 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:13:40,973 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:13:40,973 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:40,976 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:40,976 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:13:40,976 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:13:40,977 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:13:40,977 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:13:40,977 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:13:40,998 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:13:40,998 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:13:41,023 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:41,035 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:13:41,035 [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-04T08:13:41,037 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:13:41,069 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:13:41,071 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:41,072 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:41,072 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:13:41,072 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:13:41,073 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:41,073 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:41,073 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:13:41,074 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:41,075 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:41,075 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:13:41,075 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:13:41,075 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:13:41,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:13:41,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:13:41,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:41,078 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:41,078 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:13:41,079 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:41,080 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:41,083 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:13:41,084 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:41,084 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:41,125 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:13:41,126 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:13:41,126 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:41,127 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:13:41,130 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:13:41,130 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:41,131 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:41,136 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:13:41,137 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:41,138 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:41,141 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:13:41,147 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:41,156 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:13:41,158 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:13:41,158 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:41,159 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:41,175 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:13:41,175 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:13:41,175 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:13:41,175 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:13:41,175 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:13:41,175 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:13:41,178 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:13:41,178 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:41,179 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:41,215 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:13:41,217 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:13:41,218 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:41,218 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:13:41,218 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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-04T08:13:41,218 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:41,218 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:13:41,219 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:13:41,220 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:41,220 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:13:41,221 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:13:41,221 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:41,258 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.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_1683188021243.xml... 2023-05-04T08:13:41,265 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.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_1683188021243.xml... Done. 2023-05-04T08:13:41,265 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:13:41,265 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:13:41,265 [Start Level: Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:13:41,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:13:41,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:13:41,315 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:41,332 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:13:41,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:41,334 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:41,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:41,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:41,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.stress.Stress ... 2023-05-04T08:13:41,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.stress.Stress 2023-05-04T08:13:41,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.stress.Stress 2023-05-04T08:13:41,368 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:13:41,377 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:13:41,422 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:13:41,422 [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-04T08:13:41,432 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:13:41,433 [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-04T08:13:41,435 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:13:41,436 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:41,437 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:41,437 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:41,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:41,437 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:41,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:41,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:41,437 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:41,438 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:41,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:41,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:41,439 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:41,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:41,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:41,441 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:41,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:13:41,441 [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-04T08:13:41,443 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:13:41,444 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:41,444 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:13:41,444 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:41,446 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:41,446 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:41,446 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:41,446 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:41,446 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:13:41,447 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:13:41,448 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:13:41,448 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:13:41,448 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:13:41,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:13:41,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:13:41,448 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:41,449 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:13:41,449 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:13:41,449 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:13:41,450 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:41,450 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:41,450 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:41,450 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:41,450 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:13:41,450 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:13:41,451 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:41,453 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:13:41,454 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:13:41,459 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:41,460 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:13:41,460 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:41,520 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activating Stress... 2023-05-04T08:13:41,520 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - component.name: org.eclipse.kura.stress.Stress 2023-05-04T08:13:41,520 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.stride: 1024 2023-05-04T08:13:41,520 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.delay: 0 2023-05-04T08:13:41,520 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - kura.service.pid: org.eclipse.kura.stress.Stress 2023-05-04T08:13:41,520 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.log: true 2023-05-04T08:13:41,520 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.enable: false 2023-05-04T08:13:41,520 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.threads: 1 2023-05-04T08:13:41,521 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - service.pid: org.eclipse.kura.stress.Stress 2023-05-04T08:13:41,521 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - component.id: 40 2023-05-04T08:13:41,521 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.size: 51200 2023-05-04T08:13:41,521 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.interval: 1000 2023-05-04T08:13:41,521 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.keep: 0 2023-05-04T08:13:41,521 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activating Stress... Done. 2023-05-04T08:13:42,461 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:13:42,466 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:13:42,467 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:13:42,471 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:42,472 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:13:42,481 [Framework stop - Equinox Container: b2d27888-9069-4f9a-85f3-08917bbdb573] 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.351 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-04T08:13:49,186 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:49,537 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:13:49,549 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-071729 2023-05-04T08:13:49,606 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,606 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:13:49,606 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:13:49,606 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:13:49,606 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:13:49,607 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,607 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:13:49,607 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:13:49,607 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,607 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,607 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:13:49,609 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:13:49,638 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:13:49,685 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:13:49,687 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:13:49,806 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:13:49,806 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:49,835 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:13:49,921 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.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-04T08:13:49,931 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.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-04T08:13:49,931 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:49,959 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,960 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,960 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:49,962 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:13:49,962 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:13:49,963 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,963 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,963 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,963 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:49,965 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:13:49,965 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:13:49,965 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:13:49,966 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,966 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,966 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:49,967 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:13:49,967 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:13:49,967 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:49,967 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:13:49,967 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:13:49,967 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:13:49,968 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:13:49,968 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:13:49,968 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:13:49,969 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,969 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:49,969 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:49,970 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:13:49,970 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:13:49,970 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:49,973 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:49,973 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:13:49,973 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:13:49,974 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:13:49,974 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:13:49,974 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:13:49,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:13:49,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:13:50,016 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:50,028 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:13:50,028 [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-04T08:13:50,029 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:13:50,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:13:50,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:50,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:50,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:13:50,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:13:50,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:13:50,060 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:13:50,060 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:50,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-04T08:13:50,067 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:13:50,068 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:50,070 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:50,070 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:13:50,070 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:13:50,070 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:50,072 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:13:50,072 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:13:50,072 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:13:50,072 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:50,073 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:50,077 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:13:50,077 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:50,078 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:50,118 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:13:50,119 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:13:50,119 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:13:50,120 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:13:50,123 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:13:50,123 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:50,124 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:50,140 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:13:50,141 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:50,142 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:13:50,144 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:13:50,145 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:50,145 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:13:50,148 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:13:50,149 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:50,150 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:50,164 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:13:50,164 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:13:50,164 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:13:50,164 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:13:50,165 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:13:50,165 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:13:50,167 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:13:50,167 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:50,177 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:13:50,180 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:13:50,216 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:13:50,217 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:50,217 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:13:50,217 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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-04T08:13:50,217 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:50,217 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:13:50,218 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:13:50,219 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:50,219 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:13:50,220 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:13:50,220 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:13:50,256 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.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_1683188030242.xml... 2023-05-04T08:13:50,260 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.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_1683188030242.xml... Done. 2023-05-04T08:13:50,260 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:13:50,260 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:13:50,260 [Start Level: Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:13:50,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:13:50,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:13:50,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:50,322 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:13:50,325 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:50,325 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:50,325 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:50,325 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:50,358 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:13:50,369 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.util.base.ConvertStringTest 2023-05-04T08:13:50,377 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:13:50,377 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:13:50,417 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:13:50,418 [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-04T08:13:50,420 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:13:50,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:50,421 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:50,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:50,422 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:50,428 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:13:50,428 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:13:50,428 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:13:50,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:13:50,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:13:50,429 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:13:50,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:50,430 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:50,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:50,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:50,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:13:50,432 [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-04T08:13:50,445 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:13:50,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:13:50,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:13:50,448 [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.061 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.044 s - in org.eclipse.kura.osgi.SingleServiceTrackerTest testOrderRemove1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.034 s testOrderModify1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s testOrderModify2(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.002 s testOrderModify3(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s testInitOrder1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s testOrderAdd1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0 s testOrderAdd2(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0 s testOrderAdd3(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.002 s testOrder1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s Results: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:13:50,624 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:50,624 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:50,624 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:50,625 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:50,625 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:13:50,629 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:13:50,629 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:13:50,631 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:50,634 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:13:50,635 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:13:50,635 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:13:50,635 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:13:50,636 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:13:50,636 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:50,636 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:13:50,636 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:13:50,637 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:13:50,637 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:13:50,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:13:50,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:13:50,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:13:50,673 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:13:50,673 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:13:50,673 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:13:50,674 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:13:50,674 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:13:50,674 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:13:50,675 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:13:50,675 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:13:50,678 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:13:50,678 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:13:50,678 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:13:50,678 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:13:50,680 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:13:50,680 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:13:50,682 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:13:50,683 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:50,684 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:13:50,684 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:13:51,684 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:13:51,689 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:13:51,692 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:13:51,694 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:13:51,694 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:13:51,701 [Framework stop - Equinox Container: e9c00c98-c293-4cf5-9945-a491958bbf26] 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.78 s - in org.eclipse.kura.internal.wire.subscriber.CloudSubscriberTest [INFO] Running org.eclipse.kura.internal.wire.publisher.CloudPublisherTest 08:13:55.534 [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/0x00000000d4ca6080.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$$524d27c8.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] 08:13:55.563 [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/0x00000000d506d200.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$$524d27c8.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] 08:13:55.567 [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/0x00000000d4f4d8b0.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$$524d27c8.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.059 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.006 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.079 s <<< FAILURE! - in org.eclipse.kura.internal.wire.asset.WireAssetTest [ERROR] testTimestampModes(org.eclipse.kura.internal.wire.asset.WireAssetTest) Time elapsed: 0.009 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.221 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-04T08:13:59,700 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:14:00,050 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:14:00,060 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-877946 2023-05-04T08:14:00,129 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,129 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:14:00,129 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:14:00,129 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:14:00,130 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:14:00,130 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,130 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:14:00,130 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:14:00,130 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,130 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,130 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:14:00,133 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:14:00,165 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:14:00,226 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:14:00,228 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:14:00,355 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:14:00,355 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:14:00,380 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:14:00,462 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.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-04T08:14:00,466 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.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-04T08:14:00,467 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:14:00,495 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,496 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,496 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:14:00,499 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:14:00,499 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:14:00,500 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,500 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,500 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,500 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:14:00,502 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:14:00,502 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:14:00,502 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:14:00,503 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,503 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,503 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:14:00,504 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:14:00,504 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:14:00,504 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:14:00,504 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:14:00,504 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:14:00,504 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:14:00,505 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:14:00,505 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:14:00,505 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:14:00,506 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,506 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,506 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:14:00,507 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:14:00,507 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:14:00,507 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:14:00,510 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:14:00,510 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:14:00,511 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:14:00,511 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:14:00,511 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:14:00,512 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:14:00,527 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:14:00,527 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:14:00,536 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:14:00,551 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:14:00,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-04T08:14:00,552 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:14:00,587 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:14:00,615 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:14:00,616 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:14:00,616 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:14:00,616 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:14:00,617 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:14:00,618 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:14:00,618 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:14:00,618 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:14:00,619 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:14:00,619 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:14:00,619 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:14:00,621 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:14:00,621 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:14:00,621 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:14:00,622 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:14:00,622 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:14:00,622 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:14:00,622 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:14:00,623 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:14:00,627 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:14:00,628 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:14:00,628 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:14:00,642 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:14:00,642 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:14:00,642 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:14:00,643 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:14:00,647 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:14:00,647 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:14:00,648 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:14:00,653 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:14:00,653 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:14:00,654 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:14:00,656 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:14:00,657 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:14:00,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:14:00,661 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:14:00,661 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:14:00,662 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:14:00,720 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:14:00,720 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:14:00,720 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:14:00,720 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:14:00,720 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:14:00,720 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:14:00,723 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:14:00,723 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:00,724 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:00,727 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:14:00,728 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:14:00,729 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:14:00,729 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:14:00,729 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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-04T08:14:00,729 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:14:00,729 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:14:00,730 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:14:00,731 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:14:00,731 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:14:00,732 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:14:00,733 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:14:00,776 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.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_1683188040752.xml... 2023-05-04T08:14:00,783 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.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_1683188040752.xml... Done. 2023-05-04T08:14:00,784 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:14:00,784 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:14:00,784 [Start Level: Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:14:00,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:14:00,827 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:14:00,845 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:14:00,865 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:14:00,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:14:00,870 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:14:00,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:14:00,871 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:14:00,931 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:14:00,941 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:14:00,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:14:00,952 [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.timer.test.TimerTest 2023-05-04T08:14:00,961 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:14:00,961 [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-04T08:14:00,964 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:14:00,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:14:00,965 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:14:00,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:14:00,966 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:14:00,967 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:14:00,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:14:00,968 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:14:00,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:14:00,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:14:00,976 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:14:00,976 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:14:00,976 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:14:00,976 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:14:00,976 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:14:00,977 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:14:00,977 [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-04T08:14:00,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:14:01,018 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:14:01,020 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:14:01,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:14:01,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:14:01,175 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:14:01,177 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:14:01,178 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:14:01,178 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:14:01,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:14:01,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:14:01,208 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:14:01,208 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:01,210 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:01,211 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:01,211 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:01,211 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:14:01,211 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:14:01,212 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:14:01,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:01,218 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:14:01,220 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:14:01,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188040752... 2023-05-04T08:14:01,220 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:14:01,220 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:14:01,223 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:14:01,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:01,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:01,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188041233.xml... 2023-05-04T08:14:01,250 [main] INFO o.e.k.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_1683188041233.xml... Done. 2023-05-04T08:14:01,250 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:01,250 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:01,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:14:01,266 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:14:01,266 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:14:01,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:14:01,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:14:01,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:01,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:14:01,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:14:01,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:14:01,269 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:14:01,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:14:01,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:14:01,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:01,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:14:01,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:14:01,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:14:01,271 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:14:01,271 [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-04T08:14:01,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:14:01,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:14:01,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:14:01,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:14:01,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:14:01,273 [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-04T08:14:01,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:14:01,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:01,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:01,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:01,275 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:14:01,280 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:01,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188041233... 2023-05-04T08:14:01,324 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:01,325 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:01,338 [main] INFO o.e.k.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_1683188041325.xml... 2023-05-04T08:14:01,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_1683188041325.xml... Done. 2023-05-04T08:14:01,341 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:01,555 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:14:01,591 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:14:01,592 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:01,593 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:01,593 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:01,594 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:01,643 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:01,643 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:01,644 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:14:01,646 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:01,648 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:01,648 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:01,648 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:14:01,650 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:01,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188041325... 2023-05-04T08:14:01,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:01,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:14:01,671 [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-04T08:14:01,679 [main] INFO o.e.k.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_1683188041663.xml... 2023-05-04T08:14:01,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188041663.xml... Done. 2023-05-04T08:14:01,686 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:14:01,686 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:01,686 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:02,572 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:14:02,573 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:14:02,580 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:14:03,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188041663... 2023-05-04T08:14:03,699 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:03,701 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:14:03,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188043701.xml... 2023-05-04T08:14:03,726 [main] INFO o.e.k.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_1683188043701.xml... Done. 2023-05-04T08:14:03,727 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:14:03,727 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:03,727 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:03,741 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Using default implementation for ThreadExecutor 2023-05-04T08:14:03,743 [ConfigurationListener Event Queue] INFO o.q.s.SimpleThreadPool - Job execution threads will use class loader of thread: ConfigurationListener Event Queue 2023-05-04T08:14:03,752 [ConfigurationListener Event Queue] INFO o.q.c.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2023-05-04T08:14:03,752 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2023-05-04T08:14:03,753 [ConfigurationListener Event Queue] INFO o.q.s.RAMJobStore - RAMJobStore initialized. 2023-05-04T08:14:03,753 [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-04T08:14:03,753 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2023-05-04T08:14:03,753 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2023-05-04T08:14:03,754 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 2023-05-04T08:14:05,953 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188043701... 2023-05-04T08:14:05,963 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:14:05,965 [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-04T08:14:05,967 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:14:05,976 [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_1683188045966.xml... 2023-05-04T08:14:05,983 [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_1683188045966.xml... Done. 2023-05-04T08:14:05,983 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:14:05,983 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:14:05,983 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:14:13,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:14:13,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:13,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:14:13,765 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:14:13,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:14:13,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:13,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:14:13,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:14:13,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:14:13,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:13,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:14:13,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:14:13,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:14:13,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:13,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:14:13,772 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:14:13,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:13,773 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:13,774 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. 2023-05-04T08:14:13,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188045966... 2023-05-04T08:14:13,775 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. 2023-05-04T08:14:13,775 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. 2023-05-04T08:14:13,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:13,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:13,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188053785.xml... 2023-05-04T08:14:13,801 [main] INFO o.e.k.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_1683188053785.xml... Done. 2023-05-04T08:14:13,801 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:13,801 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:13,801 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:13,802 [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-04T08:14:13,803 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:13,803 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:14:13,803 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:14:13,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:14:13,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:14:13,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:13,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:14:13,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:14:13,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:14:13,805 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:14:13,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:14:13,806 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:14:13,806 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:13,808 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:14:13,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:14:13,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:14:13,810 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:14:13,810 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:13,810 [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-04T08:14:13,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:14:13,811 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:14:13,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:14:13,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:14:13,813 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:14:13,813 [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-04T08:14:13,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:14:13,814 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:13,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:13,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:13,815 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:14:13,817 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:13,818 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188053785... 2023-05-04T08:14:13,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:13,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:13,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.component.provider.test/target/kura/user/snapshots/snapshot_1683188053825.xml... 2023-05-04T08:14:13,836 [main] INFO o.e.k.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_1683188053825.xml... Done. 2023-05-04T08:14:13,837 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:13,837 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:13,838 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:13,838 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:13,838 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:13,845 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:13,845 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:13,847 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:13,847 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:13,849 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:13,851 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:14:13,853 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:13,853 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:14:13,855 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:13,855 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:13,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188053825... 2023-05-04T08:14:13,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:13,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:14:13,868 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Using default implementation for ThreadExecutor 2023-05-04T08:14:13,868 [ConfigurationListener Event Queue] INFO o.q.s.SimpleThreadPool - Job execution threads will use class loader of thread: ConfigurationListener Event Queue 2023-05-04T08:14:13,870 [ConfigurationListener Event Queue] INFO o.q.c.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2023-05-04T08:14:13,870 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2023-05-04T08:14:13,870 [ConfigurationListener Event Queue] INFO o.q.s.RAMJobStore - RAMJobStore initialized. 2023-05-04T08:14:13,871 [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-04T08:14:13,871 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2023-05-04T08:14:13,871 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2023-05-04T08:14:13,871 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 2023-05-04T08:14:13,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188053864.xml... 2023-05-04T08:14:13,877 [main] INFO o.e.k.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_1683188053864.xml... Done. 2023-05-04T08:14:13,877 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:14:13,877 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:13,878 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:23,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:14:23,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:23,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:14:23,881 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:14:23,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:14:23,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:23,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:14:23,882 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:14:23,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:14:23,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:23,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:14:23,883 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:14:23,884 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:14:23,884 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:23,884 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:14:23,884 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:14:23,884 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:23,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:23,886 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. 2023-05-04T08:14:23,886 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. 2023-05-04T08:14:23,886 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. 2023-05-04T08:14:23,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188053864... 2023-05-04T08:14:23,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:23,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:23,903 [main] INFO o.e.k.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_1683188063898.xml... 2023-05-04T08:14:23,910 [main] INFO o.e.k.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_1683188063898.xml... Done. 2023-05-04T08:14:23,911 [main] INFO o.e.k.c.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_1683188040752.xml 2023-05-04T08:14:23,911 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:23,911 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:23,911 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:23,913 [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-04T08:14:23,913 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:23,913 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:14:23,913 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:14:23,913 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:14:23,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:14:23,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:23,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:14:23,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:14:23,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:14:23,916 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:14:23,916 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:23,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:14:23,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:14:23,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:23,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:14:23,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:14:23,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:14:23,919 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:14:23,919 [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-04T08:14:23,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:14:23,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:14:23,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:14:23,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:14:23,922 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:14:23,922 [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-04T08:14:23,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:14:23,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:23,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:23,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:23,925 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:14:23,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:23,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188063898... 2023-05-04T08:14:23,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:23,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:23,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188063934.xml... 2023-05-04T08:14:23,941 [main] INFO o.e.k.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_1683188063934.xml... Done. 2023-05-04T08:14:23,941 [main] INFO o.e.k.c.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_1683188041233.xml 2023-05-04T08:14:23,941 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:23,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:23,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:23,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:23,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:23,948 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:23,948 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:23,950 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:23,950 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:23,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:23,954 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:14:23,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:23,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:14:23,958 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:23,958 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:23,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188063934... 2023-05-04T08:14:23,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:23,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:23,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188063966.xml... 2023-05-04T08:14:23,974 [main] INFO o.e.k.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_1683188063966.xml... Done. 2023-05-04T08:14:23,974 [main] INFO o.e.k.c.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_1683188041325.xml 2023-05-04T08:14:23,975 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:23,975 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:23,975 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:25,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188063966... 2023-05-04T08:14:25,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:25,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:25,982 [main] INFO o.e.k.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_1683188065974.xml... 2023-05-04T08:14:25,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_1683188065974.xml... Done. 2023-05-04T08:14:25,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188041663.xml 2023-05-04T08:14:25,995 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:25,995 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:25,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:27,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188065974... 2023-05-04T08:14:27,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:27,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:27,986 [main] INFO o.e.k.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_1683188067982.xml... 2023-05-04T08:14:27,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188067982.xml... Done. 2023-05-04T08:14:27,993 [main] INFO o.e.k.c.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_1683188043701.xml 2023-05-04T08:14:27,993 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:27,993 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:27,993 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:29,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188067982... 2023-05-04T08:14:29,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:29,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:29,997 [main] INFO o.e.k.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_1683188069989.xml... 2023-05-04T08:14:30,004 [main] INFO o.e.k.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_1683188069989.xml... Done. 2023-05-04T08:14:30,004 [main] INFO o.e.k.c.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_1683188045966.xml 2023-05-04T08:14:30,004 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:30,004 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:30,004 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:31,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188069989... 2023-05-04T08:14:31,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:31,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:32,000 [main] INFO o.e.k.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_1683188071996.xml... 2023-05-04T08:14:32,008 [main] INFO o.e.k.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_1683188071996.xml... Done. 2023-05-04T08:14:32,009 [main] INFO o.e.k.c.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_1683188053785.xml 2023-05-04T08:14:32,009 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:32,009 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:32,009 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:33,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188071996... 2023-05-04T08:14:34,001 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:34,002 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:34,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_1683188074002.xml... 2023-05-04T08:14:34,012 [main] INFO o.e.k.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_1683188074002.xml... Done. 2023-05-04T08:14:34,013 [main] INFO o.e.k.c.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_1683188053825.xml 2023-05-04T08:14:34,013 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:34,013 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:34,013 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:36,004 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188074002... 2023-05-04T08:14:36,008 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:36,009 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:36,012 [main] INFO o.e.k.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_1683188076009.xml... 2023-05-04T08:14:36,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188076009.xml... Done. 2023-05-04T08:14:36,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188053864.xml 2023-05-04T08:14:36,019 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:36,019 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:36,019 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:38,011 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188076009... 2023-05-04T08:14:38,014 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:38,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:38,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188078016.xml... 2023-05-04T08:14:38,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188078016.xml... Done. 2023-05-04T08:14:38,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188063898.xml 2023-05-04T08:14:38,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:38,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:38,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:40,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188078016... 2023-05-04T08:14:40,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:40,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:40,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.component.provider.test/target/kura/user/snapshots/snapshot_1683188080027.xml... 2023-05-04T08:14:40,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188080027.xml... Done. 2023-05-04T08:14:40,038 [main] INFO o.e.k.c.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_1683188063934.xml 2023-05-04T08:14:40,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:40,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:40,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:42,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188080027... 2023-05-04T08:14:42,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:42,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:42,036 [main] INFO o.e.k.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_1683188082034.xml... 2023-05-04T08:14:42,043 [main] INFO o.e.k.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_1683188082034.xml... Done. 2023-05-04T08:14:42,043 [main] INFO o.e.k.c.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_1683188063966.xml 2023-05-04T08:14:42,043 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:42,044 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:42,044 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:44,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:14:44,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:44,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:14:44,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:14:44,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:14:44,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:44,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:14:44,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:14:44,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:14:44,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:44,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:14:44,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:14:44,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:14:44,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:44,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:14:44,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:14:44,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:44,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:44,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188082034... 2023-05-04T08:14:44,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:44,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:44,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188084046.xml... 2023-05-04T08:14:44,057 [main] INFO o.e.k.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_1683188084046.xml... Done. 2023-05-04T08:14:44,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188065974.xml 2023-05-04T08:14:44,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:44,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:44,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:44,058 [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-04T08:14:44,059 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:14:44,059 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:14:44,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:44,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:14:44,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:14:44,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:44,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:14:44,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:14:44,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:14:44,061 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:14:44,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:14:44,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:14:44,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:44,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:14:44,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:14:44,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:14:44,063 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:14:44,063 [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-04T08:14:44,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:14:44,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:14:44,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:14:44,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:14:44,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:14:44,065 [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-04T08:14:44,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:14:44,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:44,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:44,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:44,066 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:14:44,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:44,067 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:44,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188084046... 2023-05-04T08:14:44,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:44,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:44,077 [main] INFO o.e.k.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_1683188084074.xml... 2023-05-04T08:14:44,080 [main] INFO o.e.k.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_1683188084074.xml... Done. 2023-05-04T08:14:44,081 [main] INFO o.e.k.c.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_1683188067982.xml 2023-05-04T08:14:44,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:44,081 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:44,082 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:44,082 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:44,082 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:44,091 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:44,091 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:44,093 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:44,093 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:44,094 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:44,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:44,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:44,096 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2023-05-04T08:14:44,096 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2023-05-04T08:14:44,098 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:44,099 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:14:44,100 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:44,101 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:14:44,102 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:44,102 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:44,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188084074... 2023-05-04T08:14:44,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:44,109 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:14:44,113 [main] INFO o.e.k.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_1683188084109.xml... 2023-05-04T08:14:44,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188084109.xml... Done. 2023-05-04T08:14:44,116 [main] INFO o.e.k.c.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_1683188069989.xml 2023-05-04T08:14:44,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:14:44,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:44,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:45,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:14:45,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:45,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:14:45,120 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:14:45,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:14:45,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:45,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:14:45,121 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:14:45,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:14:45,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:45,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:14:45,121 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:14:45,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:14:45,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:45,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:14:45,122 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:14:45,122 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:45,123 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:45,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188084109... 2023-05-04T08:14:45,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:45,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:45,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188085127.xml... 2023-05-04T08:14:45,136 [main] INFO o.e.k.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_1683188085127.xml... Done. 2023-05-04T08:14:45,136 [main] INFO o.e.k.c.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_1683188071996.xml 2023-05-04T08:14:45,136 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:45,136 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:45,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:45,138 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:45,138 [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-04T08:14:45,138 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:14:45,138 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:14:45,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:14:45,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:14:45,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:45,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:14:45,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:14:45,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:14:45,141 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:14:45,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:14:45,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:14:45,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:45,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:14:45,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:14:45,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:14:45,144 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:14:45,144 [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-04T08:14:45,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:14:45,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:14:45,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:14:45,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:14:45,146 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:14:45,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:45,146 [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-04T08:14:45,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:14:45,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:45,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:45,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:45,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:14:45,149 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:45,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188085127... 2023-05-04T08:14:45,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:45,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:45,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188085155.xml... 2023-05-04T08:14:45,161 [main] INFO o.e.k.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_1683188085155.xml... Done. 2023-05-04T08:14:45,161 [main] INFO o.e.k.c.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_1683188074002.xml 2023-05-04T08:14:45,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:45,162 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:45,162 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:45,162 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:45,162 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:45,168 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:45,168 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:45,171 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:45,171 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:45,176 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:45,176 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:14:45,177 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:45,178 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:14:45,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:45,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:45,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188085155... 2023-05-04T08:14:45,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:45,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:14:45,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188085184.xml... 2023-05-04T08:14:45,190 [main] INFO o.e.k.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_1683188085184.xml... Done. 2023-05-04T08:14:45,190 [main] INFO o.e.k.c.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_1683188076009.xml 2023-05-04T08:14:45,191 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:14:45,191 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:45,191 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:46,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:14:46,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:46,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:14:46,194 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:14:46,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:14:46,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:46,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:14:46,195 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:14:46,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:14:46,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:46,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:14:46,196 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:14:46,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:14:46,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:46,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:14:46,197 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:14:46,197 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:46,198 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:46,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188085184... 2023-05-04T08:14:46,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:46,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:46,206 [main] INFO o.e.k.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_1683188086203.xml... 2023-05-04T08:14:46,213 [main] INFO o.e.k.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_1683188086203.xml... Done. 2023-05-04T08:14:46,213 [main] INFO o.e.k.c.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_1683188078016.xml 2023-05-04T08:14:46,213 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:46,213 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:46,214 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:46,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:46,215 [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-04T08:14:46,215 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:14:46,215 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:14:46,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:46,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:14:46,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:14:46,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:46,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:14:46,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:14:46,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:14:46,218 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:14:46,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:14:46,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:14:46,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:46,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:14:46,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:14:46,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:14:46,221 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:14:46,221 [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-04T08:14:46,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:14:46,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:14:46,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:14:46,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:14:46,223 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:14:46,223 [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-04T08:14:46,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:14:46,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:46,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:46,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:46,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:14:46,226 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:46,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188086203... 2023-05-04T08:14:46,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:46,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:46,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188086231.xml... 2023-05-04T08:14:46,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188086231.xml... Done. 2023-05-04T08:14:46,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188080027.xml 2023-05-04T08:14:46,236 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:46,236 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:46,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:46,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:46,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:46,241 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:46,241 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:46,243 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:46,243 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:46,244 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:46,245 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:14:46,246 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:46,247 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:14:46,248 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:46,248 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:46,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188086231... 2023-05-04T08:14:46,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:46,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:14:46,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_1683188086253.xml... 2023-05-04T08:14:46,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188086253.xml... Done. 2023-05-04T08:14:46,260 [main] INFO o.e.k.c.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_1683188082034.xml 2023-05-04T08:14:46,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:14:46,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:46,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:14:47,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:14:47,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:47,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:14:47,263 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:14:47,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:14:47,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:47,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:14:47,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:14:47,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:14:47,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:47,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:14:47,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:14:47,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:14:47,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:47,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:14:47,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:14:47,265 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:47,266 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:47,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188086253... 2023-05-04T08:14:47,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:47,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:47,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.component.provider.test/target/kura/user/snapshots/snapshot_1683188087270.xml... 2023-05-04T08:14:47,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_1683188087270.xml... Done. 2023-05-04T08:14:47,279 [main] INFO o.e.k.c.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_1683188084046.xml 2023-05-04T08:14:47,279 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:47,279 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:47,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:47,280 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:47,281 [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-04T08:14:47,281 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:47,281 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:14:47,281 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:14:47,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:14:47,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:14:47,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:47,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:14:47,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:14:47,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:14:47,283 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:14:47,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:14:47,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:14:47,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:47,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:14:47,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:14:47,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:14:47,286 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:14:47,286 [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-04T08:14:47,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:14:47,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:14:47,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:14:47,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:14:47,288 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:14:47,288 [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-04T08:14:47,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:14:47,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:47,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:47,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:47,290 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:14:47,291 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:47,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188087270... 2023-05-04T08:14:47,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:47,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:47,299 [main] INFO o.e.k.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_1683188087296.xml... 2023-05-04T08:14:47,301 [main] INFO o.e.k.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_1683188087296.xml... Done. 2023-05-04T08:14:47,302 [main] INFO o.e.k.c.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_1683188084074.xml 2023-05-04T08:14:47,302 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:47,302 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:47,302 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:47,302 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:47,302 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:47,308 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:47,308 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:47,311 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:47,311 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:47,313 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:47,314 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:14:47,315 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:47,315 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:14:47,316 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:47,316 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:47,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188087296... 2023-05-04T08:14:47,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:47,322 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:47,325 [main] INFO o.e.k.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_1683188087322.xml... 2023-05-04T08:14:47,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188087322.xml... Done. 2023-05-04T08:14: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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188084109.xml 2023-05-04T08:14:47,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:47,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:47,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:47,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188087322... 2023-05-04T08:14:47,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:47,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14: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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188087335.xml... 2023-05-04T08:14:47,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188087335.xml... Done. 2023-05-04T08:14: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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188085127.xml 2023-05-04T08:14:47,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:47,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:47,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:48,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188087335... 2023-05-04T08:14:48,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:48,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:48,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_1683188088348.xml... 2023-05-04T08:14:48,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188088348.xml... Done. 2023-05-04T08:14:48,357 [main] INFO o.e.k.c.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_1683188085155.xml 2023-05-04T08:14:48,357 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:48,357 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:48,357 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:49,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188088348... 2023-05-04T08:14:49,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:49,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:49,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_1683188089363.xml... 2023-05-04T08:14:49,373 [main] INFO o.e.k.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_1683188089363.xml... Done. 2023-05-04T08:14:49,374 [main] INFO o.e.k.c.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_1683188085184.xml 2023-05-04T08:14:49,374 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:49,374 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:49,375 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:50,376 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188089363... 2023-05-04T08:14:50,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:50,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:50,382 [main] INFO o.e.k.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_1683188090379.xml... 2023-05-04T08:14:50,389 [main] INFO o.e.k.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_1683188090379.xml... Done. 2023-05-04T08:14: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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188086203.xml 2023-05-04T08:14:50,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:50,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:50,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:51,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188090379... 2023-05-04T08:14:51,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:51,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:51,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188091394.xml... 2023-05-04T08:14:51,404 [main] INFO o.e.k.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_1683188091394.xml... Done. 2023-05-04T08:14:51,405 [main] INFO o.e.k.c.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_1683188086231.xml 2023-05-04T08:14:51,405 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:51,405 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:51,405 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:52,408 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188091394... 2023-05-04T08:14:52,411 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:52,413 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:52,416 [main] INFO o.e.k.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_1683188092413.xml... 2023-05-04T08:14:52,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188092413.xml... Done. 2023-05-04T08:14:52,423 [main] INFO o.e.k.c.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_1683188086253.xml 2023-05-04T08:14:52,423 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:52,424 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:52,424 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:53,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188092413... 2023-05-04T08:14:53,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:53,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:53,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188093429.xml... 2023-05-04T08:14:53,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188093429.xml... Done. 2023-05-04T08:14:53,439 [main] INFO o.e.k.c.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_1683188087270.xml 2023-05-04T08:14:53,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:53,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:53,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:54,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188093429... 2023-05-04T08:14:54,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:54,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:54,450 [main] INFO o.e.k.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_1683188094447.xml... 2023-05-04T08:14:54,457 [main] INFO o.e.k.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_1683188094447.xml... Done. 2023-05-04T08:14:54,457 [main] INFO o.e.k.c.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_1683188087296.xml 2023-05-04T08:14:54,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:54,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:54,458 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:55,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188094447... 2023-05-04T08:14:55,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:55,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:55,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.component.provider.test/target/kura/user/snapshots/snapshot_1683188095464.xml... 2023-05-04T08:14:55,476 [main] INFO o.e.k.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_1683188095464.xml... Done. 2023-05-04T08:14:55,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188087322.xml 2023-05-04T08:14:55,476 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:55,476 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:55,476 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:56,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188095464... 2023-05-04T08:14:56,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:56,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2023-05-04T08:14:56,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_1683188096481.xml... 2023-05-04T08:14:56,492 [main] INFO o.e.k.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_1683188096481.xml... Done. 2023-05-04T08:14:56,493 [main] INFO o.e.k.c.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_1683188087335.xml 2023-05-04T08:14:56,493 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2023-05-04T08:14:56,493 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:56,493 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2023-05-04T08:14:57,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:14:57,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:57,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:14:57,495 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:14:57,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:14:57,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:57,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:14:57,496 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:14:57,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:14:57,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:57,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:14:57,497 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:14:57,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:14:57,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:57,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:14:57,498 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:14:57,498 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:14:57,498 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:57,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188096481... 2023-05-04T08:14:57,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:57,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:57,504 [main] INFO o.e.k.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_1683188097502.xml... 2023-05-04T08:14:57,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188097502.xml... Done. 2023-05-04T08:14:57,511 [main] INFO o.e.k.c.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_1683188088348.xml 2023-05-04T08:14:57,511 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:57,511 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:57,511 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:14:57,512 [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-04T08:14:57,512 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:14:57,512 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:14:57,513 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:14:57,513 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:14:57,513 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:14:57,513 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:57,514 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:14:57,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:14:57,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:14:57,515 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:14:57,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:14:57,516 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:14:57,516 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:14:57,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:14:57,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:14:57,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:14:57,518 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:14:57,518 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:14:57,519 [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-04T08:14:57,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:14:57,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:14:57,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:14:57,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:14:57,520 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:14:57,521 [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-04T08:14:57,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:14:57,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:14:57,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:14:57,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:14:57,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:14:57,523 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:57,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188097502... 2023-05-04T08:14:57,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:57,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:14:57,528 [main] INFO o.e.k.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_1683188097526.xml... 2023-05-04T08:14:57,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188097526.xml... Done. 2023-05-04T08:14:57,531 [main] INFO o.e.k.c.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_1683188089363.xml 2023-05-04T08:14:57,532 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:14:57,532 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:57,532 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:14:57,532 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:14:57,533 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:14:57,541 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:57,541 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:57,544 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:14:57,544 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:14:57,545 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:14:57,546 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:14:57,547 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:57,547 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:14:57,548 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:14:57,548 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:08,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:15:08,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:15:08,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:15:08,551 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:15:08,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:15:08,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:15:08,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:15:08,551 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:15:08,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:15:08,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:15:08,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:15:08,552 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:15:08,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:15:08,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:15:08,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:15:08,553 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:15:08,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:15:08,555 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:08,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188097526... 2023-05-04T08:15:08,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:08,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:08,565 [main] INFO o.e.k.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_1683188108562.xml... 2023-05-04T08:15:08,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188108562.xml... Done. 2023-05-04T08:15:08,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188090379.xml 2023-05-04T08:15:08,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:08,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:08,572 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:15:08,573 [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-04T08:15:08,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:15:08,573 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:15:08,574 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:15:08,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:15:08,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:15:08,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:15:08,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:15:08,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:15:08,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:15:08,576 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:15:08,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:15:08,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:15:08,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:15:08,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:15:08,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:15:08,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:15:08,579 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:15:08,579 [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-04T08:15:08,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:15:08,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:15:08,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:15:08,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:15:08,581 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:15: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 testEmitterReceiver2 2023-05-04T08:15:08,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:15:08,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:15:08,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:15:08,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:15:08,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:15:08,584 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:15:08,585 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:08,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188108562... 2023-05-04T08:15:08,589 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:08,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15: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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188108591.xml... 2023-05-04T08:15:08,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188108591.xml... Done. 2023-05-04T08:15:08,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188091394.xml 2023-05-04T08:15:08,597 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:08,598 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:08,598 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:15:08,598 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:15:08,598 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:08,602 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:08,602 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:08,604 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:08,604 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:08,604 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:15:08,605 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:15:08,605 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:15:08,606 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2023-05-04T08:15:08,606 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2023-05-04T08:15:08,607 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:08,609 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:15:08,610 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:08,610 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:15:08,612 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:08,612 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:08,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188108591... 2023-05-04T08:15:08,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:15:08,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:15:08,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_1683188108619.xml... 2023-05-04T08:15:08,625 [main] INFO o.e.k.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_1683188108619.xml... Done. 2023-05-04T08:15:08,626 [main] INFO o.e.k.c.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_1683188092413.xml 2023-05-04T08:15:08,626 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:15:08,626 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:15:08,626 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:15:09,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188108619... 2023-05-04T08:15:09,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:15:09,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:15:09,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188109632.xml... 2023-05-04T08:15:09,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_1683188109632.xml... Done. 2023-05-04T08:15:09,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188093429.xml 2023-05-04T08:15:09,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:15:09,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:15:09,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:15:10,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2023-05-04T08:15:10,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:15:10,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2023-05-04T08:15:10,144 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2023-05-04T08:15:10,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2023-05-04T08:15:10,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:15:10,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2023-05-04T08:15:10,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2023-05-04T08:15:10,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2023-05-04T08:15:10,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:15:10,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2023-05-04T08:15:10,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2023-05-04T08:15:10,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2023-05-04T08:15:10,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:15:10,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2023-05-04T08:15:10,146 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2023-05-04T08:15:10,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:15:10,146 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:10,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188109632... 2023-05-04T08:15:10,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:10,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:10,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188110152.xml... 2023-05-04T08:15:10,166 [main] INFO o.e.k.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_1683188110152.xml... Done. 2023-05-04T08:15:10,167 [main] INFO o.e.k.c.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_1683188094447.xml 2023-05-04T08:15:10,167 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:10,167 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:10,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:15:10,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-04T08:15:10,169 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:15:10,169 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:15:10,170 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:15:10,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2023-05-04T08:15:10,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2023-05-04T08:15:10,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:15:10,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2023-05-04T08:15:10,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2023-05-04T08:15:10,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2023-05-04T08:15:10,173 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2023-05-04T08:15:10,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2023-05-04T08:15:10,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2023-05-04T08:15:10,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:15:10,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2023-05-04T08:15:10,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2023-05-04T08:15:10,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2023-05-04T08:15:10,175 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2023-05-04T08:15:10,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:15:10,176 [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-04T08:15:10,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2023-05-04T08:15:10,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2023-05-04T08:15:10,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2023-05-04T08:15:10,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2023-05-04T08:15:10,178 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2023-05-04T08:15:10,178 [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-04T08:15:10,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2023-05-04T08:15:10,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2023-05-04T08:15:10,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2023-05-04T08:15:10,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2023-05-04T08:15:10,179 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2023-05-04T08:15:10,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:10,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188110152... 2023-05-04T08:15:10,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:10,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:10,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188110184.xml... 2023-05-04T08:15:10,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.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188110184.xml... Done. 2023-05-04T08:15:10,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/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1683188095464.xml 2023-05-04T08:15:10,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:10,189 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:10,189 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:15:10,189 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:15:10,190 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:10,194 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:10,194 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:10,195 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:10,195 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:10,196 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:10,197 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2023-05-04T08:15:10,198 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:10,198 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2023-05-04T08:15:10,200 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:10,200 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:10,201 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188110184... 2023-05-04T08:15:10,204 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:15:10,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2023-05-04T08:15:10,209 [main] INFO o.e.k.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_1683188110206.xml... 2023-05-04T08:15:10,212 [main] INFO o.e.k.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_1683188110206.xml... Done. 2023-05-04T08:15:10,213 [main] INFO o.e.k.c.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_1683188096481.xml 2023-05-04T08:15:10,213 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2023-05-04T08:15:10,213 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2023-05-04T08:15:10,213 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.257 s - in org.eclipse.kura.internal.wire.timer.test.TimerTest shouldTolerateInvalidCronExpression(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 12.548 s shouldSupportCronExpression(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 10.118 s shouldSupportCustomFirstTickInterval(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 20.156 s shouldTickEvery10Millis(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.082 s shouldTickEvery100Millis(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.075 s shouldContinueToTickIfReceiverThrows(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.069 s shouldNotTickOnUpdateWithDefaultConfig(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 10.233 s shouldSupportDefaultConfig(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 11.055 s shouldSupportReconfiguration(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.593 s shouldSupportFixedRateScheduling(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.072 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:15:11,285 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2023-05-04T08:15:11,286 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2023-05-04T08:15:11,289 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:11,290 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:11,290 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:11,290 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:11,291 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:11,291 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:11,292 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:15:11,294 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:11,294 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:15:11,295 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:15:11,296 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:11,296 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:15:11,297 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:15:11,297 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:15:11,297 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:11,297 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:15:11,297 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:15:11,297 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:11,297 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:15:11,298 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:15:11,299 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:11,299 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:11,299 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:11,299 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:11,299 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:15:11,300 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:15:11,301 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:15:11,301 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:15:11,314 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:15:11,315 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:11,315 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:15:11,315 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:15:11,315 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:15:11,317 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2023-05-04T08:15:11,318 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2023-05-04T08:15:11,320 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:15:11,321 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:15:11,322 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:15:11,324 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:15:11,325 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:15:11,325 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:11,499 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:15:12,326 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:15:12,329 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:15:12,330 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:15:12,332 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:15:12,333 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:15:12,340 [Framework stop - Equinox Container: cbd4330a-42aa-460d-9afc-678b5f5f7204] 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 08:15:16.027 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:16.785 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:17.524 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:18.262 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:18.996 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:19.734 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:20.466 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:21.215 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:21.952 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:22.698 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:22.706 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:22.720 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:22.731 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:22.743 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:22.755 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:22.769 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:23.539 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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] 08:15:24.263 [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/0x00000000c51e4300.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/0x00000000c4cf8a50.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$$caa7817c.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.368 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.194 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-04T08:15:28,090 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:15:28,430 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:15:28,441 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-663937 2023-05-04T08:15:28,498 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,498 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:15:28,498 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:15:28,498 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:15:28,499 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:15:28,499 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,499 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:15:28,499 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:15:28,499 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,499 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,499 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:15:28,502 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:15:28,534 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:15:28,594 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:15:28,596 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:15:28,720 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:15:28,720 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:15:28,747 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:15:28,838 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.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-04T08:15:28,848 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.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-04T08:15:28,848 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:15:28,874 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,875 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,875 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:28,877 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:15:28,878 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:15:28,878 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,879 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,879 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,879 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:15:28,880 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:15:28,880 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:15:28,880 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:15:28,881 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,881 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,881 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:28,882 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:15:28,882 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:15:28,882 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:28,882 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:15:28,882 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:15:28,882 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:15:28,883 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:15:28,883 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:15:28,883 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:15:28,884 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,884 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:28,884 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:28,885 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:15:28,885 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:15:28,885 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:28,889 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:15:28,889 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:15:28,889 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:15:28,890 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:15:28,890 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:15:28,890 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:15:28,905 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:15:28,905 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:15:28,916 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:15:28,931 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:15:28,931 [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-04T08:15:28,933 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:15:28,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:15:28,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:28,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:28,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:15:28,972 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:15:28,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:15:28,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:15:28,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:15:28,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:15:28,975 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:15:28,976 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:28,980 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:28,980 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:15:28,980 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:15:28,981 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:15:28,982 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:15:28,982 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:15:28,982 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:15:28,982 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:28,983 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:29,015 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:15:29,015 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:15:29,016 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:15:29,028 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:15:29,028 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:15:29,028 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:15:29,029 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:15:29,033 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:15:29,033 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:15:29,034 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:15:29,039 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:15:29,039 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:15:29,040 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:15:29,043 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:15:29,043 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:15:29,044 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:15:29,047 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:15:29,047 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:29,048 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:29,063 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:15:29,064 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:15:29,064 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:15:29,064 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:15:29,064 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:15:29,064 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:15:29,066 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:15:29,067 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,067 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,073 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:15:29,075 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:15:29,076 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:29,076 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:15:29,076 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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-04T08:15:29,076 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:15:29,076 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:15:29,114 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:15:29,116 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:29,116 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:15:29,117 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:15:29,117 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:15:29,147 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.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_1683188129134.xml... 2023-05-04T08:15:29,155 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.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_1683188129134.xml... Done. 2023-05-04T08:15:29,155 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:15:29,155 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:15:29,155 [Start Level: Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:15:29,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:15:29,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:15:29,177 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:15:29,239 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:15:29,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:29,243 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:29,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:29,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:29,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.H2DbWireRecordStore ... 2023-05-04T08:15:29,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.H2DbWireRecordFilter ... 2023-05-04T08:15:29,278 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:15:29,321 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest 2023-05-04T08:15:29,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:15:29,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:15:29,346 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:15:29,347 [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-04T08:15:29,349 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:15:29,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:29,351 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:29,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:29,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:29,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:15:29,358 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:15:29,358 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:15:29,358 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:15:29,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:15:29,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:15:29,359 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:15:29,359 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:29,360 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:29,360 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:29,360 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:29,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:15:29,362 [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-04T08:15:29,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1683188129360 2023-05-04T08:15:29,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1683188129360 2023-05-04T08:15:29,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:15:29,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683188129360.... 2023-05-04T08:15:29,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1683188129360 2023-05-04T08:15:29,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683188129360....Done 2023-05-04T08:15:29,367 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1683188129360 2023-05-04T08:15:29,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:15:29,375 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:15:29,376 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:15:29,376 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:15:29,556 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:15:29,558 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:15:29,559 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:15:29,559 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:15:29,560 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:15:29,560 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:15:29,592 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:15:29,592 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:29,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:15:29,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:15:29,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:29,596 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:15:29,596 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:15:29,596 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:15:29,598 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188129134... 2023-05-04T08:15:29,602 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:15:29,603 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:15:29,603 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:15:29,603 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:15:29,604 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:15:29,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:29,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.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683188129623.xml... 2023-05-04T08:15:29,642 [main] INFO o.e.k.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_1683188129623.xml... Done. 2023-05-04T08:15:29,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,646 [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-04T08:15:29,653 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:15:29,654 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:15:29,654 [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-04T08:15:29,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2023-05-04T08:15:29,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2023-05-04T08:15:29,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2023-05-04T08:15:29,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2023-05-04T08:15:29,656 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2023-05-04T08:15:29,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid testDbStore 2023-05-04T08:15:29,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2023-05-04T08:15:29,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2023-05-04T08:15:29,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-04T08:15:29,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-04T08:15:29,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-04T08:15:29,659 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore testDbStore 2023-05-04T08:15:29,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordFilter and pid testDbFilter 2023-05-04T08:15:29,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2023-05-04T08:15:29,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2023-05-04T08:15:29,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-04T08:15:29,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-04T08:15:29,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-04T08:15:29,661 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordFilter testDbFilter 2023-05-04T08:15:29,661 [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-04T08:15:29,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2023-05-04T08:15:29,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-04T08:15:29,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-04T08:15:29,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-04T08:15:29,663 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2023-05-04T08:15:29,663 [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-04T08:15:29,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2023-05-04T08:15:29,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-04T08:15:29,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-04T08:15:29,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-04T08:15:29,665 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2023-05-04T08:15:29,668 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188129623... 2023-05-04T08:15:29,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:29,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.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683188129684.xml... 2023-05-04T08:15:29,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.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683188129684.xml... Done. 2023-05-04T08:15:29,732 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:29,930 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:15:29,965 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:15:29,966 [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-04T08:15:29,966 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid h2foo 2023-05-04T08:15:29,966 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2023-05-04T08:15:29,967 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo.... 2023-05-04T08:15:29,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: h2foo 2023-05-04T08:15:29,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo....Done 2023-05-04T08:15:29,968 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore h2foo 2023-05-04T08:15:29,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:15:29,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:15:29,971 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:15:29,971 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1683188129360 2023-05-04T08:15:29,972 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:29,973 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:15:29,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:15:29,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:15:29,975 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:29,999 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:30,001 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:30,031 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.DbWireRecordFilter ... 2023-05-04T08:15:30,032 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.DbWireRecordStore ... 2023-05-04T08:15:30,048 [H2DbService_store.1683188129360_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "1683188129360"... 2023-05-04T08:15:30,051 [H2DbService_store.1683188129360_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Index "1683188129360_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-04T08:15:30,056 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2023-05-04T08:15:30,058 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:30,060 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:30,061 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:30,061 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2023-05-04T08:15:30,063 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:30,064 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:30,065 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:30,065 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2023-05-04T08:15:30,067 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:30,071 [H2DbService_org.eclipse.kura.db.H2DbService_6] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "H2_STORE_TEST"... 2023-05-04T08:15:30,073 [H2DbService_store.1683188129360_2] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:30,073 [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-04T08:15:30,073 [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 "1683188129360" (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/0x0000000090ae72e0.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/0x00000000bc0195d0.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/0x00000000bc118320.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-04T08:15:30,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188129684... 2023-05-04T08:15:30,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2023-05-04T08:15:30,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2023-05-04T08:15:30,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.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683188130108.xml... 2023-05-04T08:15:30,148 [main] INFO o.e.k.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_1683188130108.xml... Done. 2023-05-04T08:15:30,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2023-05-04T08:15:30,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-04T08:15:30,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-04T08:15:30,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1683188130159 2023-05-04T08:15:30,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1683188130159 2023-05-04T08:15:30,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:15:30,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683188130159.... 2023-05-04T08:15:30,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1683188130159 2023-05-04T08:15:30,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683188130159....Done 2023-05-04T08:15:30,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1683188130159 2023-05-04T08:15:30,163 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:15:30,163 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:15:30,163 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:15:30,163 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1683188130159 2023-05-04T08:15:30,166 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:15:30,166 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter... 2023-05-04T08:15:30,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-04T08:15:30,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter...done 2023-05-04T08:15:30,167 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitter 2023-05-04T08:15:30,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-04T08:15:30,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore... 2023-05-04T08:15:30,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-04T08:15:30,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore...done 2023-05-04T08:15:30,169 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbStore 2023-05-04T08:15:30,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter... 2023-05-04T08:15:30,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-04T08:15:30,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter...done 2023-05-04T08:15:30,170 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbFilter 2023-05-04T08:15:30,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver... 2023-05-04T08:15:30,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-04T08:15:30,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver...done 2023-05-04T08:15:30,172 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testReceiver 2023-05-04T08:15:30,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter... 2023-05-04T08:15:30,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-04T08:15:30,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter...done 2023-05-04T08:15:30,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: storeEmitter 2023-05-04T08:15:30,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-04T08:15:30,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:30,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188130108... 2023-05-04T08:15:30,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:30,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:30,215 [main] INFO o.e.k.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_1683188130190.xml... 2023-05-04T08:15:30,220 [main] INFO o.e.k.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_1683188130190.xml... Done. 2023-05-04T08:15:30,221 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:30,221 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:30,221 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-04T08:15:30,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-04T08:15:30,222 [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-04T08:15:30,223 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:15:30,223 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-04T08:15:30,223 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:15:30,223 [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-04T08:15:30,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2023-05-04T08:15:30,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2023-05-04T08:15:30,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2023-05-04T08:15:30,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2023-05-04T08:15:30,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2023-05-04T08:15:30,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid testDbStore 2023-05-04T08:15:30,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2023-05-04T08:15:30,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2023-05-04T08:15:30,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-04T08:15:30,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-04T08:15:30,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-04T08:15:30,229 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore testDbStore 2023-05-04T08:15:30,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordFilter and pid testDbFilter 2023-05-04T08:15:30,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2023-05-04T08:15:30,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2023-05-04T08:15:30,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-04T08:15:30,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-04T08:15:30,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-04T08:15:30,232 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordFilter testDbFilter 2023-05-04T08:15:30,232 [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-04T08:15:30,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2023-05-04T08:15:30,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-04T08:15:30,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-04T08:15:30,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-04T08:15:30,235 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2023-05-04T08:15:30,235 [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-04T08:15:30,235 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2023-05-04T08:15:30,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-04T08:15:30,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-04T08:15:30,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-04T08:15:30,238 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2023-05-04T08:15:30,239 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:30,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188130190... 2023-05-04T08:15:30,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:30,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:30,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/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683188130252.xml... 2023-05-04T08:15:30,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.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683188130252.xml... Done. 2023-05-04T08:15:30,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:30,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:30,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:15:30,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:15:30,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:30,267 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:30,267 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:30,271 [H2DbService_store.1683188130159_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "1683188130159"... 2023-05-04T08:15:30,273 [H2DbService_store.1683188130159_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Index "1683188130159_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-04T08:15:30,279 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:30,279 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:30,281 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:30,281 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:30,284 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:30,285 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2023-05-04T08:15:30,286 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:30,286 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2023-05-04T08:15:30,287 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:30,288 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2023-05-04T08:15:30,289 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:30,289 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:30,290 [H2DbService_store.1683188130159_2] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:30,291 [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 "1683188130159" (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/0x0000000090ae72e0.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/0x00000000bc0195d0.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/0x00000000bc118320.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-04T08:15:30,324 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188130252... 2023-05-04T08:15:30,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2023-05-04T08:15:30,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2023-05-04T08:15:30,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.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1683188130338.xml... 2023-05-04T08:15:30,350 [main] INFO o.e.k.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_1683188130338.xml... Done. 2023-05-04T08:15:30,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2023-05-04T08:15:30,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-04T08:15:30,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-04T08:15:30,353 [H2DbService_store.1683188130159_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/0x0000000090966730.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/0x00000000bc0195d0.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/0x00000000bc118320.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s - in org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest shouldEmitPropertyAfterManualCastFromUnsupportedType(org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest) Time elapsed: 0.089 s shouldNotEmitPropertyOfUnsupportedType(org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest) Time elapsed: 0.065 s Running org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest 2023-05-04T08:15:30,432 [H2DbService_org.eclipse.kura.db.H2DbService_8] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:30,432 [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/0x0000000090ae72e0.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/0x00000000bc0195d0.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/0x00000000bc118320.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-04T08:15:30,946 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:15:30,947 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:15:30,952 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:15:32,543 [H2DbService_org.eclipse.kura.db.H2DbService_2408] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Partially emptying table "H2_STORE_TEST" 2023-05-04T08:15:33,084 [H2DbService_org.eclipse.kura.db.H2DbService_2424] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:33,084 [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/0x0000000090ae72e0.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/0x00000000bc0195d0.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/0x00000000bc118320.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-04T08:15:33,150 [H2DbService_org.eclipse.kura.db.H2DbService_2428] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:33,150 [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/0x0000000090ae72e0.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/0x00000000bc0195d0.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/0x00000000bc118320.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.921 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.631 s testReceive(org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest) Time elapsed: 0.289 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:15:33,381 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:33,381 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:33,382 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:33,382 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:33,383 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:33,383 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:33,383 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:15:33,386 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:33,387 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:15:33,388 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:15:33,389 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:33,390 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:15:33,390 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:15:33,390 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:15:33,390 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:33,390 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:15:33,390 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:15:33,390 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:33,392 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid h2foo 2023-05-04T08:15:33,392 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:33,392 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:33,392 [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-04T08:15:33,392 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:33,393 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid h2foo 2023-05-04T08:15:33,393 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2023-05-04T08:15:33,393 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:33,394 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo.... 2023-05-04T08:15:33,395 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: h2foo 2023-05-04T08:15:33,395 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo....Done 2023-05-04T08:15:33,395 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore h2foo 2023-05-04T08:15:33,395 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:15:33,395 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:15:33,395 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:15:33,395 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:15:33,415 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:15:33,416 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:15:33,417 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:15:33,418 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:33,418 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:15:33,418 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:15:33,419 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:15:33,421 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:33,421 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:15:33,421 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:33,422 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:15:33,423 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:15:33,423 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:15:33,423 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:15:33,423 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:15:33,423 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1683188129360 2023-05-04T08:15:33,424 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1683188130159 2023-05-04T08:15:33,424 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-04T08:15:33,424 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-04T08:15:33,424 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-04T08:15:33,424 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-04T08:15:33,424 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-04T08:15:33,427 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:15:33,428 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:15:33,430 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:15:33,431 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:15:33,432 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:15:33,432 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:33,615 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:15:34,330 [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/0x0000000090c8b5d0.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/0x0000000090c93c30.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/0x0000000090965410.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/0x00000000f8005050.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-04T08:15:34,331 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:34,331 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:34,331 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:34,331 [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/0x0000000090c8b5d0.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/0x0000000090c93c30.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/0x0000000090965410.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/0x00000000f8005050.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-04T08:15:34,433 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:15:34,436 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:15:34,438 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:15:34,639 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:15:34,641 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:15:34,841 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:15:34,843 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:15:34,847 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:15:34,848 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:15:34,859 [Framework stop - Equinox Container: 308e5ac8-8994-41b9-ab8c-bfc6bd8c3de2] 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.118 s - in org.eclipse.kura.internal.wire.db.filter.DbWireRecordFilterTest [INFO] Running org.eclipse.kura.internal.wire.db.store.DbWireRecordStoreTest 08:15:38.710 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:39.464 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:40.210 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:40.947 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:41.684 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:42.421 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:43.149 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:43.903 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:44.638 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:45.389 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:45.399 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:45.413 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:45.424 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:45.440 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:45.455 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:45.471 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:46.232 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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] 08:15:46.958 [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/0x00000000391ebab0.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/0x0000000038e2c090.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$$22e56de6.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.361 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-04T08:15:50,527 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:15:50,877 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:15:50,889 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-788946 2023-05-04T08:15:50,972 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:50,973 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:15:50,973 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:15:50,973 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:15:50,973 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:15:50,973 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:50,973 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:15:50,973 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:15:50,974 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:50,974 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:50,974 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:15:50,976 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:15:51,005 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:15:51,057 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:15:51,059 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:15:51,187 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:15:51,187 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:15:51,218 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:15:51,311 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.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-04T08:15:51,320 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.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-04T08:15:51,320 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:15:51,345 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,346 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,346 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:51,349 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:15:51,349 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:15:51,350 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,350 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,350 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,351 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:15:51,352 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:15:51,352 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:15:51,352 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:15:51,353 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,353 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,353 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:51,354 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:15:51,354 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:15:51,354 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:51,354 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:15:51,354 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:15:51,355 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:15:51,355 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:15:51,356 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:15:51,356 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:15:51,356 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,356 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,356 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:51,357 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:15:51,357 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:15:51,357 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:51,360 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:15:51,360 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:15:51,361 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:15:51,361 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:15:51,361 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:15:51,362 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:15:51,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:15:51,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:15:51,393 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:15:51,424 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:15:51,424 [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-04T08:15:51,425 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:15:51,457 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:15:51,462 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:51,463 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:51,463 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:15:51,464 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:15:51,464 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:51,465 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:51,465 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:15:51,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:15:51,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:15:51,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:15:51,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:15:51,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:15:51,469 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:15:51,469 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:15:51,470 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:15:51,470 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:15:51,470 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:15:51,471 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:51,471 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:51,475 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:15:51,475 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:15:51,476 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:15:51,519 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:15:51,519 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:15:51,520 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:15:51,521 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:15:51,524 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:15:51,524 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:15:51,525 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:15:51,530 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:15:51,530 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:15:51,531 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:15:51,534 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:15:51,535 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:15:51,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:15:51,538 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:15:51,538 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:51,539 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:51,562 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:15:51,562 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:15:51,562 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:15:51,562 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:15:51,563 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:15:51,563 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:15:51,565 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:15:51,565 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:51,566 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:51,570 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:15:51,571 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:15:51,572 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:51,572 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:15:51,572 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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-04T08:15:51,572 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:15:51,572 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:15:51,573 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:15:51,574 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:51,574 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:15:51,575 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:15:51,576 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:15:51,634 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.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_1683188151621.xml... 2023-05-04T08:15:51,641 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.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_1683188151621.xml... Done. 2023-05-04T08:15:51,641 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:15:51,641 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:15:51,641 [Start Level: Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:15:51,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:15:51,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:15:51,673 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:15:51,717 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:15:51,719 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:51,719 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:51,719 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:51,719 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:51,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.DbWireRecordFilter ... 2023-05-04T08:15:51,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.DbWireRecordStore ... 2023-05-04T08:15:51,752 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:15:51,763 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.internal.wire.db.store.test.DbWireRecordStoreTest 2023-05-04T08:15:51,771 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:15:51,771 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:15:51,816 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:15:51,817 [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-04T08:15:51,819 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:15:51,821 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:51,821 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:51,821 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:51,821 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:51,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:15:51,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:51,823 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:51,823 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:51,824 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:51,829 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:15:51,829 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:15:51,830 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:15:51,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:15:51,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:15:51,831 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:15:51,831 [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-04T08:15:51,841 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:15:51,843 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:15:51,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:15:51,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:15:51,998 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:15:52,000 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:15:52,001 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:15:52,001 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:15:52,002 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:15:52,002 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:15:52,033 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:15:52,033 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:52,035 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:15:52,036 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:15:52,036 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:52,036 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:15:52,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:15:52,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:15:52,042 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:15:52,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:15:52,043 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:15:52,043 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:15:52,044 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:15:52,323 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:15:52,357 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:15:52,358 [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-04T08:15:52,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid h2foo 2023-05-04T08:15:52,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordStore 2023-05-04T08:15:52,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo.... 2023-05-04T08:15:52,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: h2foo 2023-05-04T08:15:52,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo....Done 2023-05-04T08:15:52,360 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordStore h2foo 2023-05-04T08:15:52,406 [H2DbService_org.eclipse.kura.db.H2DbService_6] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Creating table "H2_STORE_TEST"... 2023-05-04T08:15:52,408 [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-04T08:15:52,415 [H2DbService_org.eclipse.kura.db.H2DbService_8] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:52,415 [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/0x000000001898e1c0.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/0x000000004401a920.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/0x0000000044017fd0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-04T08:15:53,339 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:15:53,339 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:15:53,345 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:15:54,557 [H2DbService_org.eclipse.kura.db.H2DbService_2409] INFO o.e.k.i.w.d.c.H2DbServiceProviderImpl - Partially emptying table "H2_STORE_TEST" 2023-05-04T08:15:55,098 [H2DbService_org.eclipse.kura.db.H2DbService_2425] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:55,098 [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/0x000000001898e1c0.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/0x000000004401a920.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/0x0000000044017fd0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-04T08:15:55,190 [H2DbService_org.eclipse.kura.db.H2DbService_2429] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:55,190 [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/0x000000001898e1c0.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/0x000000004401a920.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/0x0000000044017fd0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.706 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.668 s testReceive(org.eclipse.kura.internal.wire.db.store.test.DbWireRecordStoreTest) Time elapsed: 0.391 s Running org.eclipse.kura.internal.wire.db.filter.test.DbWireRecordFilterTest 2023-05-04T08:15:55,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:15:55,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1683188155575 2023-05-04T08:15:55,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1683188155575 2023-05-04T08:15:55,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:15:55,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683188155575.... 2023-05-04T08:15:55,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1683188155575 2023-05-04T08:15:55,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683188155575....Done 2023-05-04T08:15:55,585 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1683188155575 2023-05-04T08:15:55,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:15:55,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:15:55,588 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:15:55,588 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1683188155575 2023-05-04T08:15:55,589 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,592 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:15:55,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188151621... 2023-05-04T08:15:55,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:55,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.db.component.provider.test/target/kura/user/snapshots/snapshot_1683188155621.xml... 2023-05-04T08:15:55,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.db.component.provider.test/target/kura/user/snapshots/snapshot_1683188155621.xml... Done. 2023-05-04T08:15:55,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,651 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:55,652 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:55,653 [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-04T08:15:55,660 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:15:55,661 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:15:55,661 [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-04T08:15:55,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2023-05-04T08:15:55,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2023-05-04T08:15:55,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2023-05-04T08:15:55,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2023-05-04T08:15:55,664 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2023-05-04T08:15:55,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordStore and pid testDbStore 2023-05-04T08:15:55,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2023-05-04T08:15:55,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordStore 2023-05-04T08:15:55,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-04T08:15:55,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-04T08:15:55,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-04T08:15:55,668 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordStore testDbStore 2023-05-04T08:15:55,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordFilter and pid testDbFilter 2023-05-04T08:15:55,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2023-05-04T08:15:55,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordFilter 2023-05-04T08:15:55,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-04T08:15:55,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-04T08:15:55,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-04T08:15:55,673 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordFilter testDbFilter 2023-05-04T08:15:55,673 [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-04T08:15:55,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2023-05-04T08:15:55,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-04T08:15:55,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-04T08:15:55,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-04T08:15:55,676 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2023-05-04T08:15:55,677 [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-04T08:15:55,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2023-05-04T08:15:55,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-04T08:15:55,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-04T08:15:55,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-04T08:15:55,680 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2023-05-04T08:15:55,685 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188155621... 2023-05-04T08:15:55,736 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:55,737 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:55,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:55,765 [main] INFO o.e.k.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_1683188155742.xml... 2023-05-04T08:15:55,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.db.component.provider.test/target/kura/user/snapshots/snapshot_1683188155742.xml... Done. 2023-05-04T08:15:55,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,773 [H2DbService_org.eclipse.kura.db.H2DbService_2433] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Creating table "1683188155575"... 2023-05-04T08:15:55,774 [H2DbService_org.eclipse.kura.db.H2DbService_2433] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Index "1683188155575_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-04T08:15:55,783 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:55,783 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:55,787 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:55,787 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:55,789 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:55,790 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:15:55,791 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2023-05-04T08:15:55,814 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:55,814 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2023-05-04T08:15:55,816 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:55,816 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2023-05-04T08:15:55,818 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:55,819 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:15:55,820 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:55,821 [H2DbService_org.eclipse.kura.db.H2DbService_2435] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:55,821 [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 "1683188155575" (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/0x000000001898e1c0.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/0x000000004401a920.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/0x0000000044017fd0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-04T08:15:55,834 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188155742... 2023-05-04T08:15:55,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordFilter 2023-05-04T08:15:55,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2023-05-04T08:15:55,883 [main] INFO o.e.k.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_1683188155862.xml... 2023-05-04T08:15:55,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.db.component.provider.test/target/kura/user/snapshots/snapshot_1683188155862.xml... Done. 2023-05-04T08:15:55,888 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2023-05-04T08:15:55,888 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-04T08:15:55,888 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-04T08:15:55,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1683188155915 2023-05-04T08:15:55,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1683188155915 2023-05-04T08:15:55,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:15:55,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683188155915.... 2023-05-04T08:15:55,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1683188155915 2023-05-04T08:15:55,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1683188155915....Done 2023-05-04T08:15:55,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1683188155915 2023-05-04T08:15:55,920 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:15:55,920 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:15:55,920 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:15:55,920 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1683188155915 2023-05-04T08:15:55,922 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:15:55,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter... 2023-05-04T08:15:55,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-04T08:15:55,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter...done 2023-05-04T08:15:55,924 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitter 2023-05-04T08:15:55,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore... 2023-05-04T08:15:55,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-04T08:15:55,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore...done 2023-05-04T08:15:55,927 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbStore 2023-05-04T08:15:55,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter... 2023-05-04T08:15:55,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-04T08:15:55,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter...done 2023-05-04T08:15:55,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbFilter 2023-05-04T08:15:55,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver... 2023-05-04T08:15:55,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-04T08:15:55,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver...done 2023-05-04T08:15:55,931 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testReceiver 2023-05-04T08:15:55,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter... 2023-05-04T08:15:55,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-04T08:15:55,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter...done 2023-05-04T08:15:55,933 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: storeEmitter 2023-05-04T08:15:55,934 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188155862... 2023-05-04T08:15:55,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:55,967 [main] INFO o.e.k.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_1683188155955.xml... 2023-05-04T08:15:55,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/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683188155955.xml... Done. 2023-05-04T08:15:55,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-04T08:15:55,971 [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-04T08:15:55,971 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:15:55,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-04T08:15:55,971 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:15:55,971 [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-04T08:15:55,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2023-05-04T08:15:55,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2023-05-04T08:15:55,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2023-05-04T08:15:55,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2023-05-04T08:15:55,973 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2023-05-04T08:15:55,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-04T08:15:55,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordStore and pid testDbStore 2023-05-04T08:15:55,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2023-05-04T08:15:55,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordStore 2023-05-04T08:15:55,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2023-05-04T08:15:55,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2023-05-04T08:15:55,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2023-05-04T08:15:55,975 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordStore testDbStore 2023-05-04T08:15:55,975 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-04T08:15:55,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.DbWireRecordFilter and pid testDbFilter 2023-05-04T08:15:55,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2023-05-04T08:15:55,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordFilter 2023-05-04T08:15:55,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2023-05-04T08:15:55,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2023-05-04T08:15:55,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2023-05-04T08:15:55,977 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.DbWireRecordFilter testDbFilter 2023-05-04T08:15:55,977 [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-04T08:15:55,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2023-05-04T08:15:55,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2023-05-04T08:15:55,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2023-05-04T08:15:55,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2023-05-04T08:15:55,979 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2023-05-04T08:15:55,979 [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-04T08:15:55,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2023-05-04T08:15:55,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-04T08:15:55,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-04T08:15:55,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-04T08:15:55,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2023-05-04T08:15:55,981 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-04T08:15:55,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:55,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188155955... 2023-05-04T08:15:56,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:56,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:15:56,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.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683188156018.xml... 2023-05-04T08:15:56,036 [main] INFO o.e.k.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_1683188156018.xml... Done. 2023-05-04T08:15:56,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:56,036 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:56,036 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:15:56,037 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:15:56,037 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:56,039 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:56,039 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:56,042 [H2DbService_org.eclipse.kura.db.H2DbService_2448] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Creating table "1683188155915"... 2023-05-04T08:15:56,043 [H2DbService_org.eclipse.kura.db.H2DbService_2448] INFO o.e.k.i.w.d.c.CommonDbServiceProvider - Index "1683188155915_TIMESTAMP" created, order is (TIMESTAMP DESC) 2023-05-04T08:15:56,047 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:56,047 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:56,050 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:15:56,050 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:15:56,050 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2023-05-04T08:15:56,051 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2023-05-04T08:15:56,051 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2023-05-04T08:15:56,052 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2023-05-04T08:15:56,052 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2023-05-04T08:15:56,053 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:15:56,054 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2023-05-04T08:15:56,056 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:56,056 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2023-05-04T08:15:56,057 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:56,057 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2023-05-04T08:15:56,058 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:15:56,058 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:15:56,059 [H2DbService_org.eclipse.kura.db.H2DbService_2450] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2023-05-04T08:15:56,059 [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 "1683188155915" (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/0x000000001898e1c0.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/0x000000004401a920.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/0x0000000044017fd0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2023-05-04T08:15:56,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188156018... 2023-05-04T08:15:56,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.DbWireRecordFilter 2023-05-04T08:15:56,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2023-05-04T08:15:56,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.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683188156080.xml... 2023-05-04T08:15:56,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/test/org.eclipse.kura.wire.db.component.provider.test/target/kura/user/snapshots/snapshot_1683188156080.xml... Done. 2023-05-04T08:15:56,093 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2023-05-04T08:15:56,093 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-04T08:15:56,093 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2023-05-04T08:15:56,094 [H2DbService_org.eclipse.kura.db.H2DbService_2464] 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/0x0000000018c16600.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/0x000000004401a920.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/0x0000000044017fd0.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s - in org.eclipse.kura.internal.wire.db.filter.test.DbWireRecordFilterTest shouldEmitPropertyAfterManualCastFromUnsupportedType(org.eclipse.kura.internal.wire.db.filter.test.DbWireRecordFilterTest) Time elapsed: 0.096 s shouldNotEmitPropertyOfUnsupportedType(org.eclipse.kura.internal.wire.db.filter.test.DbWireRecordFilterTest) Time elapsed: 0.037 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:15:56,131 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:56,131 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:56,131 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:56,132 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:56,132 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:15:56,132 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:15:56,132 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:15:56,134 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:15:56,134 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:15:56,135 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:15:56,137 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:56,137 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:15:56,138 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:15:56,138 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:15:56,138 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:15:56,138 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:15:56,138 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:56,138 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:15:56,139 [ConfigurationListener Event Queue] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.wire.DbWireRecordStore h2foo 2023-05-04T08:15:56,139 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:15:56,139 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:56,139 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:15:56,139 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:15:56,140 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:15:56,140 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:15:56,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid h2foo 2023-05-04T08:15:56,142 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2023-05-04T08:15:56,142 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2023-05-04T08:15:56,142 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:15:56,143 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:15:56,143 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:15:56,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:15:56,144 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:15:56,144 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:56,144 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:15:56,144 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:15:56,144 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:15:56,145 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:15:56,146 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:15:56,146 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:15:56,146 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:15:56,146 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:15:56,146 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:15:56,146 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:15:56,146 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:15:56,146 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1683188155575 2023-05-04T08:15:56,147 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1683188155915 2023-05-04T08:15:56,147 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2023-05-04T08:15:56,147 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2023-05-04T08:15:56,147 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2023-05-04T08:15:56,149 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:15:56,150 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:15:56,151 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:15:56,153 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:15:56,153 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:15:56,154 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:15:56,344 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:15:56,771 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:56,772 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:56,772 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:15:56,772 [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/0x0000000018b029a0.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/0x0000000018832ad0.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/0x0000000018b7b120.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/0x00000000800050f0.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-04T08:15:57,154 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:15:57,157 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:15:57,158 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:15:57,359 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:15:57,360 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:15:57,561 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:15:57,564 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:15:57,568 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:15:57,569 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:15:57,578 [Framework stop - Equinox Container: bf45b28b-80d9-45a2-8e3a-bf014a08cd7e] 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.446 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-04T08:16:04,145 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:04,469 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:16:04,481 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-241554 2023-05-04T08:16:04,539 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,540 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:16:04,540 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:16:04,540 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:16:04,540 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:16:04,540 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,541 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:16:04,541 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:16:04,541 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,541 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,541 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:16:04,543 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:04,570 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:16:04,623 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:16:04,625 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:16:04,738 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:16:04,738 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:04,765 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:16:04,867 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.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-04T08:16:04,871 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.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-04T08:16:04,871 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:04,899 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,900 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,901 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:04,903 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:16:04,904 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:16:04,904 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,904 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,905 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,905 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:04,906 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:16:04,906 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:16:04,906 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:16:04,907 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,907 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,907 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:04,908 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:16:04,908 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:16:04,908 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:04,908 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:16:04,908 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:16:04,908 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:16:04,911 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:16:04,911 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:16:04,912 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:16:04,912 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,912 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:04,912 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:04,913 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:16:04,913 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:16:04,913 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:04,916 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:04,916 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:16:04,916 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:16:04,917 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:16:04,917 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:16:04,917 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:16:04,937 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:16:04,937 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:16:04,946 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:04,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:16:04,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2023-05-04T08:16:04,962 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:16:05,030 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:16:05,032 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:05,034 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:05,034 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:16:05,034 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:16:05,035 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:16:05,036 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:16:05,036 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:16:05,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:16:05,037 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:16:05,037 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:05,040 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:05,040 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:16:05,040 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:16:05,041 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:05,042 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:05,043 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:16:05,043 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:16:05,043 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:05,044 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:05,048 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:16:05,049 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:05,049 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:05,063 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:16:05,063 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:16:05,063 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:05,064 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:16:05,071 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:16:05,071 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:05,072 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:05,077 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:16:05,078 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:05,078 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:16:05,079 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:05,117 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:16:05,118 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:05,121 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:16:05,122 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:05,123 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:05,137 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:16:05,137 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:16:05,137 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:16:05,137 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:16:05,137 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:16:05,137 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:16:05,140 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:16:05,140 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:05,141 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:05,147 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:16:05,149 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:16:05,149 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:05,150 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:16:05,150 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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-04T08:16:05,150 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:05,150 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:16:05,151 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:16:05,152 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:05,152 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:16:05,152 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:16:05,153 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:05,182 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.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_1683188165172.xml... 2023-05-04T08:16:05,190 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.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_1683188165172.xml... Done. 2023-05-04T08:16:05,190 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:16:05,190 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:16:05,190 [Start Level: Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:16:05,225 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:16:05,225 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:16:05,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:05,256 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:16:05,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:05,258 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:05,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:05,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:05,332 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:16:05,342 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest 2023-05-04T08:16:05,351 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:16:05,351 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:16:05,361 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:16:05,362 [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-04T08:16:05,365 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:16:05,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:05,366 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:05,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:05,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:05,374 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:16:05,374 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:16:05,374 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:16:05,375 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:16:05,375 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:16:05,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:05,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:05,376 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:05,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:05,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:05,378 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:16:05,378 [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-04T08:16:05,418 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:16:05,420 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:16:05,421 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:16:05,421 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:16:05,587 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:16:05,588 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:16:05,590 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:16:05,590 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:16:05,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:16:05,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:16:05,620 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:16:05,620 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:16:05,622 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:16:05,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:16:05,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:16:05,623 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:16:05,623 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:16:05,624 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:16:05,624 [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-04T08:16:05,624 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-04T08:16:05,625 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.ScriptFilter 2023-05-04T08:16:05,626 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-04T08:16:05,627 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-04T08:16:05,627 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-04T08:16:05,627 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.ScriptFilter foo 2023-05-04T08:16:05,632 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:16:05,633 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:16:05,634 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:16:05,634 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:16:05,634 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:16:05,886 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:16:05,923 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:16:05,947 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Activating Script Filter... 2023-05-04T08:16:06,133 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Updating Script Filter... 2023-05-04T08:16:06,244 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Updating Script Filter... Done 2023-05-04T08:16:06,244 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - ActivatingScript Filter... Done 2023-05-04T08:16:06,346 [main] INFO o.e.k.w.s.f.p.ScriptFilter - testing 2023-05-04T08:16:06,350 [main] INFO o.e.k.w.s.f.p.ScriptFilter - emitter 2023-05-04T08:16:06,353 [main] INFO o.e.k.w.s.f.p.ScriptFilter - 2 2023-05-04T08:16:06,358 [main] INFO o.e.k.w.s.f.p.ScriptFilter - StringValue [value=topic] 2023-05-04T08:16:06,395 [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.058 s - in org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest testSvcs(org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest) Time elapsed: 0.623 s testReceive(org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest) Time elapsed: 0.154 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:16:06,445 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:06,445 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:06,445 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:06,445 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:06,446 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:06,446 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:06,446 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:06,448 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:06,448 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:16:06,448 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:16:06,450 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:06,452 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:16:06,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:16:06,452 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:06,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:16:06,453 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:06,453 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:16:06,453 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:06,453 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:06,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:16:06,454 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:06,454 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:06,454 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:06,454 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:06,455 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:16:06,455 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:16:06,456 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:06,456 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:16:06,457 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:16:06,457 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:06,458 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:16:06,458 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:16:06,458 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:06,459 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:16:06,461 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:16:06,462 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:16:06,463 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:16:06,465 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:16:06,465 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:16:06,465 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:06,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:16:07,466 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:16:07,469 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:16:07,470 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:16:07,472 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.w.s.f.p.ScriptFilter - Deactivating Script Filter... 2023-05-04T08:16:07,472 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.w.s.f.p.ScriptFilter - Deactivating Script Filter... Done 2023-05-04T08:16:07,474 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:16:07,475 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:16:07,485 [Framework stop - Equinox Container: 5954e1cd-ae68-43d7-8ac3-1bca6c46b0ec] 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.927 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-04T08:16:13,623 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:13,961 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:16:13,970 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-004993 2023-05-04T08:16:14,031 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,031 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:16:14,031 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:16:14,031 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:16:14,031 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:16:14,032 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,032 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:16:14,032 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:16:14,032 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,032 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,032 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:16:14,034 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:14,060 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:16:14,120 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:16:14,122 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:16:14,246 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:16:14,247 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:14,272 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:16:14,394 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.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-04T08:16:14,401 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.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-04T08:16:14,401 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:14,427 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,428 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,428 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:14,433 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:16:14,433 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:16:14,434 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,434 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,434 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,434 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:14,435 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:16:14,436 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:16:14,436 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:16:14,437 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,437 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,437 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:14,438 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:16:14,438 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:16:14,438 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:14,438 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:16:14,438 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:16:14,438 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:16:14,446 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:16:14,446 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:16:14,446 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:16:14,447 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,447 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,447 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:14,448 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:16:14,448 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:16:14,448 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:14,451 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:14,451 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:16:14,451 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:16:14,452 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:16:14,452 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:16:14,452 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:16:14,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:16:14,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:16:14,471 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:14,487 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:16:14,487 [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-04T08:16:14,488 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:16:14,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:16:14,551 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:14,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:14,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:16:14,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:16:14,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:16:14,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:16:14,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:16:14,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-04T08:16:14,554 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:16:14,555 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:14,557 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:14,557 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:16:14,557 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:16:14,558 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:14,559 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:14,559 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:16:14,559 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:16:14,559 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:14,560 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:14,564 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:16:14,565 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:14,565 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:14,578 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:16:14,579 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:16:14,579 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:14,580 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:16:14,583 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:16:14,583 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:14,584 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:14,617 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:16:14,617 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:16:14,618 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:14,619 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:14,621 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:16:14,622 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:14,628 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:16:14,628 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:14,629 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:14,644 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:16:14,644 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:16:14,644 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:16:14,644 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:16:14,644 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:16:14,644 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:16:14,647 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:16:14,647 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:14,648 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:14,651 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:16:14,653 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:16:14,653 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:14,654 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:16:14,654 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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-04T08:16:14,654 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:14,654 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:16:14,655 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:16:14,656 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:14,656 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:16:14,656 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:16:14,659 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:14,722 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.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_1683188174673.xml... 2023-05-04T08:16:14,724 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.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_1683188174673.xml... Done. 2023-05-04T08:16:14,725 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:16:14,725 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:16:14,725 [Start Level: Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:16:14,726 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:16:14,726 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:16:14,741 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:14,755 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:16:14,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:14,757 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:14,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:14,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:14,825 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:16:14,834 [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-04T08:16:14,842 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:16:14,842 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:16:14,847 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:14,848 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:14,848 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:14,848 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:14,849 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:14,851 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:14,851 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:16:14,852 [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-04T08:16:14,854 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:16:14,854 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:16:14,854 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:14,854 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:16:14,854 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:14,858 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:14,858 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:14,858 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:14,858 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:14,859 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:14,859 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:14,859 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:14,859 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:14,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:16:14,860 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:16:14,861 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:14,861 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:16:14,862 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:16:14,862 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:16:14,863 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:14,863 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:14,863 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:14,863 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:14,863 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:16:14,863 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:16:14,865 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:16:14,866 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:16:14,866 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:16:14,866 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:16:14,866 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:16:14,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:14,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:14,867 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:14,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:14,868 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:14,868 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:16:14,869 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:16:14,869 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:15,869 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:16:15,874 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:16:15,876 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:16:15,880 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:16:15,881 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:16:15,891 [Framework stop - Equinox Container: 837dbf30-f38f-455c-a928-f08900ad43d9] 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.807 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.006 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.001 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-04T08:16:21,827 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:22,165 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:16:22,176 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-422493 2023-05-04T08:16:22,252 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,252 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,253 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:16:22,256 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:22,286 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:16:22,341 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:16:22,343 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:16:22,461 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:16:22,462 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:22,491 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:16:22,579 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.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-04T08:16:22,591 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.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-04T08:16:22,591 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:22,619 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,620 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,620 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:22,623 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:16:22,623 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:16:22,624 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,624 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,624 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,624 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:22,625 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:16:22,625 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:16:22,626 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:16:22,627 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,627 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,627 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:22,628 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:16:22,628 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:16:22,628 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:22,628 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:16:22,628 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:16:22,628 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:16:22,629 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:16:22,629 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:16:22,629 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:16:22,630 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,630 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,630 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:22,631 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:16:22,631 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:16:22,632 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:22,635 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:22,635 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:16:22,635 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:16:22,636 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:16:22,636 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:16:22,636 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:16:22,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:16:22,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:16:22,668 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:22,681 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:16:22,682 [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-04T08:16:22,683 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:16:22,742 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:16:22,744 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:22,745 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:22,745 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:16:22,745 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:16:22,747 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:16:22,747 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:16:22,747 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:16:22,748 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:16:22,748 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:16:22,748 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:22,751 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:22,751 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:16:22,751 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:16:22,751 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:22,752 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:22,752 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:16:22,753 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:16:22,753 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:22,754 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:22,758 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:16:22,758 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:22,759 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:22,772 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:16:22,772 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:16:22,773 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:22,774 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:16:22,777 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:16:22,777 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:22,778 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:22,783 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:16:22,783 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:22,814 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:22,819 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:16:22,820 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:22,822 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:16:22,824 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:16:22,824 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:22,825 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:22,840 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:16:22,841 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:16:22,841 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:16:22,841 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:16:22,841 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:16:22,841 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:16:22,844 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:16:22,844 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:22,845 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:22,848 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:16:22,850 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:16:22,851 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:22,851 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:16:22,851 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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-04T08:16:22,851 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:22,851 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:16:22,852 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:16:22,853 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:22,853 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:16:22,854 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:16:22,855 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:22,920 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.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_1683188182872.xml... 2023-05-04T08:16:22,933 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.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_1683188182872.xml... Done. 2023-05-04T08:16:22,933 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:16:22,934 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:16:22,934 [Start Level: Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:16:22,934 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:16:22,934 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:16:22,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:22,964 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:16:22,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:22,976 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:22,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:22,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:23,040 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:16:23,049 [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-04T08:16:23,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:16:23,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:16:23,067 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:23,067 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:23,067 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:23,067 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:23,068 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:23,070 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:23,070 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:16:23,071 [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-04T08:16:23,073 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:16:23,073 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:16:23,074 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:23,074 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:16:23,074 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:23,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:23,075 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:23,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:23,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:23,076 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:23,076 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:23,076 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:23,076 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:23,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:16:23,077 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:16:23,078 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:23,078 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:16:23,079 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:16:23,079 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:16:23,080 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:23,080 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:23,080 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:23,080 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:23,080 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:16:23,080 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:16:23,083 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:16:23,115 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:16:23,115 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:16:23,115 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:16:23,116 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:16:23,117 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:23,117 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:23,117 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:23,117 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:23,117 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:23,118 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:16:23,118 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:16:23,118 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:24,119 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:16:24,123 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:16:24,125 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:16:24,129 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:16:24,131 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:16:24,137 [Framework stop - Equinox Container: 71c3d1ba-3fa8-4b61-9357-29233eb433fd] 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.826 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-04T08:16:30,446 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:30,780 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:16:30,793 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-543041 2023-05-04T08:16:30,859 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:30,859 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:16:30,859 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:16:30,859 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:16:30,859 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:16:30,859 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:30,859 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:16:30,860 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:16:30,860 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:30,860 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:30,860 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:16:30,864 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:30,892 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:16:30,956 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:16:30,958 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:16:31,077 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:16:31,077 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:31,105 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:16:31,190 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.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-04T08:16:31,201 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.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-04T08:16:31,201 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:31,226 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,226 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,226 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:31,229 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:16:31,229 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:16:31,230 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,230 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,230 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,230 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:31,231 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:16:31,231 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:16:31,231 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:16:31,232 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,232 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,233 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:31,233 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:16:31,233 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:16:31,233 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:31,234 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:16:31,234 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:16:31,234 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:16:31,234 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:16:31,235 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:16:31,235 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:16:31,235 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,235 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,235 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:31,236 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:16:31,236 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:16:31,236 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:31,240 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:31,240 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:16:31,240 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:16:31,241 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:16:31,241 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:16:31,241 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:16:31,261 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:16:31,261 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:16:31,272 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:31,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:16:31,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-04T08:16:31,289 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:16:31,343 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:16:31,345 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:31,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:31,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:16:31,346 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:16:31,347 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:31,348 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:31,348 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:16:31,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:16:31,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:16:31,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:16:31,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:16:31,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-04T08:16:31,352 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:16:31,352 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:31,353 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:31,353 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:16:31,353 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:16:31,353 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:31,354 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:31,358 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:16:31,358 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:31,359 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:31,369 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:16:31,370 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:16:31,370 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:31,371 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:16:31,374 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:16:31,374 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:31,375 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:31,415 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:16:31,415 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:31,416 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:31,419 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:16:31,419 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:31,420 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:16:31,423 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:16:31,423 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:31,424 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:31,439 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:16:31,439 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:16:31,439 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:16:31,439 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:16:31,439 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:16:31,439 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:16:31,442 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:16:31,442 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:31,443 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:31,446 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:16:31,448 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:16:31,448 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:31,448 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:16:31,448 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:31,449 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:31,449 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:16:31,450 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:16:31,450 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:31,451 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:16:31,455 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:16:31,455 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:31,526 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.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_1683188191479.xml... 2023-05-04T08:16:31,533 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.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_1683188191479.xml... Done. 2023-05-04T08:16:31,534 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:16:31,534 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:16:31,534 [Start Level: Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:16:31,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:16:31,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:16:31,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:31,627 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:16:31,629 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:31,630 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:31,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:31,630 [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-04T08:16:31,660 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:16:31,667 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:31,668 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:31,668 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:16:31,669 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:31,669 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:31,669 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:16:31,674 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:31,676 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:16:31,677 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:31,677 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:16:31,677 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:31,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:16:31,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:16:31,681 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:31,681 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:16:31,681 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:16:31,681 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:16:31,714 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:31,715 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:31,715 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:31,715 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:31,715 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:16:31,715 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:16:31,716 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:31,716 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:31,717 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:31,717 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:31,717 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:31,717 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:16:31,719 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:16:31,719 [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-04T08:16:31,720 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:16:31,720 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:16:31,720 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:32,721 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:16:32,726 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:16:32,729 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:16:32,732 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:16:32,733 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:16:32,741 [Framework stop - Equinox Container: b307d08f-b23f-47ad-8d24-54374f32a5af] 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-04T08:16:37,444 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:37,781 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:16:37,794 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-813671 2023-05-04T08:16:37,852 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:37,853 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:37,854 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:16:37,856 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:16:37,884 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:16:37,937 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:16:37,939 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:16:38,058 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:16:38,059 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:38,090 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:16:38,177 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.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-04T08:16:38,184 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.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-04T08:16:38,184 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:38,211 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,212 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,212 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:38,215 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:16:38,215 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:16:38,216 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,216 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,216 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,216 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:16:38,217 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:16:38,218 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:16:38,218 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:16:38,219 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,219 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,219 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:38,220 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:16:38,220 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:16:38,220 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:38,220 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:16:38,220 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:16:38,220 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:16:38,221 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:16:38,222 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:16:38,222 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:16:38,223 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,223 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,223 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:38,224 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:16:38,224 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:16:38,224 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:38,228 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:38,228 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:16:38,228 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:16:38,230 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:16:38,230 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:16:38,230 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:16:38,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:16:38,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:16:38,264 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:38,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:16:38,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-04T08:16:38,280 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:16:38,352 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:16:38,354 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:38,355 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:16:38,355 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:16:38,356 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:16:38,356 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:38,357 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:16:38,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:16:38,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:16:38,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:16:38,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:16:38,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-04T08:16:38,361 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:16:38,361 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:16:38,361 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:38,362 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:16:38,362 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:16:38,362 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:16:38,362 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:38,363 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:16:38,368 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:16:38,368 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:38,369 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:16:38,380 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:16:38,380 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:16:38,380 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:38,381 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:16:38,384 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:16:38,384 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:38,385 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:16:38,417 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:16:38,418 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:38,419 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:16:38,421 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:16:38,422 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:16:38,426 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-04T08:16:38,426 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:38,427 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:16:38,427 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:38,430 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:16:38,430 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:38,431 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:38,448 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:16:38,448 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:16:38,449 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:16:38,449 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:16:38,449 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:16:38,449 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:16:38,451 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:16:38,452 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:38,452 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:16:38,455 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:16:38,457 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:16:38,458 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:38,458 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:16:38,458 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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-04T08:16:38,458 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:16:38,458 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:16:38,459 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:16:38,460 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:16:38,460 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:16:38,461 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:16:38,461 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:16:38,525 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.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_1683188198476.xml... 2023-05-04T08:16:38,530 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.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_1683188198476.xml... Done. 2023-05-04T08:16:38,530 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:16:38,531 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:16:38,531 [Start Level: Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:16:38,534 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:16:38,534 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:16:38,546 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:16:38,561 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:16:38,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:38,564 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:38,564 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:38,564 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:38,627 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:16:38,628 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:16:38,668 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @3999ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.https.server.manager.test.HttpServiceTest 2023-05-04T08:16:38,918 [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-04T08:16:38,936 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:16:38,936 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:16:38,938 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:16:39,060 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@3a324da7{/,null,AVAILABLE} 2023-05-04T08:16:39,071 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@c852c8be{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:16:39,072 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4404ms 2023-05-04T08:16:39,072 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:16:39,072 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:16:39,072 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:16:39,072 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:16:39,072 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:16:39,124 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:16:39,132 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:16:39,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:16:39,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:16:39,149 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:16:39,150 [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-04T08:16:39,154 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:16:39,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:39,155 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:39,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:39,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:39,157 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:16:39,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:16:39,158 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:16:39,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:16:39,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:16:39,163 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:16:39,163 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:16:39,164 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:16:39,164 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:16:39,164 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:16:39,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:16:39,165 [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-04T08:16:39,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:16:39,178 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:16:39,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:16:39,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:16:39,435 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:16:39,437 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:16:39,438 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:16:39,438 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:16:39,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:16:39,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:16:39,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:16:39,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:16:39,471 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:16:39,471 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:16:39,471 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:16:39,471 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:16:39,472 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:16:39,472 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:16:39,520 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:16:39,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:16:39,521 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:16:39,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:16:39,522 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:16:40,040 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:16:40,075 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:16:41,060 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:16:41,060 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:16:41,069 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:16:42,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:16:42,990 [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-04T08:16:42,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:16:42,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:16:42,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:16:42,997 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:16:42,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:16:42,998 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:16:42,999 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:16:42,999 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:16:44,144 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188198476... 2023-05-04T08:16:44,163 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:44,165 [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-04T08:16:44,166 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:16:44,185 [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_1683188204165.xml... 2023-05-04T08:16:44,192 [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_1683188204165.xml... Done. 2023-05-04T08:16:44,192 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:44,192 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:44,192 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:16:48,004 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188204165... 2023-05-04T08:16:48,024 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:48,025 [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-04T08:16:48,043 [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_1683188208025.xml... 2023-05-04T08:16:48,050 [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_1683188208025.xml... Done. 2023-05-04T08:16:48,050 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:48,050 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:48,050 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:48,050 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:48,051 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:16:48,051 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:16:48,070 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@c852c8be{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:16:48,070 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:16:48,077 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3a324da7{/,null,STOPPED} 2023-05-04T08:16:48,080 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:16:48,081 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:16:48,081 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:16:48,100 [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-04T08:16:48,101 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:16:48,101 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:16:48,102 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:16:48,109 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-65686176{/,null,AVAILABLE} 2023-05-04T08:16:48,110 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@b8532c9a{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:16:48,114 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@fd777c7d(2128325145,h=[server cert],a=[],w=[]) for BaseSslContextFactory@124bb63a[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:16:48,114 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@9349e3f5(-2011465750,h=[client ca],a=[],w=[]) for BaseSslContextFactory@124bb63a[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:16:48,179 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@6ce61589{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-04T08:16:48,180 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@5d6321fd(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@c8bac52b[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:16:48,180 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@b9bfb5b5(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@c8bac52b[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:16:48,184 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@ce609688{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:16:48,185 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @13517ms 2023-05-04T08:16:48,185 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:16:48,185 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:16:48,185 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:16:48,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:16:48,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:16:53,188 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188208025... 2023-05-04T08:16:53,206 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:53,209 [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-04T08:16:53,210 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:16:53,210 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:16:53,231 [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_1683188213209.xml... 2023-05-04T08:16:53,241 [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_1683188213209.xml... Done. 2023-05-04T08:16:53,241 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:53,241 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:53,241 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:53,287 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:16:54,453 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:16:54,562 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:16:54,566 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:16:54,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:16:54,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:16:54,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:16:54,631 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:16:54,631 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:16:54,632 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:54,633 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:16:54,633 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:16:54,634 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@b8532c9a{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:16:54,636 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@6ce61589{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-04T08:16:54,637 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@ce609688{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:16:54,637 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:16:54,645 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-65686176{/,null,STOPPED} 2023-05-04T08:16:54,646 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:16:54,647 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:16:54,647 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:16:54,647 [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-04T08:16:54,649 [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-04T08:16:54,650 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:16:54,650 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:16:54,650 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:16:54,658 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@5368b4d{/,null,AVAILABLE} 2023-05-04T08:16:54,660 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@ee542d38{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:16:54,660 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @19992ms 2023-05-04T08:16:54,660 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-04T08:16:54,660 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:16:54,660 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:16:54,661 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:16:54,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:16:54,662 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:16:59,662 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188213209... 2023-05-04T08:16:59,675 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:59,676 [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-04T08:16:59,690 [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_1683188219677.xml... 2023-05-04T08:16:59,696 [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_1683188219677.xml... Done. 2023-05-04T08:16:59,696 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:59,696 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:59,697 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:59,697 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:16:59,697 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:16:59,698 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:16:59,699 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@ee542d38{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:16:59,699 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:16:59,706 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@5368b4d{/,null,STOPPED} 2023-05-04T08:16:59,707 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:16:59,708 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:16:59,708 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:16:59,710 [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-04T08:16:59,711 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:16:59,712 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:16:59,712 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:16:59,719 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@62a59c9c{/,null,AVAILABLE} 2023-05-04T08:16:59,720 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@ea6b5670{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:16:59,721 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @25053ms 2023-05-04T08:16:59,721 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:16:59,721 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:16:59,721 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:16:59,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:16:59,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:17:04,723 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188219677... 2023-05-04T08:17:04,734 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:04,736 [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-04T08:17:04,737 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:17:04,737 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:17:04,738 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:17:04,743 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:04,747 [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_1683188224736.xml... 2023-05-04T08:17:04,753 [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_1683188224736.xml... Done. 2023-05-04T08:17:04,754 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:04,754 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:04,754 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:05,744 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:06,744 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:07,745 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:08,746 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:09,748 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:10,749 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:17:11,750 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:17:12,751 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:17:13,753 [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-04T08:17:13,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:17:13,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:17:13,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:17:13,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:17:13,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:17:13,757 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:17:13,758 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:17:13,758 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:17:18,760 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188224736... 2023-05-04T08:17:18,767 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:18,769 [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-04T08:17:18,786 [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_1683188238769.xml... 2023-05-04T08:17:18,796 [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_1683188238769.xml... Done. 2023-05-04T08:17:18,796 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:18,796 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:18,796 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:18,796 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:18,797 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:17:18,797 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:17:18,798 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@ea6b5670{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:17:18,798 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:17:18,828 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@62a59c9c{/,null,STOPPED} 2023-05-04T08:17:18,829 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:17:18,830 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:17:18,830 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:17:18,832 [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-04T08:17:18,833 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:17:18,834 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:17:18,834 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:18,839 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@56c5d9cc{/,null,AVAILABLE} 2023-05-04T08:17:18,839 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@ee12817d(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@ef5ed11f[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:18,839 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@5c54d7fe(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@ef5ed11f[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:18,842 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@f68cd503{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:18,843 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @44175ms 2023-05-04T08:17:18,843 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:18,843 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:17:18,843 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:17:18,843 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:17:18,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:17:23,845 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188238769... 2023-05-04T08:17:23,852 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:23,853 [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-04T08:17:23,855 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:17:23,855 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:17:23,857 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:17:23,864 [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_1683188243854.xml... 2023-05-04T08:17:23,872 [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_1683188243854.xml... Done. 2023-05-04T08:17:23,873 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:23,873 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:23,873 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:24,883 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:17:24,923 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:17:25,924 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:17:26,924 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:17:27,926 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:28,931 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:29,933 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:30,934 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:31,935 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:32,936 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:33,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:17:33,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:17:33,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:17:33,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:17:33,942 [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-04T08:17:33,942 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: HttpsKeystore 2023-05-04T08:17:33,942 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:17:33,943 [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-04T08:17:33,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:17:33,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:17:33,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:17:33,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:17:33,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:17:33,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:17:33,948 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:33,948 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:17:33,948 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:17:33,949 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@f68cd503{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:33,949 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:17:33,954 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@56c5d9cc{/,null,STOPPED} 2023-05-04T08:17:33,955 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:17:33,956 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:17:33,956 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:17:33,956 [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-04T08:17:33,957 [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-04T08:17:33,957 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:17:33,958 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:17:33,958 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:33,969 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@5d98c55e{/,null,AVAILABLE} 2023-05-04T08:17:33,969 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @59301ms 2023-05-04T08:17:33,969 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:33,969 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:17:33,969 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:17:33,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:17:33,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:17:33,970 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:17:33,972 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:17:33,972 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:17:33,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-04T08:17:33,973 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:17:33,973 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:17:33,974 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:17:33,976 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@5d98c55e{/,null,STOPPED} 2023-05-04T08:17:33,977 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:17:33,978 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:17:33,978 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:17:33,980 [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-04T08:17:33,982 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:17:33,982 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:17:33,982 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:33,989 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-b7625ac{/,null,AVAILABLE} 2023-05-04T08:17:33,989 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@7b0b0294(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@7e3f21c0[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:33,990 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@d21dddcc(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@7e3f21c0[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:33,992 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@2ce23c86{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:33,992 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @59324ms 2023-05-04T08:17:33,992 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-04T08:17:33,993 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:17:33,993 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:17:33,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:17:33,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:17:38,995 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188243854... 2023-05-04T08:17:39,001 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:39,003 [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-04T08:17:39,004 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:17:39,005 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:17:39,006 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@2ce23c86{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:39,006 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:17:39,012 [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_1683188259003.xml... 2023-05-04T08:17:39,015 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-b7625ac{/,null,STOPPED} 2023-05-04T08:17:39,016 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:17:39,016 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:17:39,018 [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_1683188259003.xml... Done. 2023-05-04T08:17:39,019 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:39,019 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:39,019 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:39,019 [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-04T08:17:39,020 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:17:39,021 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:17:39,021 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:17:39,027 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-84091a0{/,null,AVAILABLE} 2023-05-04T08:17:39,028 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@b5ed1072(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@594b6cee[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:39,028 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@6d9663c7(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@594b6cee[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:39,034 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@a77f80df{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:39,034 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @64366ms 2023-05-04T08:17:39,035 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:39,035 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:17:39,035 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:17:39,037 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:17:40,056 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:17:41,082 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:17:42,104 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:17:43,105 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:17:44,106 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:17:45,107 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:46,108 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:47,109 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:17:48,111 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:49,111 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:50,112 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:17:51,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:17:51,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:17:51,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:17:51,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:17:51,117 [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-04T08:17:51,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: HttpsKeystore 2023-05-04T08:17:51,117 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:17:51,118 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:51,119 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:17:51,119 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:17:51,120 [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-04T08:17:51,120 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@a77f80df{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:51,121 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:17:51,122 [main] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:17:51,122 [main] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:17:51,123 [main] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:51,124 [main] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@a40b8e0{/,null,AVAILABLE} 2023-05-04T08:17:51,125 [main] INFO o.e.j.s.AbstractConnector - Started ServerConnector@ae969704{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2023-05-04T08:17:51,125 [main] INFO o.e.j.s.Server - Started @76457ms 2023-05-04T08:17:51,126 [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-04T08:17:51,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:17:51,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:17:51,128 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-84091a0{/,null,STOPPED} 2023-05-04T08:17:51,129 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:17:51,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:17:51,130 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:17:51,131 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:17:51,131 [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-04T08:17:51,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:17:51,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:17:51,132 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:17:51,132 [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-04T08:17:51,134 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:17:51,134 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:17:51,134 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:51,140 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-7396fc93{/,null,AVAILABLE} 2023-05-04T08:17:51,141 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @76472ms 2023-05-04T08:17:51,141 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:51,141 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:17:51,141 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:17:51,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:17:51,142 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:17:51,142 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:17:51,144 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:17:51,149 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - referencing distribution points: [http://localhost:8087/crl.pem] 2023-05-04T08:17:51,152 [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-04T08:17:51,152 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:17:51,153 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:51,153 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:17:51,154 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:17:51,154 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:17:51,157 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-7396fc93{/,null,STOPPED} 2023-05-04T08:17:51,158 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:17:51,160 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:17:51,160 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:17:51,164 [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-04T08:17:51,165 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:17:51,166 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:17:51,166 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:51,176 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-284e7511{/,null,AVAILABLE} 2023-05-04T08:17:51,177 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@59e81291(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@f7f93a96[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:51,177 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@b94bdd78(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@f7f93a96[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:51,182 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@f94572e2{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:51,182 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @76514ms 2023-05-04T08:17:51,182 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-04T08:17:51,182 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:17:51,182 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:17:51,183 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:17:51,183 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:17:56,152 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:17:56,155 [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/0x000000007800a7f0.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-04T08:17:56,155 [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/0x00000000dc03f6e0.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/0x000000007800a7f0.run(Unknown Source) ... 3 more 2023-05-04T08:17:56,184 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188259003... 2023-05-04T08:17:56,188 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:56,190 [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-04T08:17:56,192 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:17:56,192 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:17:56,198 [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_1683188276190.xml... 2023-05-04T08:17:56,206 [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_1683188276190.xml... Done. 2023-05-04T08:17:56,206 [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_1683188198476.xml 2023-05-04T08:17:56,206 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:56,207 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:56,207 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:17:57,156 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:17:57,160 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:17:57,163 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:17:57,163 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@f94572e2{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:57,163 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:17:57,167 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-284e7511{/,null,STOPPED} 2023-05-04T08:17:57,168 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:17:57,168 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:17:57,169 [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-04T08:17:57,171 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:17:57,171 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:17:57,171 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:17:57,176 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-2b6d6b3c{/,null,AVAILABLE} 2023-05-04T08:17:57,176 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@940d8ab3(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@3833d10e[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:57,177 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@64913e09(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@3833d10e[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:17:57,180 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Started ServerConnector@c0a0b3c8{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:17:57,180 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.Server - Started @82512ms 2023-05-04T08:17:57,180 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:17:57,180 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:17:58,163 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:17:58,165 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:17:58,165 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:17:59,166 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:17:59,168 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:17:59,168 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:00,169 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:00,171 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:00,171 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:01,171 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:01,173 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:01,173 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:02,162 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2023-05-04T08:18:02,162 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2023-05-04T08:18:02,174 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:02,176 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:02,176 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:03,176 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:03,178 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:03,178 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:04,179 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:04,181 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:04,181 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:05,181 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:05,184 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:05,184 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:06,184 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:06,186 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:06,186 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:07,182 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:07,190 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:07,193 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:07,193 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:08,193 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:08,195 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:08,195 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:08,205 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:09,196 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:09,198 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:09,200 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:09,201 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@c0a0b3c8{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:18:09,201 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:09,205 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-2b6d6b3c{/,null,STOPPED} 2023-05-04T08:18:09,206 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:09,206 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:09,212 [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-04T08:18:09,213 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:09,213 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:09,213 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:09,219 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-2c6542d{/,null,AVAILABLE} 2023-05-04T08:18:09,219 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@9a0c8939(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@98a7c445[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:09,219 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@a088b301(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@98a7c445[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:09,222 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Started ServerConnector@1c19a390{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:18:09,222 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.Server - Started @94554ms 2023-05-04T08:18:09,222 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:18:09,222 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:10,200 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:10,202 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:10,202 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:11,203 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:11,205 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:11,205 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:12,206 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:12,208 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:12,209 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:13,209 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:13,211 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:13,211 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:14,200 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2023-05-04T08:18:14,201 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2023-05-04T08:18:14,211 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:14,214 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:14,215 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:15,215 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:15,217 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:15,217 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:16,218 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:16,220 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:16,220 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:17,221 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:17,223 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:17,223 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:18,224 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:18,226 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:18,226 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:19,223 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:19,226 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:19,229 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:19,229 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:20,230 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:20,232 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:20,232 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:20,246 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:21,233 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:21,234 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:21,235 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:21,271 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:22,235 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2023-05-04T08:18:22,237 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2023-05-04T08:18:22,237 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2023-05-04T08:18:22,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:18:22,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:18:22,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:18:22,306 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:18:22,306 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:18:22,306 [main] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@ae969704{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2023-05-04T08:18:22,306 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:22,306 [main] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:22,307 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:18:22,307 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:22,307 [main] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@a40b8e0{/,null,STOPPED} 2023-05-04T08:18:22,307 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@1c19a390{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:18:22,307 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:22,308 [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-04T08:18:22,308 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:18:22,308 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:18:22,309 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:18:22,311 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-2c6542d{/,null,STOPPED} 2023-05-04T08:18:22,311 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:18:22,311 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:18:22,311 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:18:22,312 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:22,313 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:18:22,313 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:22,313 [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-04T08:18:22,314 [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-04T08:18:22,315 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:22,315 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:22,315 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:22,321 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@a0b4786{/,null,AVAILABLE} 2023-05-04T08:18:22,321 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @107653ms 2023-05-04T08:18:22,322 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:18:22,322 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:22,322 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:18:22,323 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:18:22,323 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:18:22,323 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:18:22,326 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:18:22,326 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:18:22,327 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:22,327 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:18:22,328 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:22,328 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:22,330 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@a0b4786{/,null,STOPPED} 2023-05-04T08:18:22,331 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:22,332 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:18:22,332 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:22,333 [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-04T08:18:22,334 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:22,334 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:22,334 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:18:22,340 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-24ccb18d{/,null,AVAILABLE} 2023-05-04T08:18:22,343 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@9bf5e6b5(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@4941be86[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:22,344 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@4c7b72ab(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@4941be86[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:22,347 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@d07328ae{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:18:22,347 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @107679ms 2023-05-04T08:18:22,347 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:18:22,348 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:22,348 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:18:22,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:18:22,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:18:27,350 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188276190... 2023-05-04T08:18:27,354 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:27,355 [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-04T08:18:27,356 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:18:27,357 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:27,357 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@d07328ae{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:18:27,358 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:27,362 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-24ccb18d{/,null,STOPPED} 2023-05-04T08:18:27,362 [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_1683188307355.xml... 2023-05-04T08:18:27,364 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:27,364 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:27,366 [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_1683188307355.xml... Done. 2023-05-04T08:18:27,367 [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_1683188204165.xml 2023-05-04T08:18:27,367 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:27,367 [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-04T08:18:27,367 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:27,367 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:27,369 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:27,369 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:27,369 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:27,376 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@713ce179{/,null,AVAILABLE} 2023-05-04T08:18:27,376 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@2aa16c81(2128325145,h=[server cert],a=[],w=[]) for BaseSslContextFactory@ace447d3[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:27,377 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@ab9285f2(-2011465750,h=[client ca],a=[],w=[]) for BaseSslContextFactory@ace447d3[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:27,378 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@10cea70b{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-04T08:18:27,379 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @112711ms 2023-05-04T08:18:27,379 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:27,379 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:27,379 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:18:27,380 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:18:27,407 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:18:28,408 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:18:29,409 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:18:30,410 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:31,413 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:32,414 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:33,415 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:18:34,416 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:18:35,417 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:18:36,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:18:36,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:18:36,419 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:18:36,419 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:18:36,419 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:18:36,419 [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-04T08:18:36,420 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2023-05-04T08:18:36,420 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:18:36,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2023-05-04T08:18:36,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2023-05-04T08:18:36,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2023-05-04T08:18:36,422 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2023-05-04T08:18:36,422 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:36,423 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:18:36,423 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:36,424 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@10cea70b{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-04T08:18:36,424 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:36,426 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@713ce179{/,null,STOPPED} 2023-05-04T08:18:36,427 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:36,427 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:18:36,428 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:36,428 [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-04T08:18:36,429 [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-04T08:18:36,429 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:36,430 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:36,430 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:18:36,438 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-3bba886b{/,null,AVAILABLE} 2023-05-04T08:18:36,438 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @121770ms 2023-05-04T08:18:36,438 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-04T08:18:36,439 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:36,439 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:18:36,439 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:18:36,439 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:18:36,439 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:18:36,441 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2023-05-04T08:18:36,441 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2023-05-04T08:18:36,442 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:36,442 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:18:36,442 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:36,442 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:36,444 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-3bba886b{/,null,STOPPED} 2023-05-04T08:18:36,444 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:36,445 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:18:36,445 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:36,448 [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-04T08:18:36,449 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:36,449 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:36,449 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:36,453 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-689d9cf2{/,null,AVAILABLE} 2023-05-04T08:18:36,453 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@6b84640e(2128325145,h=[server cert],a=[],w=[]) for BaseSslContextFactory@41e969bc[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:36,454 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@7b118d5f(-2011465750,h=[client ca],a=[],w=[]) for BaseSslContextFactory@41e969bc[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:36,457 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@baa6d2fe{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-04T08:18:36,457 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @121789ms 2023-05-04T08:18:36,457 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:36,457 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:36,457 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:18:36,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:18:36,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:18:41,459 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188307355... 2023-05-04T08:18:41,463 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:41,465 [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-04T08:18:41,466 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:18:41,467 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:41,468 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@baa6d2fe{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2023-05-04T08:18:41,468 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:41,477 [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_1683188321465.xml... 2023-05-04T08:18:41,479 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-689d9cf2{/,null,STOPPED} 2023-05-04T08:18:41,479 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:41,479 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:41,481 [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-04T08:18:41,483 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:41,483 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:41,483 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:41,488 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-1a4c34aa{/,null,AVAILABLE} 2023-05-04T08:18:41,489 [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_1683188321465.xml... Done. 2023-05-04T08:18:41,489 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@5ff6cbf2(2128325145,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@ce06741d[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:41,489 [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_1683188208025.xml 2023-05-04T08:18:41,490 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:41,490 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:41,490 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:41,490 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@65a458c4(-2011465750,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@ce06741d[provider=null,keyStore=null,trustStore=null] 2023-05-04T08:18:41,496 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@a7a7dd10{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:18:41,496 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @126828ms 2023-05-04T08:18:41,496 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:18:41,496 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:41,497 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:18:41,499 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:41,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2023-05-04T08:18:41,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:18:41,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2023-05-04T08:18:41,518 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2023-05-04T08:18:41,519 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2023-05-04T08:18:41,519 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:41,519 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:18:41,519 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:41,520 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@a7a7dd10{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2023-05-04T08:18:41,520 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:41,524 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-1a4c34aa{/,null,STOPPED} 2023-05-04T08:18:41,525 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:41,526 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:18:41,526 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:41,526 [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-04T08:18:41,527 [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-04T08:18:41,528 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:41,528 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:41,528 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:18:41,535 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@53402dfb{/,null,AVAILABLE} 2023-05-04T08:18:41,535 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @126867ms 2023-05-04T08:18:41,536 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-04T08:18:41,536 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:41,536 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:18:41,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:18:41,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:18:41,538 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2023-05-04T08:18:46,538 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188321465... 2023-05-04T08:18:46,542 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:46,544 [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-04T08:18:46,551 [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_1683188326544.xml... 2023-05-04T08:18:46,558 [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_1683188326544.xml... Done. 2023-05-04T08:18:46,558 [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_1683188213209.xml 2023-05-04T08:18:46,558 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:46,559 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:46,559 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:46,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:46,559 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:18:46,559 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:18:46,559 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:18:46,563 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@53402dfb{/,null,STOPPED} 2023-05-04T08:18:46,563 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:18:46,565 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:18:46,565 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:18:46,565 [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-04T08:18:46,566 [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-04T08:18:46,567 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:18:46,567 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:18:46,567 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:46,573 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-e7abd9a{/,null,AVAILABLE} 2023-05-04T08:18:46,573 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @131905ms 2023-05-04T08:18:46,573 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:18:46,573 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:18:46,573 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:18:46,574 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:18:46,574 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:18:51,575 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188326544... 2023-05-04T08:18:51,580 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:51,583 [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-04T08:18:51,585 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:18:51,585 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:18:51,587 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2023-05-04T08:18:51,593 [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_1683188331584.xml... 2023-05-04T08:18:51,600 [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_1683188331584.xml... Done. 2023-05-04T08:18:51,601 [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_1683188219677.xml 2023-05-04T08:18:51,601 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:51,601 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:51,601 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:18:52,588 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2023-05-04T08:18:53,589 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2023-05-04T08:18:54,591 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:55,592 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:18:56,593 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:19:02,595 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188331584... 2023-05-04T08:19:02,599 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:02,600 [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-04T08:19:02,601 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:19:02,601 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:19:02,601 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:19:02,605 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-e7abd9a{/,null,STOPPED} 2023-05-04T08:19:02,606 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:19:02,606 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:19:02,606 [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_1683188342600.xml... 2023-05-04T08:19:02,608 [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-04T08:19:02,609 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:19:02,609 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:19:02,609 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:19:02,613 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@46ad0a5{/,null,AVAILABLE} 2023-05-04T08:19:02,614 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@e2693213{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:19:02,618 [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_1683188342600.xml... Done. 2023-05-04T08:19:02,618 [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_1683188224736.xml 2023-05-04T08:19:02,618 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:02,618 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:02,618 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:02,619 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@d7cff49d{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 2023-05-04T08:19:02,620 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@306100e5{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 2023-05-04T08:19:02,620 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @147952ms 2023-05-04T08:19:02,620 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:19:02,620 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:19:02,620 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:19:02,621 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:19:02,625 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8081/ 2023-05-04T08:19:02,628 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8082/ 2023-05-04T08:19:07,631 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188342600... 2023-05-04T08:19:07,636 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:07,638 [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-04T08:19:07,639 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2023-05-04T08:19:07,639 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:19:07,641 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@e2693213{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:19:07,641 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@d7cff49d{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 2023-05-04T08:19:07,642 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@306100e5{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 2023-05-04T08:19:07,642 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:19:07,645 [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_1683188347638.xml... 2023-05-04T08:19:07,648 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@46ad0a5{/,null,STOPPED} 2023-05-04T08:19:07,649 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:19:07,649 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:19:07,651 [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-04T08:19:07,653 [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_1683188347638.xml... Done. 2023-05-04T08:19:07,653 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:19:07,653 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:19:07,654 [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_1683188238769.xml 2023-05-04T08:19:07,654 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:19:07,654 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:07,654 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:07,654 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:07,662 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-24838922{/,null,AVAILABLE} 2023-05-04T08:19:07,663 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @152994ms 2023-05-04T08:19:07,663 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:19:07,663 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:19:07,663 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2023-05-04T08:19:07,665 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:19:08,665 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:19:09,666 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2023-05-04T08:19:10,667 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:19:11,668 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:19:12,668 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2023-05-04T08:19:13,670 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:19:14,671 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:19:15,672 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2023-05-04T08:19:16,673 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:19:17,674 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2023-05-04T08:19:18,675 [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.997 s - in org.eclipse.kura.https.server.manager.test.HttpServiceTest shouldSupportAllAuthMethods(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 11.649 s shouldOpenHttpPorts(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 19.119 s shouldSupportHttpsClientAuth(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 20.189 s shouldSupportRevocationCheckWithNoSources(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 17.175 s shouldSupportRevocation(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 31.19 s shouldSupportHttps(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 14.112 s shouldRejectClientConnectionWithNoCert(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 5.1 s shouldNotSupportHttpsWithoutKeystore(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 16.075 s shouldOpenMultipleHttpPorts(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 5.036 s shouldNotOpenAnyPortWithDefaultConfig(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 17.046 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:19:19,731 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:19,731 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:19,731 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:19,732 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:19,732 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:19,732 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:19,732 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:19:19,734 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:19:19,735 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:19:19,735 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:19:19,736 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:19,737 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:19:19,737 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:19:19,737 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:19:19,737 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:19,737 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:19:19,738 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:19:19,738 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:19,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:19:19,738 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:19:19,739 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:19:19,740 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:19,740 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:19:19,740 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:19:19,740 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:19:19,741 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:19:19,742 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:19:19,742 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:19:19,743 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:19:19,744 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:19,744 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:19:19,744 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:19:19,745 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:19:19,746 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:19,746 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:19:19,746 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:19,746 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:19:19,746 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:19:19,746 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:19:19,746 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:19:19,747 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:19:19,747 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:19,749 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:19:19,750 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:19:19,751 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:19:19,753 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:19:19,754 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:19:19,754 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:19,940 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:19:20,754 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:19:20,757 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:19:20,759 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:19:20,760 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:19:20,760 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:19:20,760 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:19:20,762 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-24838922{/,null,STOPPED} 2023-05-04T08:19:20,763 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:19:20,765 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:19:20,766 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:19:20,773 [Framework stop - Equinox Container: 5b8f9422-8e29-4cca-90eb-6fb2c24929fb] 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.955 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-04T08:19:27,258 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:19:27,577 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... 2023-05-04T08:19:27,635 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:19:27,637 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:19:27,642 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,647 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,651 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,656 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,660 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,665 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,670 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,674 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,679 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,684 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,689 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,694 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,696 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:19:27,697 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:19:27,701 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:27,703 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:27,705 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,706 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,708 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,709 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,711 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,712 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,714 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,715 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,717 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,718 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,720 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,721 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,723 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,724 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,726 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,727 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,729 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,761 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:19:27,760 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:27,801 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-04T08:19:27,803 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-04T08:19:27,805 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-04T08:19:27,807 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-04T08:19:27,809 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-04T08:19:27,811 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-04T08:19:27,812 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-04T08:19:27,814 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-04T08:19:27,815 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-04T08:19:27,817 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-04T08:19:27,819 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-04T08:19:27,821 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-04T08:19:27,823 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-04T08:19:27,824 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-04T08:19:27,826 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-04T08:19:27,828 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-04T08:19:27,829 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-04T08:19:27,831 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:19:27,833 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:19:27,837 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,841 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,845 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,850 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,855 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,859 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,864 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,868 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,872 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,877 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,881 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,885 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,887 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:19:27,889 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:19:27,890 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:27,892 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:27,894 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,895 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,896 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,898 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,900 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,901 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,903 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,905 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,906 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,908 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,909 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,911 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,912 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,914 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,915 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,917 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,919 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:27,920 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:19:27,920 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:27,923 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-04T08:19:27,925 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-04T08:19:27,926 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-04T08:19:27,928 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-04T08:19:27,930 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-04T08:19:27,931 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-04T08:19:27,933 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-04T08:19:27,934 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-04T08:19:27,936 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-04T08:19:27,938 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-04T08:19:27,940 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-04T08:19:27,941 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-04T08:19:27,943 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-04T08:19:27,944 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-04T08:19:27,946 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-04T08:19:27,947 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-04T08:19:27,949 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-04T08:19:27,951 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:19:27,952 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:19:27,956 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,961 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,966 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,970 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,974 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,979 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,983 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,987 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,992 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:27,996 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,000 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,005 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,006 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:19:28,008 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:19:28,009 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,011 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,013 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,015 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,016 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,018 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,019 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,021 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,023 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,024 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,026 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,027 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,029 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,031 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,032 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,034 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,036 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,037 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,039 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,039 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:19:28,039 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,044 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-04T08:19:28,045 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-04T08:19:28,047 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-04T08:19:28,049 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-04T08:19:28,051 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-04T08:19:28,053 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-04T08:19:28,054 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-04T08:19:28,056 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-04T08:19:28,058 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-04T08:19:28,059 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-04T08:19:28,061 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-04T08:19:28,062 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-04T08:19:28,064 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-04T08:19:28,065 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-04T08:19:28,067 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-04T08:19:28,069 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-04T08:19:28,070 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-04T08:19:28,072 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:19:28,073 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:19:28,078 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,082 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,086 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,091 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,095 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,099 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,104 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,108 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,113 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,117 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,121 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,125 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,127 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:19:28,128 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:19:28,130 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,132 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,133 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,135 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,136 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,138 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,139 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,141 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,143 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,144 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,146 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,148 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,150 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,151 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,153 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,155 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,156 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,158 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,160 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,160 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:19:28,160 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,161 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... Done. 2023-05-04T08:19:28,186 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.i.f.FloodingProtectionConfigurator - Activating FloodingConfigurator... 2023-05-04T08:19:28,186 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... 2023-05-04T08:19:28,188 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-04T08:19:28,190 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-04T08:19:28,192 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-04T08:19:28,194 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2023-05-04T08:19:28,196 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2023-05-04T08:19:28,197 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-04T08:19:28,199 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-04T08:19:28,200 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-04T08:19:28,202 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2023-05-04T08:19:28,203 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-04T08:19:28,205 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2023-05-04T08:19:28,207 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2023-05-04T08:19:28,209 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-04T08:19:28,210 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-04T08:19:28,212 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-04T08:19:28,213 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-04T08:19:28,215 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-04T08:19:28,216 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:19:28,218 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:19:28,222 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,227 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,231 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,235 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,240 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,244 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,249 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,254 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,259 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,264 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,268 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,272 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:28,273 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:19:28,275 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:19:28,276 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,278 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,279 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,281 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,282 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,284 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,285 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,287 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,288 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,290 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,291 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,293 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,295 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,296 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,298 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,299 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,301 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,302 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,304 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:28,304 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:19:28,304 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,305 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... Done. 2023-05-04T08:19:28,305 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.i.f.FloodingProtectionConfigurator - Activating FloodingConfigurator... Done. 2023-05-04T08:19:28,361 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:19:28,371 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-627107 2023-05-04T08:19:28,432 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,432 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:19:28,432 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:19:28,432 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:19:28,432 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:19:28,433 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,433 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:19:28,433 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:19:28,433 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,433 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,433 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:19:28,435 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:19:28,463 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:19:28,523 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:19:28,525 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:19:28,739 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.c.c.ConfigurationServiceImpl - PID (kura.service.pid) is null 2023-05-04T08:19:28,739 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator.... 2023-05-04T08:19:28,740 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator....Done 2023-05-04T08:19:28,740 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:19:28,743 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:19:28,745 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:19:28,880 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.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-04T08:19:28,890 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.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-04T08:19:28,890 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:19:28,945 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,946 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,947 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating FloodingConfigurator... 2023-05-04T08:19:28,947 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... 2023-05-04T08:19:28,947 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:28,949 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2023-05-04T08:19:28,951 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:19:28,951 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2023-05-04T08:19:28,951 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:19:28,952 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,953 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,953 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,953 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:19:28,953 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2023-05-04T08:19:28,955 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:19:28,955 [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-04T08:19:28,955 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:19:28,956 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:19:28,957 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,957 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,957 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:28,957 [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-04T08:19:28,959 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:19:28,959 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:19:28,959 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:28,959 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:19:28,959 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:19:28,960 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:19:28,960 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2023-05-04T08:19:28,961 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:19:28,961 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:19:28,961 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:19:28,962 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,962 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2023-05-04T08:19:28,962 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:28,962 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:28,963 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:19:28,964 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:19:28,964 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:28,964 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2023-05-04T08:19:28,966 [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-04T08:19:28,969 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:19:28,968 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2023-05-04T08:19:28,969 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:19:28,969 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:19:28,971 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:19:28,971 [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-04T08:19:28,971 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:19:28,971 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:19:28,973 [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-04T08:19:28,975 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2023-05-04T08:19:28,977 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2023-05-04T08:19:28,979 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2023-05-04T08:19:29,014 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2023-05-04T08:19:29,016 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2023-05-04T08:19:29,018 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2023-05-04T08:19:29,020 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2023-05-04T08:19:29,027 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,032 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,037 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,042 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,047 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,052 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,058 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,063 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,068 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,117 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,123 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,128 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2023-05-04T08:19:29,130 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2023-05-04T08:19:29,132 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:19:29,132 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2023-05-04T08:19:29,134 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:29,134 [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-04T08:19:29,135 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:29,136 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:19:29,136 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:19:29,136 [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-04T08:19:29,136 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:19:29,137 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:19:29,137 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,137 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:19:29,138 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:19:29,138 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:29,139 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,141 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:29,141 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,143 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,145 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,145 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:19:29,145 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:19:29,146 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:19:29,147 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,150 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,153 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,156 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,159 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,161 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:19:29,161 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:19:29,161 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,162 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:19:29,163 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:19:29,163 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,165 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,166 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:19:29,166 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:19:29,167 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,169 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,170 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:19:29,171 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,173 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2023-05-04T08:19:29,215 [ConfigurationListener Event Queue] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2023-05-04T08:19:29,215 [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-04T08:19:29,215 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... Done. 2023-05-04T08:19:29,216 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating FloodingConfigurator... Done. 2023-05-04T08:19:29,217 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:19:29,217 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:19:29,218 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:19:29,221 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:19:29,222 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:19:29,226 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:19:29,226 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:29,227 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:29,243 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:19:29,243 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:19:29,244 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:19:29,244 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:19:29,244 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:19:29,244 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:19:29,247 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:19:29,247 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:19:29,250 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:19:29,254 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:19:29,255 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:19:29,256 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:29,256 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:19:29,256 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:19:29,256 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:19:29,256 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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-04T08:19:29,256 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:19:29,256 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:19:29,258 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:19:29,259 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:29,259 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:19:29,260 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:19:29,261 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:19:29,267 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:19:29,319 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.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_1683188369274.xml... 2023-05-04T08:19:29,324 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.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_1683188369274.xml... Done. 2023-05-04T08:19:29,325 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:19:29,325 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:19:29,325 [Start Level: Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:19:29,340 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:19:29,341 [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-04T08:19:29,346 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:19:29,367 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:19:29,367 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:29,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:29,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:19:29,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:19:29,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:19:29,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:19:29,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:19:29,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:19:29,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:19:29,469 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator 2023-05-04T08:19:29,469 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.i.f.FloodingProtectionConfigurator - Deactivating FloodingConfigurator... 2023-05-04T08:19:29,470 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.i.f.FloodingProtectionConfigurator - Deactivating FloodingConfigurator... Done. 2023-05-04T08:19:29,471 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.c.c.ConfigurationServiceImpl - pid is null 2023-05-04T08:19:29,471 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... 2023-05-04T08:19:29,472 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... Done. 2023-05-04T08:19:29,474 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:29,479 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:19:29,480 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:19:29,480 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:19:29,480 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:29,481 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:19:29,482 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:19:29,482 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:29,482 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:19:29,485 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:19:29,516 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:19:29,520 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:19:29,521 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:29,542 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:19:29,571 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:19:29,571 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:29,571 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:19:29,571 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:19:30,521 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:19:30,525 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:19:30,528 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:19:30,532 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:19:30,534 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:19:30,544 [Framework stop - Equinox Container: 68e19399-b2d6-415a-b45f-cce942c07c86] 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 108 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-04T08:19:35,504 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:19:35,895 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:19:35,927 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-910921 2023-05-04T08:19:35,993 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:35,993 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:19:35,993 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:19:35,993 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:19:35,994 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:19:35,994 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:35,994 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:19:35,994 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:19:35,994 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:35,994 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:35,995 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:19:35,997 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:19:36,023 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:19:36,074 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:19:36,076 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:19:36,199 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:19:36,200 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:19:36,226 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:19:36,314 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.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-04T08:19:36,327 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.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-04T08:19:36,327 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:19:36,352 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,353 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,353 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:36,355 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:19:36,355 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:19:36,356 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,356 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,356 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,356 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:19:36,358 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:19:36,358 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:19:36,358 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:19:36,359 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,359 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,359 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:36,360 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:19:36,360 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:19:36,362 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:36,362 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:19:36,363 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:19:36,363 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:19:36,364 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:19:36,364 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:19:36,364 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:19:36,364 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,365 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,365 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:36,365 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:19:36,365 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:19:36,366 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:36,368 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:19:36,368 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:19:36,369 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:19:36,369 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:19:36,370 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:19:36,370 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:19:36,395 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:19:36,395 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:19:36,404 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:19:36,430 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2023-05-04T08:19:36,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:19:36,432 [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-04T08:19:36,432 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:19:36,433 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:19:36,433 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:19:36,462 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:19:36,463 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:36,464 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:36,464 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:19:36,464 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:36,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:36,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:19:36,466 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:19:36,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:19:36,468 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:19:36,468 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:19:36,468 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:19:36,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:19:36,469 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:19:36,469 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:19:36,471 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:19:36,471 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:19:36,471 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:19:36,471 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:36,472 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:36,478 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:19:36,478 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:19:36,479 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:19:36,515 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:19:36,515 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:19:36,516 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:19:36,517 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:19:36,520 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:19:36,520 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:19:36,521 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:19:36,526 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-04T08:19:36,526 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:36,527 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:36,531 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:19:36,531 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:19:36,532 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:19:36,534 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:19:36,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:19:36,535 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:19:36,538 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:19:36,539 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:36,540 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:36,556 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:19:36,556 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:19:36,557 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:19:36,557 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:19:36,557 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:19:36,557 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:19:36,559 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:19:36,559 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:19:36,560 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:19:36,563 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:19:36,565 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:19:36,566 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:36,566 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:19:36,566 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:36,566 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:19:36,566 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:19:36,567 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:19:36,568 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:36,568 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:19:36,569 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:19:36,570 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:19:36,642 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.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_1683188376631.xml... 2023-05-04T08:19:36,648 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.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_1683188376631.xml... Done. 2023-05-04T08:19:36,648 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:19:36,648 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:19:36,648 [Start Level: Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:19:36,673 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:19:36,674 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:19:36,720 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:19:36,735 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:19:36,738 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:19:36,738 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:36,738 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:19:36,739 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:19:36,775 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:19:36,776 [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-04T08:19:36,840 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @4258ms to org.eclipse.jetty.util.log.Slf4jLog 2023-05-04T08:19:36,921 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2023-05-04T08:19:37,013 [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-04T08:19:37,031 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:19:37,031 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:19:37,033 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:19:37,108 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-4848fdb8{/,null,AVAILABLE} 2023-05-04T08:19:37,120 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@b2ec4526{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:19:37,120 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4539ms 2023-05-04T08:19:37,120 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-04T08:19:37,120 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:19:37,120 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:19:37,121 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:19:37,121 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:19:37,147 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:19:37,156 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:19:37,169 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:19:37,169 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:19:37,179 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:19:37,180 [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-04T08:19:37,182 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:19:37,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:19:37,183 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:37,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:19:37,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:19:37,206 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2023-05-04T08:19:37,206 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2023-05-04T08:19:37,208 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:19:37,208 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:19:37,208 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:37,208 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:19:37,208 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:19:37,215 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:19:37,215 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:19:37,215 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:19:37,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:19:37,215 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:19:37,217 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:19:37,217 [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-04T08:19:37,230 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:19:37,231 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:19:37,233 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:19:37,233 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:19:37,424 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:19:37,426 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:19:37,427 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:19:37,428 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:19:37,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:19:37,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:19:37,475 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:19:37,475 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:19:37,478 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:19:37,478 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:19:37,478 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:19:37,478 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:19:37,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:19:37,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:19:37,514 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:19:37,515 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:19:37,515 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:19:37,516 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:19:37,516 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:19:37,866 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:19:37,921 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:37,949 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:19:38,918 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:19:38,919 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:19:38,922 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:38,927 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:19:39,923 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:40,923 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:41,924 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:42,174 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188376631... 2023-05-04T08:19:42,191 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:42,193 [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-04T08:19:42,195 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:19:42,213 [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_1683188382193.xml... 2023-05-04T08:19:42,227 [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_1683188382193.xml... Done. 2023-05-04T08:19:42,228 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:42,228 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:42,228 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:42,924 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:43,925 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:44,925 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:45,926 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:19:52,083 [qtp-1374365879-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-04T08:19:52,088 [qtp-1374365879-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-04T08:19:52,123 [qtp-1374365879-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-04T08:19:52,126 [qtp-1374365879-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-04T08:19:52,140 [qtp-1374365879-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-04T08:19:52,140 [qtp-1374365879-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-04T08:19:52,145 [qtp-1374365879-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-04T08:19:52,148 [qtp-1374365879-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-04T08:19:52,157 [qtp-1374365879-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-04T08:19:52,158 [qtp-1374365879-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-04T08:19:52,161 [qtp-1374365879-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-04T08:19:52,161 [qtp-1374365879-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-04T08:19:52,175 [qtp-1374365879-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-04T08:19:52,176 [qtp-1374365879-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-04T08:19:52,190 [qtp-1374365879-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-04T08:19:52,190 [qtp-1374365879-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-04T08:19:52,202 [qtp-1374365879-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-04T08:19:52,204 [qtp-1374365879-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-04T08:19:52,210 [qtp-1374365879-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-04T08:19:52,210 [qtp-1374365879-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-04T08:19:52,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188382193... 2023-05-04T08:19:52,241 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:52,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:19:52,244 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:19:52,245 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:19:52,245 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:52,245 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:19:52,246 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:19: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.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683188392243.xml... 2023-05-04T08:19:52,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.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683188392243.xml... Done. 2023-05-04T08:19:52,270 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:52,270 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:52,270 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:52,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188392243... 2023-05-04T08:19:52,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:19:52,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2023-05-04T08:19:52,317 [main] INFO o.e.k.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_1683188392289.xml... 2023-05-04T08:19:52,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/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683188392289.xml... Done. 2023-05-04T08:19:52,322 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:19:52,323 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:19:52,323 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:19:52,330 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-04T08:19:52,330 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2023-05-04T08:19:52,363 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@dbfeab2 2023-05-04T08:19:52,364 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-04T08:19:52,723 [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-04T08:19:52,725 [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-04T08:19:52,755 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-04T08:19:52,755 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-04T08:19:52,769 [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-04T08:19:52,784 [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-04T08:19:52,799 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-04T08:19:52,800 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-04T08:19:52,857 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-04T08:19:52,862 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-04T08:19:52,914 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-04T08:19:52,915 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-04T08:19:53,048 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2023-05-04T08:19:53,049 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-04T08:19:53,049 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=71ea3416-ea54-11ed-9f47-0a580a281b97] 2023-05-04T08:19:53,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188392289... 2023-05-04T08:19:53,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:53,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-04T08:19:53,062 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-04T08:19:53,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/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1683188393060.xml... 2023-05-04T08:19:53,083 [main] INFO o.e.k.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_1683188393060.xml... Done. 2023-05-04T08:19:53,083 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:53,084 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:53,084 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:53,084 [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-04T08:19:53,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2023-05-04T08:19:53,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:53,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2023-05-04T08:19:53,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2023-05-04T08:19:53,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2023-05-04T08:19:53,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:19:53,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188393060... 2023-05-04T08:19:53,092 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2023-05-04T08:19:53,109 [main] INFO o.e.k.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_1683188393101.xml... 2023-05-04T08:19:53,111 [main] INFO o.e.k.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_1683188393101.xml... Done. 2023-05-04T08:19:53,112 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:19:53,112 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2023-05-04T08:19:53,114 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:19:53,115 [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-04T08:19:53,132 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:19:53,132 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:19:53,132 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:19:53,132 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2023-05-04T08:19:53,132 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:19:53,133 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:19:53,134 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:19:53,519 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:19:53,519 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:19:53,519 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:19:53,519 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:19:53,520 [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-04T08:19:53,520 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:19:53,580 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:19:53,589 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:19:53,595 [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-04T08:19:53,599 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2023-05-04T08:19:53,647 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:19:53,648 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:19:53,648 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:19:53,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:19:53,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:19:53,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2023-05-04T08:19:53,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:19:53,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:19:53,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:19:53,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:19:53,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:19:53,650 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:19:53,650 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2023-05-04T08:19:53,650 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:19:53,650 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:19:53,650 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:19:53,650 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:19:53,955 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:19:53,955 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:19:53,955 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:19:53,955 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T08:19:53,971 [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-04T08:19:53,978 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2023-05-04T08:19:54,015 [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-04T08:19:54,016 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1345267870, priority: 1 2023-05-04T08:19:54,023 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1345267870, priority: 1 2023-05-04T08:19:54,029 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1345267870 with QoS: 0 2023-05-04T08:19:54,033 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1345267870 2023-05-04T08:19:54,047 [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-04T08:19:54,050 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/boo 2023-05-04T08:19:54,051 [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-04T08:19:54,052 [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-04T08:19:54,053 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/2084968400, priority: 1 2023-05-04T08:19:54,062 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/2084968400, priority: 1 2023-05-04T08:19:54,065 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/2084968400 with QoS: 0 2023-05-04T08:19:54,067 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/2084968400 2023-05-04T08:19:54,078 [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-04T08:19:54,081 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2023-05-04T08:19:54,083 [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-04T08:19:54,083 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1021261557, priority: 1 2023-05-04T08:19:54,116 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1021261557, priority: 1 2023-05-04T08:19:54,119 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1021261557 with QoS: 0 2023-05-04T08:19:54,122 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1021261557 2023-05-04T08:19:54,126 [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-04T08:19:54,130 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2023-05-04T08:19:54,131 [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-04T08:19:54,132 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/921452744, priority: 1 2023-05-04T08:19:54,136 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/921452744, priority: 1 2023-05-04T08:19:54,138 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/921452744 with QoS: 0 2023-05-04T08:19:54,142 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/921452744 2023-05-04T08:19:54,144 [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-04T08:19:54,148 [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-04T08:19:54,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=EXEC/pid/moo/_reset} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:19:54,149 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/458021914, priority: 1 2023-05-04T08:19:54,157 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/458021914, priority: 1 2023-05-04T08:19:54,160 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/458021914 with QoS: 0 2023-05-04T08:19:54,163 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/458021914 2023-05-04T08:19:54,165 [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-04T08:19:54,168 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2023-05-04T08:19:54,169 [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-04T08:19:54,170 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-536291258, priority: 1 2023-05-04T08:19:54,176 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-536291258, priority: 1 2023-05-04T08:19:54,179 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-536291258 with QoS: 0 2023-05-04T08:19:54,215 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-536291258 2023-05-04T08:19:54,234 [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-04T08:19:54,237 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2023-05-04T08:19:54,238 [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-04T08:19:54,238 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1374525291, priority: 1 2023-05-04T08:19:54,243 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1374525291, priority: 1 2023-05-04T08:19:54,247 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1374525291 with QoS: 0 2023-05-04T08:19:54,251 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1374525291 2023-05-04T08:19:54,263 [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-04T08:19:54,265 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2023-05-04T08:19:54,266 [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-04T08:19:54,267 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1499489177, priority: 1 2023-05-04T08:19:54,271 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1499489177, priority: 1 2023-05-04T08:19:54,274 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1499489177 with QoS: 0 2023-05-04T08:19:54,279 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1499489177 2023-05-04T08:19:54,318 [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-04T08:19:54,321 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2023-05-04T08:19:54,323 [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-04T08:19:54,323 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1258152107, priority: 1 2023-05-04T08:19:54,328 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1258152107, priority: 1 2023-05-04T08:19:54,331 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1258152107 with QoS: 0 2023-05-04T08:19:54,334 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1258152107 2023-05-04T08:19:54,338 [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-04T08:19:54,341 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2023-05-04T08:19:54,342 [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-04T08:19:54,343 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-45641214, priority: 1 2023-05-04T08:19:54,349 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-45641214, priority: 1 2023-05-04T08:19:54,351 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-45641214 with QoS: 0 2023-05-04T08:19:54,354 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-45641214 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.53 s - in org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest shouldProvideTamperDetectionServiceInfo[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.18 s shouldReportNotFound[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.02 s shouldSupportTrackingByServicePid[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.009 s shouldSupportTamperStatusReset[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.021 s shouldProvideMultipleTamperDetectionServiceInfo[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.016 s shouldReportTamperStatusInfo[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.013 s shouldReportTamperStatusInfoTimestamp[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.015 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.075 s shouldReportNotFound[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.032 s shouldSupportTrackingByServicePid[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.056 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.037 s shouldReportTamperStatusInfo[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.027 s shouldReportTamperStatusInfoTimestamp[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.055 s shouldSupportListingTamperDetectionServices[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.018 s Results: Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:19:54,446 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@dbfeab2 2023-05-04T08:19:54,447 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-04T08:19:54,451 [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-04T08:19:54,467 [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-04T08:19:54,468 [MQTT Rec: test] INFO o.e.k.c.d.DataServiceImpl - connectionLost 2023-05-04T08:19:54,468 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:19:54,474 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [71ea3416-ea54-11ed-9f47-0a580a281b97] stopped, uptime 1.711 seconds 2023-05-04T08:19:54,478 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:19:54,479 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-04T08:19:54,483 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:54,484 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:54,484 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:54,485 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:54,485 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:54,486 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:19:54,486 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:19:54,487 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:19:54,491 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:19:54,491 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:19:54,492 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:19:54,516 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:54,519 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:19:54,520 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:19:54,520 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:19:54,520 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:54,520 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:19:54,520 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:19:54,520 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:19:54,521 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:19:54,521 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:19:54,522 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:19:54,523 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:19:54,523 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:54,523 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:19:54,524 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:19:54,525 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:19:54,525 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:19:54,529 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:19:54,530 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:19:54,531 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:19:54,532 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:19:54,532 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:19:54,532 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:19:54,533 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:19:54,534 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:19:54,534 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:19:54,534 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:19:54,534 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:19:54,534 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:19:54,534 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:19:54,535 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:19:54,535 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:19:54,535 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:19:54,535 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2023-05-04T08:19:54,538 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:19:54,538 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:19:54,540 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:19:54,542 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:19:54,542 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:19:54,542 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:19:54,723 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:19:55,543 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:19:55,547 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:19:55,550 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:19:55,552 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:19:55,552 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:19:55,557 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@b2ec4526{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:19:55,557 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:19:55,563 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-4848fdb8{/,null,STOPPED} 2023-05-04T08:19:55,566 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:19:55,570 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:19:55,572 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:19:55,581 [Framework stop - Equinox Container: be4da4b6-f725-473d-baaf-2d80fe38002f] 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-04T08:19:59,601 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:19:59,919 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:19:59,929 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-618340 2023-05-04T08:19:59,986 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:19:59,986 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:19:59,986 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:19:59,986 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:19:59,987 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:19:59,987 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:19:59,987 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:19:59,987 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:19:59,987 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:19:59,987 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:19:59,987 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:19:59,989 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:20:00,027 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:20:00,074 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:20:00,076 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:20:00,197 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:20:00,197 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:20:00,233 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:20:00,318 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.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-04T08:20:00,336 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.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-04T08:20:00,336 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:20:00,369 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,370 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,370 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:20:00,373 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:20:00,373 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:20:00,374 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,374 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,374 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,374 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:20:00,375 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:20:00,376 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:20:00,376 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:20:00,376 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,377 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,377 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:20:00,378 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:20:00,378 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:20:00,378 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:20:00,378 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:20:00,378 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:20:00,378 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:20:00,379 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:20:00,379 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:20:00,379 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:20:00,380 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,380 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,380 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:20:00,380 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:20:00,381 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:20:00,381 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:20:00,384 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:20:00,385 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:20:00,385 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:20:00,385 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:20:00,385 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:20:00,385 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:20:00,409 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:20:00,409 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:20:00,426 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:20:00,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:20:00,440 [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-04T08:20:00,441 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:20:00,472 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:20:00,474 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:20:00,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:20:00,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:20:00,475 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:20:00,476 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:20:00,477 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:20:00,477 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:20:00,477 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:20:00,478 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:20:00,478 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:20:00,478 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:20:00,480 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:20:00,480 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:20:00,480 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:20:00,481 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:20:00,481 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:20:00,482 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:20:00,482 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:20:00,483 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:20:00,486 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:20:00,487 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:20:00,515 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:20:00,525 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:20:00,526 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:20:00,526 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:20:00,527 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:20:00,530 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:20:00,531 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:20:00,531 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:20:00,536 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:20:00,537 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:20:00,537 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:20:00,540 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:20:00,541 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:20:00,544 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:20:00,545 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:20:00,545 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:00,546 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:00,562 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:20:00,563 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:20:00,563 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:20:00,563 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:20:00,563 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:20:00,563 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:20:00,565 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:20:00,565 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:20:00,566 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:20:00,569 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:20:00,571 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:20:00,571 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:20:00,571 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:20:00,572 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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-04T08:20:00,572 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:20:00,572 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:20:00,573 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:20:00,573 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:20:00,573 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:20:00,574 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:20:00,575 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:20:00,637 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.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_1683188400625.xml... 2023-05-04T08:20:00,641 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.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_1683188400625.xml... Done. 2023-05-04T08:20:00,641 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:20:00,641 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:20:00,641 [Start Level: Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:20:00,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:20:00,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:20:00,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:20:00,717 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:20:00,722 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:20:00,722 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:20:00,722 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:20:00,722 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:20:00,754 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Running org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest 2023-05-04T08:20:00,764 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:20:00,772 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:20:00,772 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:20:00,783 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:20:00,784 [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-04T08:20:00,786 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:20:00,787 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:20:00,787 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:20:00,787 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:20:00,788 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:20:00,814 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:20:00,816 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:20:00,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:20:00,817 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:20:00,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:20:00,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:20:00,823 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:20:00,823 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:20:00,823 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:20:00,823 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:20:00,823 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:20:00,824 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:20:00,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-04T08:20:00,834 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:20:00,836 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:20:00,837 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:20:00,837 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:20:00,992 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:20:00,994 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:20:00,995 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:20:00,995 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:20:00,996 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:20:00,996 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:20:01,024 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:20:01,024 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:20:01,026 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:20:01,027 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:20:01,027 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:20:01,027 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:20:01,027 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:20:01,028 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:20:01,033 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:20:01,034 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:20:01,034 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:20:01,034 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:20:01,035 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:20:01,316 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:20:01,352 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:20:02,333 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:20:02,334 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:20:02,343 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:20:05,779 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188400625... 2023-05-04T08:20:05,797 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:05,798 [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-04T08:20:05,799 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:05,819 [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_1683188405799.xml... 2023-05-04T08:20:05,831 [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_1683188405799.xml... Done. 2023-05-04T08:20:05,831 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:05,832 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:05,832 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:10,805 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188405799... 2023-05-04T08:20:10,825 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:10,827 [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-04T08:20:10,828 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:10,845 [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_1683188410827.xml... 2023-05-04T08:20:10,853 [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_1683188410827.xml... Done. 2023-05-04T08:20:10,853 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:10,853 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:10,853 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:15,832 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188410827... 2023-05-04T08:20:15,851 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:15,853 [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-04T08:20:15,855 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:15,856 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:15,870 [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_1683188415853.xml... 2023-05-04T08:20:15,880 [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_1683188415853.xml... Done. 2023-05-04T08:20:15,881 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:15,881 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:15,881 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:20,858 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188415853... 2023-05-04T08:20:20,872 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:20,874 [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-04T08:20:20,875 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:20,876 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:20,895 [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_1683188420874.xml... 2023-05-04T08:20:20,905 [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_1683188420874.xml... Done. 2023-05-04T08:20:20,905 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:20,905 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:20,905 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:25,880 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188420874... 2023-05-04T08:20:25,887 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:25,889 [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-04T08:20:25,890 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:25,899 [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_1683188425889.xml... 2023-05-04T08:20:25,908 [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_1683188425889.xml... Done. 2023-05-04T08:20:25,909 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:25,909 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:25,909 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:30,894 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188425889... 2023-05-04T08:20:30,903 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:30,905 [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-04T08:20:30,906 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:30,907 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:30,914 [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_1683188430905.xml... 2023-05-04T08:20:30,925 [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_1683188430905.xml... Done. 2023-05-04T08:20:30,926 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:30,926 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:30,926 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:35,911 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188430905... 2023-05-04T08:20:35,921 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:35,923 [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-04T08:20:35,925 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:35,927 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:35,932 [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_1683188435924.xml... 2023-05-04T08:20:35,940 [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_1683188435924.xml... Done. 2023-05-04T08:20:35,941 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:35,941 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:35,941 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:40,929 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188435924... 2023-05-04T08:20:40,935 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:40,936 [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-04T08:20:40,937 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:40,943 [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_1683188440936.xml... 2023-05-04T08:20:40,949 [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_1683188440936.xml... Done. 2023-05-04T08:20:40,950 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:40,950 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:40,950 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:45,941 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188440936... 2023-05-04T08:20:45,952 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:45,953 [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-04T08:20:45,955 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:45,956 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:45,959 [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_1683188445954.xml... 2023-05-04T08:20:45,965 [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_1683188445954.xml... Done. 2023-05-04T08:20:45,966 [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_1683188400625.xml 2023-05-04T08:20:45,966 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:45,966 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:45,966 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:50,959 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188445954... 2023-05-04T08:20:50,966 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:50,968 [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-04T08:20:50,969 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:50,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:50,972 [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_1683188450968.xml... 2023-05-04T08:20:50,979 [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_1683188450968.xml... Done. 2023-05-04T08:20:50,979 [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_1683188405799.xml 2023-05-04T08:20:50,980 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:50,980 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:50,980 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:55,972 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188450968... 2023-05-04T08:20:55,977 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:55,978 [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-04T08:20:55,979 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:20:55,980 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:55,982 [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_1683188455978.xml... 2023-05-04T08:20:55,988 [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_1683188455978.xml... Done. 2023-05-04T08:20:55,989 [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_1683188410827.xml 2023-05-04T08:20:55,989 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:55,990 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:20:55,990 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:00,983 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188455978... 2023-05-04T08:21:00,988 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:00,990 [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-04T08:21:00,991 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:00,992 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:00,994 [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_1683188460990.xml... 2023-05-04T08:21:01,000 [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_1683188460990.xml... Done. 2023-05-04T08:21:01,001 [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_1683188415853.xml 2023-05-04T08:21:01,001 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:01,001 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:01,001 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:05,994 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188460990... 2023-05-04T08:21:05,999 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:06,001 [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-04T08:21:06,002 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:06,003 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:06,005 [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_1683188466001.xml... 2023-05-04T08:21:06,011 [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_1683188466001.xml... Done. 2023-05-04T08:21:06,012 [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_1683188420874.xml 2023-05-04T08:21:06,012 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:06,012 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:06,012 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:11,006 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188466001... 2023-05-04T08:21:11,015 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:11,016 [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-04T08:21:11,017 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:11,020 [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_1683188471016.xml... 2023-05-04T08:21:11,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_1683188471016.xml... Done. 2023-05-04T08:21:11,027 [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_1683188425889.xml 2023-05-04T08:21:11,027 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:11,027 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:11,027 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:16,020 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188471016... 2023-05-04T08:21:16,025 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:16,027 [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-04T08:21:16,028 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:16,029 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:16,031 [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_1683188476027.xml... 2023-05-04T08:21:16,037 [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_1683188476027.xml... Done. 2023-05-04T08:21:16,038 [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_1683188430905.xml 2023-05-04T08:21:16,038 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:16,038 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:16,038 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:21,031 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188476027... 2023-05-04T08:21:21,035 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:21,036 [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-04T08:21:21,038 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:21,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:21,041 [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_1683188481037.xml... 2023-05-04T08:21:21,046 [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_1683188481037.xml... Done. 2023-05-04T08:21:21,046 [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_1683188435924.xml 2023-05-04T08:21:21,047 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:21,047 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:21,047 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:26,042 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188481037... 2023-05-04T08:21:26,046 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:26,047 [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-04T08:21:26,048 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:26,051 [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_1683188486047.xml... 2023-05-04T08:21:26,056 [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_1683188486047.xml... Done. 2023-05-04T08:21:26,057 [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_1683188440936.xml 2023-05-04T08:21:26,057 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:26,057 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:26,057 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:31,050 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188486047... 2023-05-04T08:21:31,054 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:31,055 [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-04T08:21:31,056 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:31,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:31,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_1683188491055.xml... 2023-05-04T08:21:31,069 [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_1683188491055.xml... Done. 2023-05-04T08:21:31,069 [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_1683188445954.xml 2023-05-04T08:21:31,069 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:31,070 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:31,070 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:36,059 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188491055... 2023-05-04T08:21:36,068 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:36,069 [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-04T08:21:36,070 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:36,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:36,072 [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_1683188496069.xml... 2023-05-04T08:21:36,080 [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_1683188496069.xml... Done. 2023-05-04T08:21:36,080 [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_1683188450968.xml 2023-05-04T08:21:36,081 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:36,081 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:36,081 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:41,073 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188496069... 2023-05-04T08:21:41,077 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:41,079 [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-04T08:21:41,079 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:41,080 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:41,083 [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_1683188501079.xml... 2023-05-04T08:21:41,090 [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_1683188501079.xml... Done. 2023-05-04T08:21:41,090 [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_1683188455978.xml 2023-05-04T08:21:41,090 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:41,090 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:41,090 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:46,082 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188501079... 2023-05-04T08:21:46,086 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:46,088 [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-04T08:21:46,089 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:46,089 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:46,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_1683188506088.xml... 2023-05-04T08:21:46,100 [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_1683188506088.xml... Done. 2023-05-04T08:21:46,100 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683188460990.xml 2023-05-04T08:21:46,100 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:46,101 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:46,101 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:51,092 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188506088... 2023-05-04T08:21:51,096 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:51,098 [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-04T08:21:51,099 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:51,103 [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_1683188511098.xml... 2023-05-04T08:21:51,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_1683188511098.xml... Done. 2023-05-04T08:21:51,110 [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_1683188466001.xml 2023-05-04T08:21:51,110 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:51,110 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:51,110 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:56,101 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188511098... 2023-05-04T08:21:56,104 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:56,105 [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-04T08:21:56,106 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:21:56,106 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:56,108 [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_1683188516105.xml... 2023-05-04T08:21:56,116 [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_1683188516105.xml... Done. 2023-05-04T08:21:56,116 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1683188471016.xml 2023-05-04T08:21:56,116 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:56,116 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:21:56,116 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:01,108 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188516105... 2023-05-04T08:22:01,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-04T08:22:01,115 [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-04T08:22:01,116 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:22:01,118 [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_1683188521115.xml... 2023-05-04T08:22:01,127 [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_1683188521115.xml... Done. 2023-05-04T08:22:01,127 [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_1683188476027.xml 2023-05-04T08:22:01,127 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:01,127 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:01,128 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:06,119 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188521115... 2023-05-04T08:22:06,122 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:06,123 [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-04T08:22:06,123 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:22:06,124 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:06,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_1683188526123.xml... 2023-05-04T08:22:06,142 [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_1683188526123.xml... Done. 2023-05-04T08:22:06,142 [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_1683188481037.xml 2023-05-04T08:22:06,142 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:06,142 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:06,143 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:11,126 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188526123... 2023-05-04T08:22:11,129 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:11,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-04T08:22:11,131 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:22:11,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_1683188531130.xml... 2023-05-04T08:22:11,137 [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_1683188531130.xml... Done. 2023-05-04T08:22:11,137 [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_1683188486047.xml 2023-05-04T08:22:11,137 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:11,138 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:11,138 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:16,133 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188531130... 2023-05-04T08:22:16,136 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:16,137 [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-04T08:22:16,138 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:22:16,138 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:16,140 [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_1683188536137.xml... 2023-05-04T08:22:16,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_1683188536137.xml... Done. 2023-05-04T08:22:16,149 [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_1683188491055.xml 2023-05-04T08:22:16,149 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:16,149 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:16,149 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:21,140 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188536137... 2023-05-04T08:22:21,143 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:21,145 [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-04T08:22:21,146 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:22:21,147 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:21,149 [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_1683188541145.xml... 2023-05-04T08:22:21,170 [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_1683188541145.xml... Done. 2023-05-04T08:22:21,170 [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_1683188496069.xml 2023-05-04T08:22:21,170 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:21,170 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:21,170 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:26,151 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188541145... 2023-05-04T08:22:26,154 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:26,155 [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-04T08:22:26,156 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:22:26,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:26,161 [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_1683188546155.xml... 2023-05-04T08:22:26,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_1683188546155.xml... Done. 2023-05-04T08:22:26,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_1683188501079.xml 2023-05-04T08:22:26,169 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:26,169 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:26,170 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:31,158 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188546155... 2023-05-04T08:22:31,161 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:31,162 [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-04T08:22:31,163 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:22:31,163 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:31,165 [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_1683188551162.xml... 2023-05-04T08:22:31,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_1683188551162.xml... Done. 2023-05-04T08:22:31,170 [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_1683188506088.xml 2023-05-04T08:22:31,170 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:31,170 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:31,170 [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.408 s - in org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest shouldSerializeRoleCredentials(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.048 s shouldSupportRemovingBasicMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.037 s shouldSupportRemovingRequiredMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.032 s shouldHaveDefaultConfig(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 0.001 s shouldSerializeRoleProperties(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.022 s shouldCreateEmptyUser(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.021 s shouldSupportRemovingRoleProperties(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 20.04 s shouldSupportBasicMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 5.008 s shouldSupportRequiredMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 5.007 s shouldSupportRemovingRoleCredentials(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 20.032 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:22:31,227 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:22:31,228 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:22:31,228 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:22:31,228 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:22:31,228 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:22:31,229 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:22:31,229 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:22:31,231 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:22:31,231 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:22:31,232 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:22:31,234 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:22:31,237 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:22:31,238 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:22:31,238 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:22:31,238 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:22:31,238 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:22:31,238 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:22:31,239 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:22:31,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:22:31,239 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:22:31,241 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:22:31,241 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:22:31,241 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:22:31,242 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:22:31,242 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:22:31,242 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:22:31,244 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:22:31,244 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:22:31,245 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:22:31,245 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:22:31,245 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:22:31,246 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:22:31,246 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:22:31,247 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:22:31,247 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:22:31,247 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:22:31,247 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:22:31,247 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:22:31,247 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:22:31,247 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:22:31,248 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:22:31,250 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:22:31,251 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:22:31,253 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:22:31,256 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:22:31,257 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:22:31,258 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:22:31,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:22:32,258 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:22:32,261 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:22:32,262 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:22:32,264 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:22:32,265 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:22:32,271 [Framework stop - Equinox Container: c695e84b-0f01-419e-9cac-8ffcf716de8a] 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.73 s - in org.eclipse.kura.core.keystore.FilesystemKeystoreServiceOptionsTest [INFO] Running org.eclipse.kura.core.keystore.request.handler.test.KeystoreServiceRequestHandlerTest 08:22:36.392 [main] ERROR org.eclipse.kura.core.keystore.request.handler.KeystoreServiceRequestHandlerV1 - Resource not found 08:22:36.402 [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.414 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.013 s - in org.eclipse.kura.core.keystore.util.test.KeystoreRemoteServiceTest [INFO] Running org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImplTest 08:22:37.297 [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] 08:22:37.304 [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] 08:22:37.337 [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] 08:22:37.338 [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] 08:22:37.339 [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] 08:22:37.340 [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.798 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: 92.063 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.01 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.634 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-04T08:24:15,730 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:24:16,067 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:24:16,079 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-786733 2023-05-04T08:24:16,187 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,188 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:24:16,188 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:24:16,188 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:24:16,188 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:24:16,188 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,188 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:24:16,188 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:24:16,189 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,189 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,189 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:24:16,191 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:24:16,220 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:24:16,275 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:24:16,277 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:24:16,394 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:24:16,394 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:16,421 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:24:16,510 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.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-04T08:24:16,520 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.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-04T08:24:16,520 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:16,547 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,548 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,548 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:16,551 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:24:16,551 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:24:16,552 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,552 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,552 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,552 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:24:16,553 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:24:16,553 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:24:16,553 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:24:16,554 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,554 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,554 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:16,555 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:24:16,555 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:24:16,555 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:16,555 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:24:16,555 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:24:16,555 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:24:16,556 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:24:16,556 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:24:16,556 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:24:16,557 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,557 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,557 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:16,558 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:24:16,558 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:24:16,558 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:16,564 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:24:16,564 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:24:16,564 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:24:16,565 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:24:16,565 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:24:16,565 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:24:16,587 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:24:16,587 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:24:16,596 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:24:16,635 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:24:16,635 [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-04T08:24:16,637 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:24:16,671 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:24:16,673 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:16,674 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:16,674 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:24:16,674 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:24:16,675 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:24:16,675 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:24:16,676 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:24:16,676 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:24:16,714 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:24:16,715 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:16,717 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:16,717 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:24:16,717 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:24:16,718 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:24:16,719 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:24:16,719 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:24:16,719 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:24:16,719 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:16,720 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:16,724 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:24:16,724 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:24:16,725 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:24:16,736 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:24:16,736 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:24:16,736 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:24:16,737 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:24:16,740 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:24:16,741 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:24:16,741 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:24:16,746 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:24:16,746 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:24:16,747 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:24:16,750 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:24:16,750 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:24:16,751 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:24:16,754 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:24:16,755 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:16,756 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:16,776 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:24:16,776 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:24:16,776 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:24:16,776 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:24:16,776 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:24:16,776 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:24:16,779 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:24:16,779 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:24:16,780 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:24:16,818 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:24:16,820 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:24:16,821 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:16,821 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:24:16,821 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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-04T08:24:16,821 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:24:16,822 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:24:16,823 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:24:16,824 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:16,824 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:24:16,825 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:24:16,826 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:16,883 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.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_1683188656863.xml... 2023-05-04T08:24:16,887 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.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_1683188656863.xml... Done. 2023-05-04T08:24:16,887 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:24:16,887 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:24:16,888 [Start Level: Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:24:16,921 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:24:16,921 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:24:16,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:24:16,964 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:24:16,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:16,970 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:16,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:16,971 [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-04T08:24:17,055 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:24:17,060 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:17,060 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:17,061 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:17,061 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:17,062 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:24:17,064 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:17,067 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:24:17,068 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:24:17,068 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:24:17,068 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:17,069 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:24:17,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:24:17,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:24:17,078 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:17,078 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:24:17,078 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:24:17,079 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:24:17,080 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:17,114 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:24:17,114 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:17,115 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:24:17,115 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:24:17,115 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:24:17,117 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:24:17,117 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:24:17,117 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:24:17,118 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:24:17,118 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:24:17,119 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:24:17,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:17,119 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:17,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:17,119 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:17,122 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:24:17,122 [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-04T08:24:17,122 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:24:17,123 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:24:17,123 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:18,123 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:24:18,128 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:24:18,129 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:24:18,131 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:24:18,132 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:24:18,146 [Framework stop - Equinox Container: 2ec8398f-c4c2-4e23-8f09-100c26b90ce0] 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 08:24:21.344 [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.864 s - in org.eclipse.kura.log.filesystem.provider.KuraLogLineParserTest [INFO] Running org.eclipse.kura.log.filesystem.provider.FilesystemLogProviderTest 08:24:21.468 [Thread-5] ERROR org.eclipse.kura.log.filesystem.provider.FilesystemLogProvider - File '/tmp/kuratesterror8660850341296287009.log' not found. 08:24:23.315 [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.782 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-04T08:24:28,127 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:24:28,463 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:24:28,485 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-074214 2023-05-04T08:24:28,545 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,546 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:24:28,546 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:24:28,546 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:24:28,546 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:24:28,546 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,546 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:24:28,547 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:24:28,547 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,547 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,547 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:24:28,549 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:24:28,575 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:24:28,631 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:24:28,633 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:24:28,751 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:24:28,751 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:28,778 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:24:28,865 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.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-04T08:24:28,872 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.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-04T08:24:28,872 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:28,898 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,898 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,899 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:28,902 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:24:28,902 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:24:28,903 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,903 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,903 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,903 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:24:28,904 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:24:28,905 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:24:28,905 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:24:28,906 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,906 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,906 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:28,907 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:24:28,907 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:24:28,907 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:28,907 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:24:28,907 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:24:28,907 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:24:28,908 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:24:28,908 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:24:28,908 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:24:28,909 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,909 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:28,909 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:28,909 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:24:28,910 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:24:28,910 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:28,913 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:24:28,913 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:24:28,913 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:24:28,914 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:24:28,914 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:24:28,914 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:24:28,933 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:24:28,933 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:24:28,944 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:24:28,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:24:28,959 [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-04T08:24:28,960 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:24:29,015 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:24:29,017 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:29,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:29,018 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:24:29,019 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:24:29,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:24:29,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:24:29,020 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:24:29,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-04T08:24:29,021 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:24:29,021 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:29,023 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:29,023 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:24:29,024 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:24:29,024 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:24:29,028 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:24:29,028 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:24:29,028 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:24:29,028 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:29,029 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:29,033 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:24:29,033 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:24:29,034 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:24:29,045 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:24:29,045 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:24:29,046 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:24:29,047 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:24:29,050 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:24:29,050 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:24:29,051 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:24:29,056 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:24:29,056 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:24:29,057 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:24:29,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:24:29,059 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:24:29,060 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:24:29,063 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:24:29,064 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:29,064 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:29,120 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:24:29,120 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:24:29,120 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:24:29,120 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:24:29,120 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:24:29,121 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:24:29,123 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:24:29,123 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:24:29,124 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:24:29,127 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:24:29,129 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:24:29,130 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:29,130 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:24:29,130 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:29,130 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:24:29,130 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:24:29,131 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:24:29,132 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:29,132 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:24:29,133 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:24:29,133 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:29,168 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.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_1683188669155.xml... 2023-05-04T08:24:29,179 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.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_1683188669155.xml... Done. 2023-05-04T08:24:29,179 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:24:29,179 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:24:29,179 [Start Level: Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:24:29,180 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:24:29,180 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:24:29,267 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:24:29,282 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:24:29,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:29,288 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:29,288 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:29,288 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:29,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.log.filesystem.provider.FilesystemLogProvider ... 2023-05-04T08:24:29,326 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:24:29,336 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:24:29,345 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:24:29,345 [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-04T08:24:29,357 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:24:29,358 [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-04T08:24:29,361 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:29,361 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:24:29,361 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:29,361 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:29,362 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:29,362 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:24:29,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:29,362 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:29,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:29,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:29,364 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:29,367 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:24:29,368 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:24:29,368 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:24:29,368 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:29,369 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:24:29,369 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:24:29,369 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:24:29,369 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:29,369 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:29,369 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:29,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:24:29,369 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:29,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:24:29,370 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:24:29,370 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:24:29,370 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:24:29,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:29,371 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:29,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:29,371 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:29,371 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:29,371 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:24:29,371 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:24:29,372 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:24:29,372 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:29,372 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:24:29,373 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:29,373 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:24:29,373 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:24:29,373 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:24:29,373 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:24:29,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:24:29,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-04T08:24:29,375 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:24:29,376 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:24:29,417 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:24:29,418 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:24:29,418 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:30,419 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:24:30,422 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:24:30,424 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:24:30,428 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:24:30,430 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:24:30,436 [Framework stop - Equinox Container: 77587c9c-0e1f-44c2-bc19-3b0519b3b91f] 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-04T08:24:35,143 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:24:35,499 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:24:35,510 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-439745 2023-05-04T08:24:35,571 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,571 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:24:35,571 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:24:35,572 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:24:35,572 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:24:35,572 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,572 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:24:35,572 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:24:35,572 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,572 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,572 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:24:35,574 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:24:35,617 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:24:35,665 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:24:35,667 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:24:35,780 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:24:35,780 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:35,809 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:24:35,892 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.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-04T08:24:35,905 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.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-04T08:24:35,905 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:35,933 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,933 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,934 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:35,936 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:24:35,936 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:24:35,937 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,937 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,937 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,937 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:24:35,938 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:24:35,939 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:24:35,939 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:24:35,939 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,940 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,940 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:35,940 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:24:35,940 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:24:35,941 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:35,941 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:24:35,941 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:24:35,941 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:24:35,942 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:24:35,942 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:24:35,942 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:24:35,943 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,943 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:35,943 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:35,944 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:24:35,944 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:24:35,944 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:35,946 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:24:35,946 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:24:35,946 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:24:35,947 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:24:35,947 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:24:35,947 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:24:35,967 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:24:35,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:24:35,979 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:24:36,018 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:24:36,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-04T08:24:36,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:24:36,023 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2023-05-04T08:24:36,026 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:24:36,027 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:24:36,054 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:24:36,055 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:36,056 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:36,056 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:24:36,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:24:36,056 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:36,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:36,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:24:36,058 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:24:36,058 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:24:36,060 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:24:36,060 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:24:36,060 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:24:36,060 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:36,061 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:36,061 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:24:36,062 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:24:36,062 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:24:36,063 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:24:36,063 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:24:36,065 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:24:36,065 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:24:36,066 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:24:36,077 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:24:36,077 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:24:36,077 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:24:36,078 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:24:36,081 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:24:36,081 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:24:36,082 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:24:36,118 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:24:36,118 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:24:36,119 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:24:36,122 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:24:36,123 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:24:36,127 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-04T08:24:36,127 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:24:36,128 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:24:36,134 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:24:36,134 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:36,135 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:36,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:24:36,150 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:24:36,150 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:24:36,151 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:24:36,151 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:24:36,151 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:24:36,151 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:24:36,154 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:24:36,154 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:24:36,155 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:24:36,158 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:24:36,160 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:24:36,160 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:36,160 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:24:36,160 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:24:36,161 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:24:36,161 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:24:36,162 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:24:36,162 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:36,163 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:24:36,163 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:24:36,164 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:24:36,231 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.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_1683188676218.xml... 2023-05-04T08:24:36,238 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.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_1683188676218.xml... Done. 2023-05-04T08:24:36,238 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:24:36,238 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:24:36,238 [Start Level: Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:24:36,261 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:24:36,261 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:24:36,274 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:24:36,317 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:24:36,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:36,319 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:36,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:36,320 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:36,347 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:24:36,348 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:24:36,415 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @4089ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest 2023-05-04T08:24:36,629 [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-04T08:24:36,652 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:24:36,652 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:24:36,653 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:24:36,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:24:36,719 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2023-05-04T08:24:36,759 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-41adf612{/,null,AVAILABLE} 2023-05-04T08:24:36,772 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@6c4b74e1{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:24:36,772 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4480ms 2023-05-04T08:24:36,772 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:24:36,773 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:24:36,773 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:24:36,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:24:36,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:24:36,795 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:24:36,803 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:24:36,810 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:24:36,810 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:24:36,821 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:24:36,822 [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-04T08:24:36,824 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:24:36,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:36,825 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:36,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:36,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:36,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2023-05-04T08:24:36,849 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2023-05-04T08:24:36,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:24:36,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:36,850 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:36,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:36,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:36,853 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:24:36,853 [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-04T08:24:36,859 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:24:36,859 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:24:36,859 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:24:36,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:24:36,859 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:24:36,869 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:24:36,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:24:36,871 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:24:36,871 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:24:37,036 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:24:37,038 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:24:37,039 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:24:37,039 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:24:37,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:24:37,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:24:37,074 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:24:37,074 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:24:37,076 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:24:37,077 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:24:37,077 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:24:37,077 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:24:37,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:24:37,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:24:37,083 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:24:37,084 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:24:37,084 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:24:37,085 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:24:37,085 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:24:37,439 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:24:37,473 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:24:37,719 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:38,457 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:24:38,457 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:24:38,466 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:24:38,720 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:39,721 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:40,721 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:41,722 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:42,487 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188676218... 2023-05-04T08:24:42,503 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:42,505 [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-04T08:24:42,507 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:24:42,529 [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_1683188682505.xml... 2023-05-04T08:24:42,535 [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_1683188682505.xml... Done. 2023-05-04T08:24:42,535 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:42,535 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:42,535 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:42,723 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:43,723 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:44,724 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:45,725 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:24:51,783 [qtp-442440246-91] 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-04T08:24:51,806 [qtp-442440246-91] 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-04T08:24:51,822 [qtp-442440246-95] 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-04T08:24:51,825 [qtp-442440246-95] 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-04T08:24:51,834 [qtp-442440246-91] 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-04T08:24:51,837 [qtp-442440246-91] 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-04T08:24:51,842 [qtp-442440246-95] 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-04T08:24:51,843 [qtp-442440246-95] 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-04T08:24:51,849 [qtp-442440246-91] 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-04T08:24:51,852 [qtp-442440246-91] 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-04T08:24:51,856 [qtp-442440246-95] 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-04T08:24:51,856 [qtp-442440246-95] 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-04T08:24:51,861 [qtp-442440246-91] 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-04T08:24:51,862 [qtp-442440246-91] 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-04T08:24:51,865 [qtp-442440246-95] 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-04T08:24:51,866 [qtp-442440246-95] 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-04T08:24:51,871 [qtp-442440246-91] 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-04T08:24:51,872 [qtp-442440246-91] 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-04T08:24:51,876 [qtp-442440246-95] 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-04T08:24:51,877 [qtp-442440246-95] 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-04T08:24:51,881 [qtp-442440246-91] 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-04T08:24:51,881 [qtp-442440246-91] 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-04T08:24:51,886 [qtp-442440246-95] 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-04T08:24:51,887 [qtp-442440246-95] 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-04T08:24:51,890 [qtp-442440246-91] 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-04T08:24:51,891 [qtp-442440246-91] 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-04T08:24:51,894 [qtp-442440246-95] 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-04T08:24:51,894 [qtp-442440246-95] 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-04T08:24:51,899 [qtp-442440246-91] 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-04T08:24:51,900 [qtp-442440246-91] 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-04T08:24:51,915 [qtp-442440246-95] 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-04T08:24:51,916 [qtp-442440246-95] 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-04T08:24:51,919 [qtp-442440246-91] 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-04T08:24:51,919 [qtp-442440246-91] 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-04T08:24:51,924 [qtp-442440246-95] 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-04T08:24:51,925 [qtp-442440246-95] 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-04T08:24:51,931 [qtp-442440246-91] 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-04T08:24:51,931 [qtp-442440246-91] 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-04T08:24:51,935 [qtp-442440246-95] 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-04T08:24:51,935 [qtp-442440246-95] 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-04T08:24:51,944 [qtp-442440246-91] 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-04T08:24:51,947 [qtp-442440246-91] 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-04T08:24:51,953 [qtp-442440246-95] 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-04T08:24:51,954 [qtp-442440246-95] 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-04T08:24:51,958 [qtp-442440246-91] 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-04T08:24:51,959 [qtp-442440246-91] 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-04T08:24:51,962 [qtp-442440246-95] 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-04T08:24:51,964 [qtp-442440246-95] 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-04T08:24:51,969 [qtp-442440246-91] 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-04T08:24:51,970 [qtp-442440246-91] 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-04T08:24:51,975 [qtp-442440246-95] 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-04T08:24:51,976 [qtp-442440246-95] 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-04T08:24:51,979 [qtp-442440246-91] 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-04T08:24:51,980 [qtp-442440246-91] 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-04T08:24:51,984 [qtp-442440246-95] 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-04T08:24:51,984 [qtp-442440246-95] 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-04T08:24:51,991 [qtp-442440246-91] 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-04T08:24:51,991 [qtp-442440246-91] 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-04T08:24:51,996 [qtp-442440246-95] 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-04T08:24:51,996 [qtp-442440246-95] 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-04T08:24:52,001 [qtp-442440246-91] 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-04T08:24:52,001 [qtp-442440246-91] 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-04T08:24:52,005 [qtp-442440246-95] 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-04T08:24:52,006 [qtp-442440246-95] 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-04T08:24:52,013 [qtp-442440246-91] 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-04T08:24:52,013 [qtp-442440246-91] 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-04T08:24:52,021 [qtp-442440246-95] 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-04T08:24:52,021 [qtp-442440246-95] 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-04T08:24:52,027 [qtp-442440246-91] 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-04T08:24:52,029 [qtp-442440246-91] 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-04T08:24:52,032 [qtp-442440246-95] 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-04T08:24:52,032 [qtp-442440246-95] 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-04T08:24:52,037 [qtp-442440246-91] 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-04T08:24:52,039 [qtp-442440246-91] 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-04T08:24:52,044 [qtp-442440246-95] 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-04T08:24:52,046 [qtp-442440246-95] 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-04T08:24:52,049 [qtp-442440246-91] 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-04T08:24:52,050 [qtp-442440246-91] 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-04T08:24:52,053 [qtp-442440246-95] 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-04T08:24:52,054 [qtp-442440246-95] 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-04T08:24:52,058 [qtp-442440246-91] 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-04T08:24:52,058 [qtp-442440246-91] 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-04T08:24:52,062 [qtp-442440246-95] 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-04T08:24:52,063 [qtp-442440246-95] 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-04T08:24:52,068 [qtp-442440246-91] 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-04T08:24:52,068 [qtp-442440246-91] 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-04T08:24:52,072 [qtp-442440246-95] 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-04T08:24:52,073 [qtp-442440246-95] 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-04T08:24:52,078 [qtp-442440246-91] 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-04T08:24:52,079 [qtp-442440246-91] 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-04T08:24:52,085 [qtp-442440246-95] 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-04T08:24:52,086 [qtp-442440246-95] 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-04T08:24:52,090 [qtp-442440246-91] 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-04T08:24:52,091 [qtp-442440246-91] 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-04T08:24:52,094 [qtp-442440246-95] 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-04T08:24:52,095 [qtp-442440246-95] 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/0x00000000cc00ef60.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-04T08:24:52,096 [qtp-442440246-95] 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-04T08:24:52,102 [qtp-442440246-91] 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-04T08:24:52,102 [qtp-442440246-91] 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-04T08:24:52,107 [qtp-442440246-95] 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-04T08:24:52,108 [qtp-442440246-95] 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-04T08:24:52,114 [qtp-442440246-91] 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-04T08:24:52,115 [qtp-442440246-91] 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-04T08:24:52,118 [qtp-442440246-95] 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-04T08:24:52,119 [qtp-442440246-95] 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-04T08:24:52,123 [qtp-442440246-91] 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-04T08:24:52,124 [qtp-442440246-91] 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-04T08:24:52,128 [qtp-442440246-95] 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-04T08:24:52,129 [qtp-442440246-95] 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-04T08:24:52,132 [qtp-442440246-91] 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-04T08:24:52,133 [qtp-442440246-91] 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-04T08:24:52,137 [qtp-442440246-95] 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-04T08:24:52,138 [qtp-442440246-95] 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-04T08:24:52,145 [qtp-442440246-91] 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-04T08:24:52,146 [qtp-442440246-91] 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-04T08:24:52,150 [qtp-442440246-95] 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-04T08:24:52,151 [qtp-442440246-95] 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-04T08:24:52,154 [qtp-442440246-91] 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-04T08:24:52,155 [qtp-442440246-91] 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-04T08:24:52,158 [qtp-442440246-95] 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-04T08:24:52,159 [qtp-442440246-95] 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-04T08:24:52,163 [qtp-442440246-91] 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-04T08:24:52,164 [qtp-442440246-91] 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-04T08:24:52,169 [qtp-442440246-95] 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-04T08:24:52,171 [qtp-442440246-95] 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-04T08:24:52,177 [qtp-442440246-91] 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-04T08:24:52,178 [qtp-442440246-91] 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-04T08:24:52,182 [qtp-442440246-95] 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-04T08:24:52,184 [qtp-442440246-95] 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-04T08:24:52,189 [qtp-442440246-91] 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-04T08:24:52,190 [qtp-442440246-91] 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-04T08:24:52,196 [qtp-442440246-95] 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-04T08:24:52,197 [qtp-442440246-95] 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-04T08:24:52,200 [qtp-442440246-91] 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-04T08:24:52,201 [qtp-442440246-91] 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-04T08:24:52,204 [qtp-442440246-95] 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-04T08:24:52,205 [qtp-442440246-95] 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-04T08:24:52,210 [qtp-442440246-91] 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-04T08:24:52,213 [qtp-442440246-91] 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-04T08:24:52,218 [qtp-442440246-95] 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-04T08:24:52,219 [qtp-442440246-95] 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-04T08:24:52,222 [qtp-442440246-91] 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-04T08:24:52,223 [qtp-442440246-91] 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-04T08:24:52,226 [qtp-442440246-95] 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-04T08:24:52,227 [qtp-442440246-95] 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-04T08:24:52,230 [qtp-442440246-91] 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-04T08:24:52,231 [qtp-442440246-91] 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-04T08:24:52,234 [qtp-442440246-95] 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-04T08:24:52,234 [qtp-442440246-95] 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-04T08:24:52,239 [qtp-442440246-91] 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-04T08:24:52,241 [qtp-442440246-91] 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-04T08:24:52,247 [qtp-442440246-95] 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-04T08:24:52,247 [qtp-442440246-95] 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-04T08:24:52,251 [qtp-442440246-91] 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-04T08:24:52,251 [qtp-442440246-91] 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-04T08:24:52,254 [qtp-442440246-95] 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-04T08:24:52,255 [qtp-442440246-95] 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-04T08:24:52,259 [qtp-442440246-91] 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-04T08:24:52,260 [qtp-442440246-91] 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-04T08:24:52,267 [qtp-442440246-95] 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-04T08:24:52,267 [qtp-442440246-95] 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-04T08:24:52,271 [qtp-442440246-91] 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-04T08:24:52,272 [qtp-442440246-91] 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-04T08:24:52,275 [qtp-442440246-95] 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-04T08:24:52,276 [qtp-442440246-95] 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-04T08:24:52,281 [qtp-442440246-91] 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-04T08:24:52,282 [qtp-442440246-91] 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-04T08:24:52,288 [qtp-442440246-95] 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-04T08:24:52,288 [qtp-442440246-95] 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-04T08:24:52,292 [qtp-442440246-91] 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-04T08:24:52,292 [qtp-442440246-91] 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-04T08:24:52,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188682505... 2023-05-04T08:24:52,314 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:52,316 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:24:52,317 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:24:52,318 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:52,318 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:52,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:52,319 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:52,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.configuration.provider.test/target/kura/user/snapshots/snapshot_1683188692316.xml... 2023-05-04T08:24:52,358 [main] INFO o.e.k.c.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_1683188692316.xml... Done. 2023-05-04T08:24:52,359 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:52,359 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:52,359 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:52,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188692316... 2023-05-04T08:24:52,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:24:52,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2023-05-04T08:24:52,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/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683188692381.xml... 2023-05-04T08:24:52,399 [main] INFO o.e.k.c.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_1683188692381.xml... Done. 2023-05-04T08:24:52,399 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:24:52,399 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:24:52,399 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:24:52,416 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-04T08:24:52,416 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2023-05-04T08:24:52,449 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@cb11a606 2023-05-04T08:24:52,449 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-04T08:24:52,838 [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-04T08:24:52,840 [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-04T08:24:52,875 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-04T08:24:52,875 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-04T08:24:52,890 [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-04T08:24:52,901 [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-04T08:24:52,920 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-04T08:24:52,921 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-04T08:24:52,971 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-04T08:24:52,975 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-04T08:24:53,024 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-04T08:24:53,025 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-04T08:24:53,163 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2023-05-04T08:24:53,164 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-04T08:24:53,164 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=24cd0890-ea55-11ed-9576-0a580a281b97] 2023-05-04T08:24:53,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188692381... 2023-05-04T08:24:53,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:53,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-04T08:24:53,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-04T08:24:53,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.configuration.provider.test/target/kura/user/snapshots/snapshot_1683188693183.xml... 2023-05-04T08:24:53,212 [main] INFO o.e.k.c.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_1683188693183.xml... Done. 2023-05-04T08:24:53,212 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:53,212 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:53,212 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:53,213 [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-04T08:24:53,213 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2023-05-04T08:24:53,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:53,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2023-05-04T08:24:53,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2023-05-04T08:24:53,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2023-05-04T08:24:53,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:24:53,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188693183... 2023-05-04T08:24:53,220 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2023-05-04T08:24:53,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.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1683188693241.xml... 2023-05-04T08:24:53,253 [main] INFO o.e.k.c.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_1683188693241.xml... Done. 2023-05-04T08:24:53,254 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:24:53,254 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2023-05-04T08:24:53,256 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:24:53,256 [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-04T08:24:53,272 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:24:53,272 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2023-05-04T08:24:53,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:24:53,274 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:24:53,274 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:24:53,274 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:24:53,658 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:24:53,659 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:24:53,659 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:24:53,659 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:24:53,659 [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-04T08:24:53,659 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:24:53,716 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:24:53,728 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:24:53,734 [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-04T08:24:53,738 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2023-05-04T08:24:53,773 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:24:53,773 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:24:53,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:24:53,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:24:53,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:24:53,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2023-05-04T08:24:53,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:24:53,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:24:53,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:24:53,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:24:53,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:24:53,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:24:53,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2023-05-04T08:24:53,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:24:53,777 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:24:53,777 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:24:53,777 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:24:54,083 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:24:54,083 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:24:54,084 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:24:54,084 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T08:24:54,115 [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-04T08:24:54,124 [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-04T08:24:54,164 [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-04T08:24:54,164 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/509025776, priority: 1 2023-05-04T08:24:54,171 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/509025776, priority: 1 2023-05-04T08:24:54,175 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/509025776 with QoS: 0 2023-05-04T08:24:54,178 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/509025776 2023-05-04T08:24:54,181 [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-04T08:24:54,185 [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-04T08:24:54,187 [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-04T08:24:54,187 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1601569215, priority: 1 2023-05-04T08:24:54,197 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1601569215, priority: 1 2023-05-04T08:24:54,216 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1601569215 with QoS: 0 2023-05-04T08:24:54,220 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1601569215 2023-05-04T08:24:54,224 [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-04T08:24:54,227 [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-04T08:24:54,230 [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-04T08:24:54,230 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-728560140, priority: 1 2023-05-04T08:24:54,236 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-728560140, priority: 1 2023-05-04T08:24:54,240 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-728560140 with QoS: 0 2023-05-04T08:24:54,244 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-728560140 2023-05-04T08:24:54,247 [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-04T08:24:54,252 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:54,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/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:54,254 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2111540764, priority: 1 2023-05-04T08:24:54,265 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2111540764, priority: 1 2023-05-04T08:24:54,269 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2111540764 with QoS: 0 2023-05-04T08:24:54,274 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2111540764 2023-05-04T08:24:54,278 [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-04T08:24:54,315 [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-04T08:24:54,317 [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-04T08:24:54,317 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/955923609, priority: 1 2023-05-04T08:24:54,322 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/955923609, priority: 1 2023-05-04T08:24:54,326 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/955923609 with QoS: 0 2023-05-04T08:24:54,331 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/955923609 2023-05-04T08:24:54,334 [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-04T08:24:54,337 [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-04T08:24:54,338 [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-04T08:24:54,339 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/958177860, priority: 1 2023-05-04T08:24:54,344 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/958177860, priority: 1 2023-05-04T08:24:54,347 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/958177860 with QoS: 0 2023-05-04T08:24:54,350 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/958177860 2023-05-04T08:24:54,353 [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-04T08:24:54,356 [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-04T08:24:54,358 [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-04T08:24:54,358 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1937368324, priority: 1 2023-05-04T08:24:54,364 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1937368324, priority: 1 2023-05-04T08:24:54,367 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1937368324 with QoS: 0 2023-05-04T08:24:54,370 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1937368324 2023-05-04T08:24:54,372 [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-04T08:24:54,375 [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-04T08:24:54,376 [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-04T08:24:54,377 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-407325487, priority: 1 2023-05-04T08:24:54,421 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-407325487, priority: 1 2023-05-04T08:24:54,425 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-407325487 with QoS: 0 2023-05-04T08:24:54,428 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-407325487 2023-05-04T08:24:54,430 [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-04T08:24:54,434 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents 2023-05-04T08:24:54,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-04T08:24:54,435 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1858680501, priority: 1 2023-05-04T08:24:54,443 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1858680501, priority: 1 2023-05-04T08:24:54,446 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1858680501 with QoS: 0 2023-05-04T08:24:54,449 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1858680501 2023-05-04T08:24:54,452 [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-04T08:24:54,455 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:54,456 [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-04T08:24:54,457 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/873858482, priority: 1 2023-05-04T08:24:54,463 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/873858482, priority: 1 2023-05-04T08:24:54,466 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/873858482 with QoS: 0 2023-05-04T08:24:54,469 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/873858482 2023-05-04T08:24:54,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-04T08:24:54,515 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:54,516 [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-04T08:24:54,517 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1629331343, priority: 1 2023-05-04T08:24:54,524 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1629331343, priority: 1 2023-05-04T08:24:54,527 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1629331343 with QoS: 0 2023-05-04T08:24:54,530 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1629331343 2023-05-04T08:24:54,533 [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-04T08:24:54,536 [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-04T08:24:54,537 [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-04T08:24:54,537 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1807081381, priority: 1 2023-05-04T08:24:54,544 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1807081381, priority: 1 2023-05-04T08:24:54,547 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1807081381 with QoS: 0 2023-05-04T08:24:54,550 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1807081381 2023-05-04T08:24:54,553 [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-04T08:24:54,555 [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-04T08:24:54,557 [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-04T08:24:54,557 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1409116873, priority: 1 2023-05-04T08:24:54,564 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1409116873, priority: 1 2023-05-04T08:24:54,567 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1409116873 with QoS: 0 2023-05-04T08:24:54,570 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1409116873 2023-05-04T08:24:54,573 [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-04T08:24:54,575 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:54,576 [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-04T08:24:54,615 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-957716294, priority: 1 2023-05-04T08:24:54,621 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-957716294, priority: 1 2023-05-04T08:24:54,623 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-957716294 with QoS: 0 2023-05-04T08:24:54,626 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-957716294 2023-05-04T08:24:54,630 [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-04T08:24:54,634 [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-04T08:24:54,635 [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-04T08:24:54,636 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-852188985, priority: 1 2023-05-04T08:24:54,640 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-852188985, priority: 1 2023-05-04T08:24:54,642 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-852188985 with QoS: 0 2023-05-04T08:24:54,645 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-852188985 2023-05-04T08:24:54,647 [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-04T08:24:54,650 [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-04T08:24:54,652 [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-04T08:24:54,652 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/595089099, priority: 1 2023-05-04T08:24:54,659 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/595089099, priority: 1 2023-05-04T08:24:54,661 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/595089099 with QoS: 0 2023-05-04T08:24:54,663 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/595089099 2023-05-04T08:24:54,665 [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-04T08:24:54,667 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents 2023-05-04T08:24:54,668 [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-04T08:24:54,669 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1254029798, priority: 1 2023-05-04T08:24:54,674 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1254029798, priority: 1 2023-05-04T08:24:54,715 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1254029798 with QoS: 0 2023-05-04T08:24:54,718 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1254029798 2023-05-04T08:24:54,721 [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-04T08:24:54,724 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:54,725 [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-04T08:24:54,725 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1327869850, priority: 1 2023-05-04T08:24:54,735 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1327869850, priority: 1 2023-05-04T08:24:54,737 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1327869850 with QoS: 0 2023-05-04T08:24:54,740 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1327869850 2023-05-04T08:24:54,742 [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-04T08:24:54,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-04T08:24:54,747 [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-04T08:24:54,747 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1403738441, priority: 1 2023-05-04T08:24:54,753 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1403738441, priority: 1 2023-05-04T08:24:54,756 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1403738441 with QoS: 0 2023-05-04T08:24:54,759 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1403738441 2023-05-04T08:24:54,761 [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-04T08:24:54,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-04T08:24:54,765 [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-04T08:24:54,765 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/913699323, priority: 1 2023-05-04T08:24:54,770 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/913699323, priority: 1 2023-05-04T08:24:54,773 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/913699323 with QoS: 0 2023-05-04T08:24:54,816 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/913699323 2023-05-04T08:24:54,818 [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-04T08:24:54,821 [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-04T08:24:54,823 [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-04T08:24:54,823 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1282849359, priority: 1 2023-05-04T08:24:54,828 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1282849359, priority: 1 2023-05-04T08:24:54,830 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1282849359 with QoS: 0 2023-05-04T08:24:54,833 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1282849359 2023-05-04T08:24:54,835 [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-04T08:24:54,838 [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-04T08:24:54,840 [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-04T08:24:54,840 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1853945224, priority: 1 2023-05-04T08:24:54,846 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1853945224, priority: 1 2023-05-04T08:24:54,848 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1853945224 with QoS: 0 2023-05-04T08:24:54,851 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1853945224 2023-05-04T08:24:54,854 [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-04T08:24:54,857 [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-04T08:24:54,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=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:54,860 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-880167035, priority: 1 2023-05-04T08:24:54,865 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-880167035, priority: 1 2023-05-04T08:24:54,868 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-880167035 with QoS: 0 2023-05-04T08:24:54,870 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-880167035 2023-05-04T08:24:54,915 [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-04T08:24:54,918 [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-04T08:24:54,919 [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-04T08:24:54,920 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/388407630, priority: 1 2023-05-04T08:24:54,926 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/388407630, priority: 1 2023-05-04T08:24:54,928 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/388407630 with QoS: 0 2023-05-04T08:24:54,930 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/388407630 2023-05-04T08:24:54,932 [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-04T08:24:54,935 [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-04T08:24:54,936 [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-04T08:24:54,937 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1585827746, priority: 1 2023-05-04T08:24:54,942 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1585827746, priority: 1 2023-05-04T08:24:54,945 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1585827746 with QoS: 0 2023-05-04T08:24:54,948 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1585827746 2023-05-04T08:24:54,950 [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-04T08:24:54,953 [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-04T08:24:54,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=POST/configurableComponents/configurations/byPid} CloudCall - Failure - Execute RequestHandler call 2023-05-04T08:24:54,954 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1713453454, priority: 1 2023-05-04T08:24:54,960 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1713453454, priority: 1 2023-05-04T08:24:54,964 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1713453454 with QoS: 0 2023-05-04T08:24:54,967 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1713453454 2023-05-04T08:24:54,970 [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-04T08:24:54,973 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:54,974 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:54,975 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2095571209, priority: 1 2023-05-04T08:24:55,018 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2095571209, priority: 1 2023-05-04T08:24:55,022 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2095571209 with QoS: 0 2023-05-04T08:24:55,025 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2095571209 2023-05-04T08:24:55,029 [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-04T08:24:55,032 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,033 [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-04T08:24:55,034 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1277997796, priority: 1 2023-05-04T08:24:55,039 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1277997796, priority: 1 2023-05-04T08:24:55,041 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1277997796 with QoS: 0 2023-05-04T08:24:55,044 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1277997796 2023-05-04T08:24:55,047 [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-04T08:24:55,050 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_write 2023-05-04T08:24:55,051 [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-04T08:24:55,052 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1476152921, priority: 1 2023-05-04T08:24:55,057 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1476152921, priority: 1 2023-05-04T08:24:55,060 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1476152921 with QoS: 0 2023-05-04T08:24:55,062 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1476152921 2023-05-04T08:24:55,064 [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-04T08:24:55,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-04T08:24:55,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-04T08:24:55,068 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-3695630, priority: 1 2023-05-04T08:24:55,075 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-3695630, priority: 1 2023-05-04T08:24:55,115 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-3695630 with QoS: 0 2023-05-04T08:24:55,118 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-3695630 2023-05-04T08:24:55,121 [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-04T08:24:55,124 [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-04T08:24:55,126 [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-04T08:24:55,126 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2128461768, priority: 1 2023-05-04T08:24:55,130 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2128461768, priority: 1 2023-05-04T08:24:55,132 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2128461768 with QoS: 0 2023-05-04T08:24:55,135 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2128461768 2023-05-04T08:24:55,138 [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-04T08:24:55,141 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,142 [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-04T08:24:55,143 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/883522570, priority: 1 2023-05-04T08:24:55,148 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/883522570, priority: 1 2023-05-04T08:24:55,150 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/883522570 with QoS: 0 2023-05-04T08:24:55,152 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/883522570 2023-05-04T08:24:55,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2023-05-04T08:24:55,158 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,159 [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-04T08:24:55,160 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-437840291, priority: 1 2023-05-04T08:24:55,168 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-437840291, priority: 1 2023-05-04T08:24:55,170 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-437840291 with QoS: 0 2023-05-04T08:24:55,174 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-437840291 2023-05-04T08:24:55,215 [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-04T08:24:55,218 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,219 [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-04T08:24:55,220 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/131468871, priority: 1 2023-05-04T08:24:55,225 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/131468871, priority: 1 2023-05-04T08:24:55,227 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/131468871 with QoS: 0 2023-05-04T08:24:55,230 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/131468871 2023-05-04T08:24:55,232 [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-04T08:24:55,235 [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-04T08:24:55,236 [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-04T08:24:55,237 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-248299558, priority: 1 2023-05-04T08:24:55,242 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-248299558, priority: 1 2023-05-04T08:24:55,245 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-248299558 with QoS: 0 2023-05-04T08:24:55,248 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-248299558 2023-05-04T08:24:55,250 [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-04T08:24:55,252 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,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/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:55,253 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1497934608, priority: 1 2023-05-04T08:24:55,258 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1497934608, priority: 1 2023-05-04T08:24:55,262 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1497934608 with QoS: 0 2023-05-04T08:24:55,266 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1497934608 2023-05-04T08:24:55,269 [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-04T08:24:55,272 [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-04T08:24:55,274 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:55,274 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1016438004, priority: 1 2023-05-04T08:24:55,317 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1016438004, priority: 1 2023-05-04T08:24:55,320 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1016438004 with QoS: 0 2023-05-04T08:24:55,324 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1016438004 2023-05-04T08:24:55,326 [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-04T08:24:55,329 [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-04T08:24:55,331 [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-04T08:24:55,331 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1528672369, priority: 1 2023-05-04T08:24:55,336 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1528672369, priority: 1 2023-05-04T08:24:55,338 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1528672369 with QoS: 0 2023-05-04T08:24:55,341 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1528672369 2023-05-04T08:24:55,343 [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-04T08:24:55,345 [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-04T08:24:55,346 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:55,346 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1506031074, priority: 1 2023-05-04T08:24:55,352 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1506031074, priority: 1 2023-05-04T08:24:55,355 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1506031074 with QoS: 0 2023-05-04T08:24:55,359 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1506031074 2023-05-04T08:24:55,361 [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-04T08:24:55,365 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents 2023-05-04T08:24:55,366 [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-04T08:24:55,366 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1462035555, priority: 1 2023-05-04T08:24:55,372 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1462035555, priority: 1 2023-05-04T08:24:55,376 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1462035555 with QoS: 0 2023-05-04T08:24:55,378 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1462035555 2023-05-04T08:24:55,417 [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-04T08:24:55,420 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,421 [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-04T08:24:55,422 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/722068488, priority: 1 2023-05-04T08:24:55,426 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/722068488, priority: 1 2023-05-04T08:24:55,427 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/722068488 with QoS: 0 2023-05-04T08:24:55,430 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/722068488 2023-05-04T08:24:55,433 [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-04T08:24:55,435 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,437 [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-04T08:24:55,437 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/827679547, priority: 1 2023-05-04T08:24:55,442 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/827679547, priority: 1 2023-05-04T08:24:55,445 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/827679547 with QoS: 0 2023-05-04T08:24:55,448 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/827679547 2023-05-04T08:24:55,450 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2023-05-04T08:24:55,452 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,453 [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-04T08:24:55,453 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1637775731, priority: 1 2023-05-04T08:24:55,458 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1637775731, priority: 1 2023-05-04T08:24:55,461 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1637775731 with QoS: 0 2023-05-04T08:24:55,465 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1637775731 2023-05-04T08:24:55,467 [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-04T08:24:55,470 [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-04T08:24:55,472 [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-04T08:24:55,472 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-803835354, priority: 1 2023-05-04T08:24:55,476 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-803835354, priority: 1 2023-05-04T08:24:55,478 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-803835354 with QoS: 0 2023-05-04T08:24:55,516 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-803835354 2023-05-04T08:24:55,519 [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-04T08:24:55,522 [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-04T08:24:55,523 [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-04T08:24:55,523 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1352720771, priority: 1 2023-05-04T08:24:55,527 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1352720771, priority: 1 2023-05-04T08:24:55,529 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1352720771 with QoS: 0 2023-05-04T08:24:55,531 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1352720771 2023-05-04T08:24:55,534 [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-04T08:24:55,536 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,537 [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-04T08:24:55,538 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2143231857, priority: 1 2023-05-04T08:24:55,543 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2143231857, priority: 1 2023-05-04T08:24:55,546 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2143231857 with QoS: 0 2023-05-04T08:24:55,548 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2143231857 2023-05-04T08:24:55,550 [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-04T08:24:55,552 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,553 [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-04T08:24:55,553 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/532521276, priority: 1 2023-05-04T08:24:55,558 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/532521276, priority: 1 2023-05-04T08:24:55,561 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/532521276 with QoS: 0 2023-05-04T08:24:55,564 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/532521276 2023-05-04T08:24:55,567 [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-04T08:24:55,570 [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-04T08:24:55,571 [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-04T08:24:55,572 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid/_default} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:55,572 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/555953181, priority: 1 2023-05-04T08:24:55,615 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/555953181, priority: 1 2023-05-04T08:24:55,618 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/555953181 with QoS: 0 2023-05-04T08:24:55,621 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/555953181 2023-05-04T08:24:55,624 [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-04T08:24:55,627 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_rollback 2023-05-04T08:24:55,628 [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-04T08:24:55,629 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/275047910, priority: 1 2023-05-04T08:24:55,635 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/275047910, priority: 1 2023-05-04T08:24:55,638 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/275047910 with QoS: 0 2023-05-04T08:24:55,641 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/275047910 2023-05-04T08:24:55,643 [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-04T08:24:55,646 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_rollback 2023-05-04T08:24:55,648 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshots/_rollback} CloudCall - Failure - Execute RequestHandler call 2023-05-04T08:24:55,648 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1255614469, priority: 1 2023-05-04T08:24:55,653 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1255614469, priority: 1 2023-05-04T08:24:55,656 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1255614469 with QoS: 0 2023-05-04T08:24:55,660 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1255614469 2023-05-04T08:24:55,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-04T08:24:55,665 [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-04T08:24:55,667 [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-04T08:24:55,667 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1051426602, priority: 1 2023-05-04T08:24:55,670 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1051426602, priority: 1 2023-05-04T08:24:55,672 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1051426602 with QoS: 0 2023-05-04T08:24:55,674 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1051426602 2023-05-04T08:24:55,677 [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-04T08:24:55,714 [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-04T08:24:55,716 [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-04T08:24:55,717 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-822894776, priority: 1 2023-05-04T08:24:55,722 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-822894776, priority: 1 2023-05-04T08:24:55,725 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-822894776 with QoS: 0 2023-05-04T08:24:55,727 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-822894776 2023-05-04T08:24:55,729 [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-04T08:24:55,731 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,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=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:55,733 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1061990614, priority: 1 2023-05-04T08:24:55,738 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1061990614, priority: 1 2023-05-04T08:24:55,741 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1061990614 with QoS: 0 2023-05-04T08:24:55,745 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1061990614 2023-05-04T08:24:55,748 [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-04T08:24:55,751 [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-04T08:24:55,752 [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-04T08:24:55,753 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1702190916, priority: 1 2023-05-04T08:24:55,757 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1702190916, priority: 1 2023-05-04T08:24:55,758 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1702190916 with QoS: 0 2023-05-04T08:24:55,761 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1702190916 2023-05-04T08:24:55,763 [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-04T08:24:55,765 [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-04T08:24:55,767 [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-04T08:24:55,767 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/84026073, priority: 1 2023-05-04T08:24:55,772 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/84026073, priority: 1 2023-05-04T08:24:55,775 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/84026073 with QoS: 0 2023-05-04T08:24:55,814 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/84026073 2023-05-04T08:24:55,817 [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-04T08:24:55,820 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,821 [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-04T08:24:55,822 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/169528211, priority: 1 2023-05-04T08:24:55,826 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/169528211, priority: 1 2023-05-04T08:24:55,828 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/169528211 with QoS: 0 2023-05-04T08:24:55,830 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/169528211 2023-05-04T08:24:55,833 [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-04T08:24:55,835 [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-04T08:24:55,836 [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-04T08:24:55,837 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1361500828, priority: 1 2023-05-04T08:24:55,842 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1361500828, priority: 1 2023-05-04T08:24:55,845 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1361500828 with QoS: 0 2023-05-04T08:24:55,848 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1361500828 2023-05-04T08:24:55,851 [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-04T08:24:55,854 [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-04T08:24:55,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=POST/configurableComponents/configurations/byPid/_default} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:55,856 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/772867181, priority: 1 2023-05-04T08:24:55,859 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/772867181, priority: 1 2023-05-04T08:24:55,861 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/772867181 with QoS: 0 2023-05-04T08:24:55,863 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/772867181 2023-05-04T08:24:55,865 [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-04T08:24:55,867 [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-04T08:24:55,869 [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-04T08:24:55,869 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1643352932, priority: 1 2023-05-04T08:24:55,874 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1643352932, priority: 1 2023-05-04T08:24:55,915 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1643352932 with QoS: 0 2023-05-04T08:24:55,917 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1643352932 2023-05-04T08:24:55,920 [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-04T08:24:55,923 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,925 [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-04T08:24:55,925 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1216704954, priority: 1 2023-05-04T08:24:55,929 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1216704954, priority: 1 2023-05-04T08:24:55,931 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1216704954 with QoS: 0 2023-05-04T08:24:55,933 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1216704954 2023-05-04T08:24:55,936 [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-04T08:24:55,938 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:55,940 [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-04T08:24:55,940 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-612864245, priority: 1 2023-05-04T08:24:55,945 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-612864245, priority: 1 2023-05-04T08:24:55,947 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-612864245 with QoS: 0 2023-05-04T08:24:55,950 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-612864245 2023-05-04T08:24:55,953 [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-04T08:24:55,955 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2023-05-04T08:24:55,956 [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-04T08:24:55,957 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-128555075, priority: 1 2023-05-04T08:24:55,962 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-128555075, priority: 1 2023-05-04T08:24:55,967 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-128555075 with QoS: 0 2023-05-04T08:24:55,972 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-128555075 2023-05-04T08:24:55,976 [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-04T08:24:56,016 [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-04T08:24:56,018 [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-04T08:24:56,019 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/549855742, priority: 1 2023-05-04T08:24:56,026 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/549855742, priority: 1 2023-05-04T08:24:56,029 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/549855742 with QoS: 0 2023-05-04T08:24:56,031 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/549855742 2023-05-04T08:24:56,033 [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-04T08:24:56,035 [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-04T08:24:56,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=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:56,036 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/801461370, priority: 1 2023-05-04T08:24:56,050 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/801461370, priority: 1 2023-05-04T08:24:56,056 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/801461370 with QoS: 0 2023-05-04T08:24:56,059 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/801461370 2023-05-04T08:24:56,062 [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-04T08:24:56,066 [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-04T08:24:56,067 [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-04T08:24:56,067 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2067553965, priority: 1 2023-05-04T08:24:56,071 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2067553965, priority: 1 2023-05-04T08:24:56,072 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2067553965 with QoS: 0 2023-05-04T08:24:56,075 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2067553965 2023-05-04T08:24:56,076 [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-04T08:24:56,078 [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-04T08:24:56,078 [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-04T08:24:56,079 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/958919633, priority: 1 2023-05-04T08:24:56,131 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/958919633, priority: 1 2023-05-04T08:24:56,134 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/958919633 with QoS: 0 2023-05-04T08:24:56,137 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/958919633 2023-05-04T08:24:56,140 [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-04T08:24:56,148 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_write 2023-05-04T08:24:56,149 [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-04T08:24:56,149 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1382736228, priority: 1 2023-05-04T08:24:56,152 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1382736228, priority: 1 2023-05-04T08:24:56,154 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1382736228 with QoS: 0 2023-05-04T08:24:56,156 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1382736228 2023-05-04T08:24:56,159 [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-04T08:24:56,161 [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-04T08:24:56,163 [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-04T08:24:56,163 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1337720631, priority: 1 2023-05-04T08:24:56,167 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1337720631, priority: 1 2023-05-04T08:24:56,169 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1337720631 with QoS: 0 2023-05-04T08:24:56,172 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1337720631 2023-05-04T08:24:56,174 [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-04T08:24:56,176 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2023-05-04T08:24:56,177 [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-04T08:24:56,177 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-787470895, priority: 1 2023-05-04T08:24:56,182 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-787470895, priority: 1 2023-05-04T08:24:56,216 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-787470895 with QoS: 0 2023-05-04T08:24:56,218 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-787470895 2023-05-04T08:24:56,220 [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-04T08:24:56,222 [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-04T08:24:56,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=EXEC/snapshots/byId/_rollback} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:56,223 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/752362791, priority: 1 2023-05-04T08:24:56,227 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/752362791, priority: 1 2023-05-04T08:24:56,230 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/752362791 with QoS: 0 2023-05-04T08:24:56,233 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/752362791 2023-05-04T08:24:56,235 [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-04T08:24:56,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-04T08:24:56,240 [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-04T08:24:56,241 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1173380093, priority: 1 2023-05-04T08:24:56,245 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1173380093, priority: 1 2023-05-04T08:24:56,247 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1173380093 with QoS: 0 2023-05-04T08:24:56,249 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1173380093 2023-05-04T08:24:56,251 [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-04T08:24:56,253 [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-04T08:24:56,254 [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-04T08:24:56,254 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1864890436, priority: 1 2023-05-04T08:24:56,259 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1864890436, priority: 1 2023-05-04T08:24:56,261 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1864890436 with QoS: 0 2023-05-04T08:24:56,264 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1864890436 2023-05-04T08:24:56,267 [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-04T08:24:56,269 [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-04T08:24:56,270 [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-04T08:24:56,271 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1235675547, priority: 1 2023-05-04T08:24:56,275 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1235675547, priority: 1 2023-05-04T08:24:56,277 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1235675547 with QoS: 0 2023-05-04T08:24:56,317 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1235675547 2023-05-04T08:24:56,319 [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-04T08:24:56,322 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:56,324 [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-04T08:24:56,324 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/31957924, priority: 1 2023-05-04T08:24:56,329 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/31957924, priority: 1 2023-05-04T08:24:56,332 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/31957924 with QoS: 0 2023-05-04T08:24:56,335 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/31957924 2023-05-04T08:24:56,338 [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-04T08:24:56,341 [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-04T08:24:56,342 [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-04T08:24:56,343 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/830230092, priority: 1 2023-05-04T08:24:56,346 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/830230092, priority: 1 2023-05-04T08:24:56,348 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/830230092 with QoS: 0 2023-05-04T08:24:56,350 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/830230092 2023-05-04T08:24:56,352 [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-04T08:24:56,354 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/snapshots/byId 2023-05-04T08:24:56,354 [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-04T08:24:56,355 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/230460073, priority: 1 2023-05-04T08:24:56,359 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/230460073, priority: 1 2023-05-04T08:24:56,362 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/230460073 with QoS: 0 2023-05-04T08:24:56,365 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/230460073 2023-05-04T08:24:56,367 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots with QoS: 0 2023-05-04T08:24:56,369 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2023-05-04T08:24:56,369 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/snapshots} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:24:56,369 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/618091347, priority: 1 2023-05-04T08:24:56,372 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/618091347, priority: 1 2023-05-04T08:24:56,374 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/618091347 with QoS: 0 2023-05-04T08:24:56,415 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/618091347 2023-05-04T08:24:56,418 [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-04T08:24:56,421 [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-04T08:24:56,422 [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-04T08:24:56,423 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1088096232, priority: 1 2023-05-04T08:24:56,426 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1088096232, priority: 1 2023-05-04T08:24:56,427 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1088096232 with QoS: 0 2023-05-04T08:24:56,429 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1088096232 2023-05-04T08:24:56,431 [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-04T08:24:56,433 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:56,434 [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-04T08:24:56,434 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1965227239, priority: 1 2023-05-04T08:24:56,439 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1965227239, priority: 1 2023-05-04T08:24:56,441 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1965227239 with QoS: 0 2023-05-04T08:24:56,444 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1965227239 2023-05-04T08:24:56,448 [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-04T08:24:56,450 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2023-05-04T08:24:56,452 [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-04T08:24:56,452 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1739970091, priority: 1 2023-05-04T08:24:56,456 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1739970091, priority: 1 2023-05-04T08:24:56,457 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1739970091 with QoS: 0 2023-05-04T08:24:56,459 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1739970091 2023-05-04T08:24:56,462 [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-04T08:24:56,464 [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-04T08:24:56,464 [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-04T08:24:56,465 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-712878157, priority: 1 2023-05-04T08:24:56,469 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-712878157, priority: 1 2023-05-04T08:24:56,472 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-712878157 with QoS: 0 2023-05-04T08:24:56,476 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-712878157 2023-05-04T08:24:56,478 [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-04T08:24:56,517 [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-04T08:24:56,518 [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-04T08:24:56,518 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-65592855, priority: 1 2023-05-04T08:24:56,523 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-65592855, priority: 1 2023-05-04T08:24:56,525 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-65592855 with QoS: 0 2023-05-04T08:24:56,528 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-65592855 2023-05-04T08:24:56,529 [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-04T08:24:56,531 [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-04T08:24:56,532 [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-04T08:24:56,532 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1267349884, priority: 1 2023-05-04T08:24:56,536 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1267349884, priority: 1 2023-05-04T08:24:56,538 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1267349884 with QoS: 0 2023-05-04T08:24:56,542 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1267349884 2023-05-04T08:24:56,546 [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-04T08:24:56,549 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents 2023-05-04T08:24:56,550 [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-04T08:24:56,550 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1236345975, priority: 1 2023-05-04T08:24:56,555 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1236345975, priority: 1 2023-05-04T08:24:56,557 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1236345975 with QoS: 0 2023-05-04T08:24:56,559 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1236345975 2023-05-04T08:24:56,561 [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-04T08:24:56,563 [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-04T08:24:56,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=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2023-05-04T08:24:56,564 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-861966325, priority: 1 2023-05-04T08:24:56,568 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-861966325, priority: 1 2023-05-04T08:24:56,571 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-861966325 with QoS: 0 2023-05-04T08:24:56,574 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-861966325 Tests run: 170, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.104 s - in org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest testUpdateIntegerArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.078 s testADDefaultValue[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateTypeMismatchNumericProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 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.007 s testListComponentConfigurationsByPidEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateLongProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateTypeMismatchStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 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.003 s testGetByteProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateBooleanArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateByteProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testListConfigurableComponentsPids[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testListComponentConfigurationsException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateConfigurationBooleanPropertyTrue[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testUpdateFloatArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.012 s testADMax[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testADMin[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdatePasswordArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateDoubleProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 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.004 s testGetBooleanPropertyFalse[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testTakeSnapshot[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testADDescription[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testGetFloatProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetDoubleArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testGetNullsInArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdateStringArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testGetDoubleProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateNullsInArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateConfigurationBooleanPropertyFalse[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateFloatProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListFactoryComponentsPids[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testGetLongArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetByteArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testListComponentConfigurations[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdatePasswordProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListComponentConfigurationsByPid[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testGetNullProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testListComponentConfigurationsEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListDefaultComponentConfigurationException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testRollback[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testRollbackException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateNullProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 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.004 s testUpdateByteArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testGetCharProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testADIdAndType[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testListDefaultComponentConfiguration[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateCharProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 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.006 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.005 s testUpdateTypeMismatchBooleanProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateTypeMismatchPasswordArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testTakeSnapshotException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateDoubleArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListSnapshots[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.009 s testRollbackToId[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testGetSnapshotException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testUpdateTypeMismatchStringArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 s testUpdateTypeMismatchPasswordProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.003 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.006 s testGetSnapshot[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 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.006 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.004 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.008 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.003 s testUpdateIntegerArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.065 s testADDefaultValue[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.042 s testUpdateTypeMismatchNumericProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.022 s testGetLongProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.031 s testRollbackToIdException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.055 s testListComponentConfigurationsByPidEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateLongProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateTypeMismatchStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.057 s testListConfigurableComponentsPidsEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.02 s testGetBooleanArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 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.019 s testUpdateTypeMismatchCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testGetByteProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.057 s testUpdateBooleanArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateByteProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testListConfigurableComponentsPids[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.054 s testListComponentConfigurationsException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 s testUpdateStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateConfigurationBooleanPropertyTrue[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.057 s testUpdateFloatArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testADMax[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testADMin[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdatePasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdateDoubleProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 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.058 s testGetBooleanPropertyFalse[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testTakeSnapshot[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testGetStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.056 s testADDescription[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testGetFloatProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testGetDoubleArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.02 s testGetNullsInArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdateStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testGetDoubleProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testUpdateNullsInArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.056 s testUpdateConfigurationBooleanPropertyFalse[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateFloatProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testListFactoryComponentsPids[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.054 s testGetLongArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testGetByteArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testListComponentConfigurations[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdatePasswordProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.05 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.016 s testListComponentConfigurationsEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testListDefaultComponentConfigurationException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.056 s testRollback[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testRollbackException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateNullProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testADOption[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.052 s testGetCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateLongArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testUpdateByteArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.054 s testGetCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 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.013 s testUpdateCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.054 s testGetPasswordProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testGetPasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testListSnapshotsKuraException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 s testADName[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.057 s testUpdateCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.028 s testUpdateTypeMismatchBooleanProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testUpdateTypeMismatchPasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.062 s testTakeSnapshotException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateDoubleArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testListSnapshots[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.046 s testRollbackToId[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testGetSnapshotException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testUpdateTypeMismatchStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testUpdateTypeMismatchPasswordProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.052 s testGetFloatArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateIntegerProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testGetSnapshot[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s shouldSupportGetSnapshots[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.051 s testADCardinality[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.012 s testGetStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testGetIntegerArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testUpdateInvalidLengthCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testUpdateInvalidLengthCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.05 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.015 s testUpdateTypeMismatchCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s Results: Tests run: 170, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:24:56,728 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@cb11a606 2023-05-04T08:24:56,728 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-04T08:24:56,733 [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-04T08:24:56,735 [MQTT Rec: test] INFO o.e.k.c.d.DataServiceImpl - connectionLost 2023-05-04T08:24:56,735 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:24:56,751 [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-04T08:24:56,760 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [24cd0890-ea55-11ed-9576-0a580a281b97] stopped, uptime 3.877 seconds 2023-05-04T08:24:56,762 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:56,764 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:24:56,764 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-04T08:24:56,767 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:56,767 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:56,768 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:56,768 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:56,768 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:24:56,768 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:24:56,769 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:24:56,775 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:24:56,776 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:24:56,776 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:24:56,779 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:56,781 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:24:56,782 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:24:56,782 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:56,782 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:24:56,782 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:24:56,783 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:24:56,783 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:24:56,783 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:24:56,783 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:24:56,785 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:56,785 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:24:56,785 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:56,785 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:24:56,785 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:24:56,786 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:24:56,814 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:24:56,817 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:24:56,817 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:24:56,818 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:24:56,819 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:24:56,820 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:24:56,820 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:24:56,821 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:24:56,823 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:24:56,824 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:24:56,824 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:24:56,824 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:24:56,824 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:24:56,825 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:24:56,825 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:24:56,825 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:24:56,826 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:24:56,826 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2023-05-04T08:24:56,830 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:24:56,831 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:24:56,833 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:24:56,836 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:24:56,837 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:24:56,837 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:24:56,985 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:24:57,838 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:24:57,842 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:24:57,844 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:24:57,844 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:24:57,845 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:24:57,850 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@6c4b74e1{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:24:57,850 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:24:57,858 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-41adf612{/,null,STOPPED} 2023-05-04T08:24:57,860 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:24:57,863 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:24:57,864 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:24:57,876 [Framework stop - Equinox Container: 029a4560-34f8-4931-ba71-ca80a73add31] 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-04T08:25:03,699 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:25:04,088 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:25:04,103 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-979786 2023-05-04T08:25:04,173 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,174 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:25:04,174 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:25:04,174 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:25:04,174 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:25:04,174 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,174 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:25:04,175 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:25:04,175 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,175 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,175 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:25:04,177 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:25:04,207 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:25:04,270 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:25:04,272 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:25:04,395 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:25:04,396 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:25:04,429 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:25:04,516 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/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-04T08:25:04,521 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/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-04T08:25:04,521 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:25:04,546 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,546 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,547 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:04,549 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:25:04,549 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:25:04,550 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,550 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,550 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,551 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:25:04,552 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:25:04,552 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:25:04,552 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:25:04,553 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,553 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,553 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:04,554 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:25:04,554 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:25:04,554 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:04,554 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:25:04,554 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:25:04,554 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:25:04,555 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:25:04,555 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:25:04,555 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:25:04,556 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,556 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,556 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:04,557 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:25:04,557 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:25:04,557 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:04,561 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:25:04,561 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:25:04,561 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:25:04,562 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:25:04,562 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:25:04,562 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:25:04,619 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:25:04,619 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:25:04,630 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:25:04,643 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2023-05-04T08:25:04,645 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:25:04,646 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:25:04,646 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:25:04,646 [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-04T08:25:04,648 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:25:04,677 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:25:04,678 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:04,679 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:04,679 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:25:04,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:25:04,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:04,681 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:04,681 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:25:04,681 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:25:04,681 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:25:04,684 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:25:04,684 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:25:04,684 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:25:04,684 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:04,685 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:04,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:25:04,686 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:25:04,714 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:25:04,714 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:25:04,715 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:25:04,716 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:25:04,716 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:25:04,716 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:25:04,727 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:25:04,728 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:25:04,728 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:25:04,729 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:25:04,732 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:25:04,732 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:25:04,733 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:25:04,738 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:25:04,738 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:25:04,739 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:25:04,742 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:25:04,742 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:25:04,744 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:25:04,746 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-04T08:25:04,746 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:25:04,747 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:25:04,765 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:25:04,766 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:25:04,766 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:25:04,766 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:25:04,766 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:25:04,766 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:25:04,769 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:25:04,770 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:04,771 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:04,773 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:25:04,773 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:04,774 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:04,778 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:25:04,780 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:25:04,781 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:25:04,781 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:25:04,781 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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-04T08:25:04,781 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:25:04,781 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:25:04,815 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:25:04,816 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:25:04,816 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:25:04,817 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:04,817 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:25:04,845 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188704833.xml... 2023-05-04T08:25:04,851 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188704833.xml... Done. 2023-05-04T08:25:04,851 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:04,851 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:25:04,851 [Start Level: Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:25:04,856 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:25:04,856 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:25:04,868 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:25:04,916 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:25:04,928 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:04,928 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:04,928 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:04,928 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:04,966 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:25:04,968 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:25:05,032 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @4191ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest 2023-05-04T08:25:05,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:25:05,235 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2023-05-04T08:25:05,263 [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-04T08:25:05,302 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:25:05,302 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:25:05,303 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2023-05-04T08:25:05,381 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@3d8a4b09{/,null,AVAILABLE} 2023-05-04T08:25:05,392 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@b6d511af{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:25:05,392 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4553ms 2023-05-04T08:25:05,392 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:25:05,393 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:25:05,393 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:25:05,393 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:25:05,393 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:25:05,419 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:25:05,427 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:25:05,434 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:25:05,434 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:25:05,444 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:25:05,445 [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-04T08:25:05,447 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:25:05,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:05,448 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:05,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:05,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:05,477 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2023-05-04T08:25:05,477 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2023-05-04T08:25:05,478 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:25:05,478 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:05,478 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:05,478 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:05,478 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:05,481 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:25:05,481 [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-04T08:25:05,488 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:25:05,488 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:25:05,488 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:25:05,488 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:25:05,488 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:25:05,498 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:25:05,500 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:25:05,501 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:25:05,501 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:25:05,651 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:25:05,654 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:25:05,656 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:25:05,656 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:25:05,656 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:25:05,656 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:25:05,719 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:25:05,719 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:05,722 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:05,722 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:05,722 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:05,722 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:25:05,757 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:25:05,757 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:25:05,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:25:05,765 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:25:05,765 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:25:05,765 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:25:05,766 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:25:06,182 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:25:06,235 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:06,254 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:25:07,232 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:25:07,232 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:25:07,236 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:07,240 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:25:08,236 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:09,237 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:10,238 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:10,764 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188704833... 2023-05-04T08:25:10,781 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:10,784 [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-04T08:25:10,785 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:25:10,806 [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_1683188710784.xml... 2023-05-04T08:25:10,820 [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_1683188710784.xml... Done. 2023-05-04T08:25:10,820 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:10,820 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:10,820 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:11,239 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:12,239 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:13,240 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:14,241 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:25:20,251 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188710784... 2023-05-04T08:25:20,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:20,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_1683188720277.xml... 2023-05-04T08:25:20,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188720277.xml... Done. 2023-05-04T08:25:20,299 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,299 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,299 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:20,300 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:20,395 [qtp-1947587070-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-04T08:25:20,426 [qtp-1947587070-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-04T08:25:20,428 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:20,428 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:20,429 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:20,429 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:20,429 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:20,430 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:20,431 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:20,431 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:20,431 [qtp-1947587070-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-04T08:25:20,434 [qtp-1947587070-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-04T08:25:20,436 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720277... 2023-05-04T08:25:20,456 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,458 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:20,479 [qtp-1947587070-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_1683188720458.xml... 2023-05-04T08:25:20,517 [qtp-1947587070-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_1683188720458.xml... Done. 2023-05-04T08:25:20,517 [qtp-1947587070-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-04T08:25:20,518 [qtp-1947587070-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-04T08:25:20,520 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:20,520 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:20,521 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:20,521 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:20,528 [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-04T08:25:20,529 [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-04T08:25:20,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:20,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:20,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:20,535 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:20,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:20,536 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720458... 2023-05-04T08:25:20,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:20,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188720557.xml... 2023-05-04T08:25:20,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_1683188720557.xml... Done. 2023-05-04T08:25:20,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,577 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:20,578 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:20,580 [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-04T08:25:20,580 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:20,581 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:20,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-04T08:25:20,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:20,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:20,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:20,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:20,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:20,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-04T08:25:20,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720557... 2023-05-04T08:25:20,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:20,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_1683188720630.xml... 2023-05-04T08:25:20,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188720630.xml... Done. 2023-05-04T08:25:20,652 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,656 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:20,657 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:20,658 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:20,658 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:20,659 [qtp-1947587070-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-04T08:25:20,663 [qtp-1947587070-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-04T08:25:20,664 [qtp-1947587070-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:20,665 [qtp-1947587070-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:20,666 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:20,666 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:20,667 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:20,667 [qtp-1947587070-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-04T08:25:20,667 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:20,667 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:20,667 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:20,668 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:20,669 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:20,670 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:20,670 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:20,671 [qtp-1947587070-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-04T08:25:20,671 [qtp-1947587070-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-04T08:25:20,673 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720630... 2023-05-04T08:25:20,689 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:20,690 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:20,718 [qtp-1947587070-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_1683188720691.xml... 2023-05-04T08:25:20,723 [qtp-1947587070-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_1683188720691.xml... Done. 2023-05-04T08:25:20,723 [qtp-1947587070-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-04T08:25:20,723 [qtp-1947587070-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-04T08:25:20,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-04T08:25:20,725 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:20,726 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:20,726 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:20,726 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:20,730 [qtp-1947587070-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-04T08:25:20,742 [qtp-1947587070-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-04T08:25:20,752 [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-04T08:25:20,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:20,753 [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-04T08:25:20,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:20,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:20,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:20,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:20,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720691... 2023-05-04T08:25:20,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188720771.xml... 2023-05-04T08:25:20,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_1683188720771.xml... Done. 2023-05-04T08:25:20,784 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:20,784 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:20,784 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver ... 2023-05-04T08:25:20,785 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:20,786 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:20,839 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:20,841 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-04T08:25:20,844 [qtp-1947587070-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-04T08:25:20,853 [qtp-1947587070-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-04T08:25:20,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:20,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:20,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:20,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720771... 2023-05-04T08:25:20,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_1683188720888.xml... 2023-05-04T08:25:20,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188720888.xml... Done. 2023-05-04T08:25:20,923 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:20,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:20,923 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:20,923 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:20,924 [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-04T08:25:20,924 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:20,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:20,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:20,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:20,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:20,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:20,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:20,928 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:20,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720888... 2023-05-04T08:25:20,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188720936.xml... 2023-05-04T08:25:20,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188720936.xml... Done. 2023-05-04T08:25:20,945 [main] INFO o.e.k.c.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_1683188704833.xml 2023-05-04T08:25:20,945 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:20,945 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:20,948 [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-04T08:25:20,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:20,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:20,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:20,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:20,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:20,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:20,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720936... 2023-05-04T08:25:20,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188720969.xml... 2023-05-04T08:25:20,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_1683188720969.xml... Done. 2023-05-04T08:25:20,989 [main] INFO o.e.k.c.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_1683188710784.xml 2023-05-04T08:25:21,014 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,015 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:21,032 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:21,036 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:21,041 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 5 ms 2023-05-04T08:25:21,042 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,045 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:21,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:21,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:21,047 [pool-24-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,049 [pool-24-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:21,051 [qtp-1947587070-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-04T08:25:21,053 [qtp-1947587070-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-04T08:25:21,055 [qtp-1947587070-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-04T08:25:21,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:21,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188720969... 2023-05-04T08:25:21,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_1683188721070.xml... 2023-05-04T08:25:21,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_1683188721070.xml... Done. 2023-05-04T08:25:21,079 [main] INFO o.e.k.c.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_1683188720277.xml 2023-05-04T08:25:21,079 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:21,080 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:21,080 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,080 [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@6f29cd9c 2023-05-04T08:25:21,081 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:21,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:21,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:21,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:21,083 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:21,083 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:21,083 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721070... 2023-05-04T08:25:21,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:21,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721116.xml... 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721116.xml... Done. 2023-05-04T08:25:21,123 [main] INFO o.e.k.c.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_1683188720458.xml 2023-05-04T08:25:21,123 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,123 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,123 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:21,124 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:21,129 [qtp-1947587070-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-04T08:25:21,131 [qtp-1947587070-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-04T08:25:21,132 [qtp-1947587070-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-04T08:25:21,134 [qtp-1947587070-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-04T08:25:21,137 [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-04T08:25:21,137 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:21,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-04T08:25:21,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:21,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:21,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:21,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:21,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:21,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,141 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:21,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721116... 2023-05-04T08:25:21,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721146.xml... 2023-05-04T08:25:21,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721146.xml... Done. 2023-05-04T08:25:21,152 [main] INFO o.e.k.c.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_1683188720557.xml 2023-05-04T08:25:21,152 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,152 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:21,153 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,153 [pool-24-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,154 [pool-24-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:21,158 [qtp-1947587070-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-04T08:25:21,161 [qtp-1947587070-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-04T08:25:21,164 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:21,165 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,165 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:21,165 [qtp-1947587070-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-04T08:25:21,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,166 [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@fd7a802d 2023-05-04T08:25:21,166 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,166 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:21,168 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721146... 2023-05-04T08:25:21,185 [qtp-1947587070-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_1683188721180.xml... 2023-05-04T08:25:21,187 [qtp-1947587070-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_1683188721180.xml... Done. 2023-05-04T08:25:21,188 [qtp-1947587070-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_1683188720630.xml 2023-05-04T08:25:21,188 [qtp-1947587070-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-04T08:25:21,188 [qtp-1947587070-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-04T08:25:21,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721180... 2023-05-04T08:25:21,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:21,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721226.xml... 2023-05-04T08:25:21,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_1683188721226.xml... Done. 2023-05-04T08:25:21,235 [main] INFO o.e.k.c.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_1683188720691.xml 2023-05-04T08:25:21,235 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,236 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,236 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:21,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:21,238 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:21,239 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:21,239 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:21,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:21,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:21,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:21,241 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:21,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:21,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:21,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-04T08:25:21,244 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721226... 2023-05-04T08:25:21,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721251.xml... 2023-05-04T08:25:21,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721251.xml... Done. 2023-05-04T08:25:21,260 [main] INFO o.e.k.c.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_1683188720771.xml 2023-05-04T08:25:21,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,264 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:21,264 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:21,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:21,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:21,267 [qtp-1947587070-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-04T08:25:21,270 [qtp-1947587070-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-04T08:25:21,278 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721251... 2023-05-04T08:25:21,282 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:21,283 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent timer ... Done. 2023-05-04T08:25:21,283 [qtp-1947587070-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-04T08:25:21,283 [qtp-1947587070-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-04T08:25:21,284 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,286 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721251... 2023-05-04T08:25:21,296 [qtp-1947587070-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_1683188721290.xml... 2023-05-04T08:25:21,299 [qtp-1947587070-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_1683188721290.xml... Done. 2023-05-04T08:25:21,299 [qtp-1947587070-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_1683188720888.xml 2023-05-04T08:25:21,299 [qtp-1947587070-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-04T08:25:21,299 [qtp-1947587070-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-04T08:25:21,301 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: timer 2023-05-04T08:25:21,315 [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-04T08:25:21,315 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:21,315 [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-04T08:25:21,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:21,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:21,316 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:21,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:21,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:21,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,319 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:21,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721290... 2023-05-04T08:25:21,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_1683188721326.xml... 2023-05-04T08:25:21,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721326.xml... Done. 2023-05-04T08:25:21,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_1683188720936.xml 2023-05-04T08:25:21,332 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,333 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:21,333 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,334 [pool-24-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:21,335 [pool-24-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:21,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:21,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721326... 2023-05-04T08:25:21,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721341.xml... 2023-05-04T08:25:21,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721341.xml... Done. 2023-05-04T08:25:21,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_1683188720969.xml 2023-05-04T08:25:21,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:21,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:21,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:21,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:21,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:21,351 [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@e22fb8be 2023-05-04T08:25:21,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:21,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:21,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721341... 2023-05-04T08:25:21,353 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:21,354 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:21,354 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:21,354 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,354 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:21,355 [pool-28-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,356 [pool-28-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:21,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721357.xml... 2023-05-04T08:25:21,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721357.xml... Done. 2023-05-04T08:25:21,365 [main] INFO o.e.k.c.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_1683188721070.xml 2023-05-04T08:25:21,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,366 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:21,366 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:21,366 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:21,370 [qtp-1947587070-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-04T08:25:21,371 [qtp-1947587070-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-04T08:25:21,372 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:21,372 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:21,372 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:21,373 [qtp-1947587070-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-04T08:25:21,373 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,373 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721357... 2023-05-04T08:25:21,381 [qtp-1947587070-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_1683188721377.xml... 2023-05-04T08:25:21,384 [qtp-1947587070-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_1683188721377.xml... Done. 2023-05-04T08:25:21,384 [qtp-1947587070-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_1683188721116.xml 2023-05-04T08:25:21,384 [qtp-1947587070-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-04T08:25:21,384 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:21,385 [qtp-1947587070-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-04T08:25:21,385 [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@e22fb8be 2023-05-04T08:25:21,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:21,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:21,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:21,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:21,390 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:21,391 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721377... 2023-05-04T08:25:21,419 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,420 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:21,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_1683188721421.xml... 2023-05-04T08:25:21,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_1683188721421.xml... Done. 2023-05-04T08:25:21,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_1683188721146.xml 2023-05-04T08:25:21,428 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,428 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,428 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:21,428 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:21,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-04T08:25:21,431 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:21,431 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:21,431 [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-04T08:25:21,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-04T08:25:21,432 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-04T08:25:21,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-04T08:25:21,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-04T08:25:21,434 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-04T08:25:21,434 [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-04T08:25:21,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-04T08:25:21,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-04T08:25:21,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-04T08:25:21,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-04T08:25:21,437 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-04T08:25:21,438 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721421... 2023-05-04T08:25:21,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:21,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721447.xml... 2023-05-04T08:25:21,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721447.xml... Done. 2023-05-04T08:25:21,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_1683188721180.xml 2023-05-04T08:25:21,461 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,469 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:21,469 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:21,472 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:21,472 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:21,474 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:21,475 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:21,476 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-04T08:25:21,479 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:25:21,480 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:21,480 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:21,484 [qtp-1947587070-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-04T08:25:21,514 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-04T08:25:21,514 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:21,515 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-04T08:25:21,515 [qtp-1947587070-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-04T08:25:21,516 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-04T08:25:21,516 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:21,516 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-04T08:25:21,516 [qtp-1947587070-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-04T08:25:21,517 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:21,517 [qtp-1947587070-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-04T08:25:21,518 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721447... 2023-05-04T08:25:21,523 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,524 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:21,527 [qtp-1947587070-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_1683188721524.xml... 2023-05-04T08:25:21,530 [qtp-1947587070-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_1683188721524.xml... Done. 2023-05-04T08:25:21,530 [qtp-1947587070-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_1683188721226.xml 2023-05-04T08:25:21,531 [qtp-1947587070-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-04T08:25:21,531 [qtp-1947587070-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-04T08:25:21,531 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:21,531 [qtp-1947587070-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-04T08:25:21,532 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:21,533 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:21,533 [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-04T08:25:21,534 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721524... 2023-05-04T08:25:21,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:21,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721545.xml... 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721545.xml... Done. 2023-05-04T08:25:21,550 [main] INFO o.e.k.c.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_1683188721251.xml 2023-05-04T08:25:21,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,550 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:21,551 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:21,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:21,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721545... 2023-05-04T08:25:21,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721557.xml... 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721557.xml... Done. 2023-05-04T08:25:21,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721290.xml 2023-05-04T08:25:21,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:21,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:21,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,571 [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-04T08:25:21,571 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:21,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:21,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:21,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:21,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:21,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,574 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:21,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721557... 2023-05-04T08:25:21,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.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721579.xml... 2023-05-04T08:25:21,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.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721579.xml... Done. 2023-05-04T08:25:21,586 [main] INFO o.e.k.c.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_1683188721326.xml 2023-05-04T08:25:21,586 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,586 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:21,589 [qtp-1947587070-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-04T08:25:21,594 [qtp-1947587070-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-04T08:25:21,594 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:21,594 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:21,594 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:21,594 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:21,594 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:21,596 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:21,615 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:21,616 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:21,616 [qtp-1947587070-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-04T08:25:21,616 [qtp-1947587070-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-04T08:25:21,617 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721579... 2023-05-04T08:25:21,636 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:21,651 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:21,653 [qtp-1947587070-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_1683188721651.xml... 2023-05-04T08:25:21,656 [qtp-1947587070-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_1683188721651.xml... Done. 2023-05-04T08:25:21,657 [qtp-1947587070-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_1683188721341.xml 2023-05-04T08:25:21,657 [qtp-1947587070-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-04T08:25:21,657 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:21,658 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721651... 2023-05-04T08:25:21,658 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:21,658 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:21,658 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:21,661 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:21,662 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2023-05-04T08:25:21,662 [qtp-1947587070-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-04T08:25:21,662 [qtp-1947587070-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-04T08:25:21,663 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,663 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-04T08:25:21,663 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721651... 2023-05-04T08:25:21,669 [qtp-1947587070-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_1683188721667.xml... 2023-05-04T08:25:21,671 [qtp-1947587070-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_1683188721667.xml... Done. 2023-05-04T08:25:21,671 [qtp-1947587070-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_1683188721357.xml 2023-05-04T08:25:21,672 [qtp-1947587070-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-04T08:25:21,672 [qtp-1947587070-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-04T08:25:21,673 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:21,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:21,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721667... 2023-05-04T08:25:21,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721679.xml... 2023-05-04T08:25:21,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_1683188721679.xml... Done. 2023-05-04T08:25:21,684 [main] INFO o.e.k.c.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_1683188721377.xml 2023-05-04T08:25:21,684 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:21,684 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:21,684 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,684 [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-04T08:25:21,684 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:21,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:21,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:21,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:21,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:21,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:21,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721679... 2023-05-04T08:25:21,714 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:21,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721715.xml... 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721715.xml... Done. 2023-05-04T08:25:21,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_1683188721421.xml 2023-05-04T08:25:21,722 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,722 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:21,723 [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-04T08:25:21,723 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:21,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:21,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:21,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:21,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:21,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721715... 2023-05-04T08:25:21,726 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:21,727 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:21,727 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:21,727 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721729.xml... 2023-05-04T08:25:21,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_1683188721729.xml... Done. 2023-05-04T08:25:21,734 [main] INFO o.e.k.c.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_1683188721447.xml 2023-05-04T08:25:21,734 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,734 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:21,734 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:21,734 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:21,738 [qtp-1947587070-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-04T08:25:21,740 [qtp-1947587070-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-04T08:25:21,746 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:21,747 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:21,747 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:21,747 [qtp-1947587070-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-04T08:25:21,747 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:21,747 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:21,748 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:21,749 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:21,749 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:21,750 [qtp-1947587070-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-04T08:25:21,750 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,751 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721729... 2023-05-04T08:25:21,751 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:21,752 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:21,752 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:21,752 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,753 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:21,754 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,754 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:21,762 [qtp-1947587070-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_1683188721758.xml... 2023-05-04T08:25:21,765 [qtp-1947587070-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_1683188721758.xml... Done. 2023-05-04T08:25:21,765 [qtp-1947587070-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_1683188721524.xml 2023-05-04T08:25:21,765 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:21,765 [qtp-1947587070-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-04T08:25:21,766 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:21,766 [qtp-1947587070-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-04T08:25:21,767 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2023-05-04T08:25:21,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:21,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721758... 2023-05-04T08:25:21,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721774.xml... 2023-05-04T08:25:21,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_1683188721774.xml... Done. 2023-05-04T08:25:21,781 [main] INFO o.e.k.c.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_1683188721545.xml 2023-05-04T08:25:21,781 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:21,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:21,782 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2023-05-04T08:25:21,782 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@9c64d969 2023-05-04T08:25:21,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:21,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:21,783 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:21,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:21,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:21,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:21,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,787 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:21,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721774... 2023-05-04T08:25:21,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721817.xml... 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721817.xml... Done. 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721557.xml 2023-05-04T08:25:21,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:21,824 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,824 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,825 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:21,827 [qtp-1947587070-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-04T08:25:21,830 [qtp-1947587070-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-04T08:25:21,834 [qtp-1947587070-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-04T08:25:21,836 [qtp-1947587070-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-04T08:25:21,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:21,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721817... 2023-05-04T08:25:21,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721848.xml... 2023-05-04T08:25:21,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721848.xml... Done. 2023-05-04T08:25:21,853 [main] INFO o.e.k.c.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_1683188721579.xml 2023-05-04T08:25:21,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:21,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:21,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,854 [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-04T08:25:21,854 [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@43646546 2023-05-04T08:25:21,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:21,855 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:21,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:21,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:21,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:21,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,858 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:21,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721848... 2023-05-04T08:25:21,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721867.xml... 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721867.xml... Done. 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721651.xml 2023-05-04T08:25:21,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:21,874 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,875 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,876 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:21,878 [qtp-1947587070-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-04T08:25:21,879 [qtp-1947587070-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-04T08:25:21,882 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721867... 2023-05-04T08:25:21,885 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:21,886 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2023-05-04T08:25:21,886 [qtp-1947587070-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-04T08:25:21,887 [qtp-1947587070-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-04T08:25:21,887 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,887 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-04T08:25:21,888 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721867... 2023-05-04T08:25:21,888 [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@cabed3fe 2023-05-04T08:25:21,889 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,890 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,914 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 24 ms 2023-05-04T08:25:21,918 [qtp-1947587070-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_1683188721915.xml... 2023-05-04T08:25:21,921 [qtp-1947587070-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_1683188721915.xml... Done. 2023-05-04T08:25:21,921 [qtp-1947587070-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_1683188721667.xml 2023-05-04T08:25:21,921 [qtp-1947587070-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-04T08:25:21,922 [qtp-1947587070-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-04T08:25:21,923 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:21,928 [qtp-1947587070-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-04T08:25:21,932 [qtp-1947587070-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-04T08:25:21,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:21,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721915... 2023-05-04T08:25:21,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_1683188721942.xml... 2023-05-04T08:25:21,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721942.xml... Done. 2023-05-04T08:25:21,954 [main] INFO o.e.k.c.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_1683188721679.xml 2023-05-04T08:25:21,954 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:21,954 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:21,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:21,955 [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-04T08:25:21,955 [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@cabed3fe 2023-05-04T08:25:21,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:21,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:21,955 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:21,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:21,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:21,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:21,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,959 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:21,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721942... 2023-05-04T08:25:21,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721964.xml... 2023-05-04T08:25:21,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721964.xml... Done. 2023-05-04T08:25:21,970 [main] INFO o.e.k.c.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_1683188721715.xml 2023-05-04T08:25:21,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:21,970 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,971 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:21,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:21,971 [pool-34-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:21,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:21,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721964... 2023-05-04T08:25:21,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721975.xml... 2023-05-04T08:25:21,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188721975.xml... Done. 2023-05-04T08:25:21,980 [main] INFO o.e.k.c.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_1683188721729.xml 2023-05-04T08:25:21,980 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:21,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:21,980 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:21,981 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:21,981 [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@cd19493e 2023-05-04T08:25:21,983 [qtp-1947587070-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-04T08:25:21,984 [qtp-1947587070-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-04T08:25:21,988 [qtp-1947587070-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-04T08:25:21,988 [qtp-1947587070-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-04T08:25:21,988 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:21,989 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:21,990 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:21,990 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:21,990 [qtp-1947587070-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-04T08:25:21,990 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:21,991 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188721975... 2023-05-04T08:25:21,993 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:21,993 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:21,993 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:21,994 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:21,994 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:22,014 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:22,015 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:22,018 [qtp-1947587070-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_1683188722016.xml... 2023-05-04T08:25:22,020 [qtp-1947587070-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_1683188722016.xml... Done. 2023-05-04T08:25:22,021 [qtp-1947587070-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_1683188721758.xml 2023-05-04T08:25:22,021 [qtp-1947587070-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-04T08:25:22,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:22,021 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:22,021 [qtp-1947587070-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-04T08:25:22,023 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2023-05-04T08:25:22,023 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:22,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722016... 2023-05-04T08:25:22,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_1683188722029.xml... 2023-05-04T08:25:22,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722029.xml... Done. 2023-05-04T08:25:22,036 [main] INFO o.e.k.c.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_1683188721774.xml 2023-05-04T08:25:22,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:22,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:22,036 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,036 [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@cd19493e 2023-05-04T08:25:22,036 [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-04T08:25:22,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:22,037 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:22,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:22,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:22,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:22,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:22,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,039 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:22,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722029... 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722043.xml... 2023-05-04T08:25:22,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_1683188722043.xml... Done. 2023-05-04T08:25:22,048 [main] INFO o.e.k.c.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_1683188721817.xml 2023-05-04T08:25:22,048 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,048 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:22,048 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:22,049 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:22,049 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:22,051 [qtp-1947587070-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-04T08:25:22,052 [qtp-1947587070-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-04T08:25:22,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:22,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722043... 2023-05-04T08:25:22,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_1683188722061.xml... 2023-05-04T08:25:22,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_1683188722061.xml... Done. 2023-05-04T08:25:22,071 [main] INFO o.e.k.c.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_1683188721848.xml 2023-05-04T08:25:22,071 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:22,071 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:22,072 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,072 [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@df9ee13a 2023-05-04T08:25:22,072 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:22,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:22,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:22,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:22,073 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:22,074 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:22,074 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722061... 2023-05-04T08:25:22,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722080.xml... 2023-05-04T08:25:22,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722080.xml... Done. 2023-05-04T08:25:22,087 [main] INFO o.e.k.c.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_1683188721867.xml 2023-05-04T08:25:22,087 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,087 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,087 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,094 [qtp-1947587070-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-04T08:25:22,118 [qtp-1947587070-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-04T08:25:22,119 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,119 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,119 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-04T08:25:22,119 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:22,120 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:22,122 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:22,123 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:22,124 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:22,124 [qtp-1947587070-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-04T08:25:22,124 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid log1 2023-05-04T08:25:22,124 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2023-05-04T08:25:22,125 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-04T08:25:22,126 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2023-05-04T08:25:22,128 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2023-05-04T08:25:22,128 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2023-05-04T08:25:22,128 [qtp-1947587070-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-04T08:25:22,129 [qtp-1947587070-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-04T08:25:22,130 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722080... 2023-05-04T08:25:22,134 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,135 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,137 [qtp-1947587070-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_1683188722135.xml... 2023-05-04T08:25:22,140 [qtp-1947587070-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_1683188722135.xml... Done. 2023-05-04T08:25:22,140 [qtp-1947587070-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_1683188721915.xml 2023-05-04T08:25:22,140 [qtp-1947587070-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-04T08:25:22,140 [qtp-1947587070-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-04T08:25:22,142 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,143 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:22,143 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,143 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test1/0 and log1/0... 2023-05-04T08:25:22,144 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:25:22,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:22,145 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,145 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,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-04T08:25:22,149 [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-04T08:25:22,149 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:22,154 [qtp-1947587070-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-04T08:25:22,155 [qtp-1947587070-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-04T08:25:22,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:22,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:22,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:22,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-04T08:25:22,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2023-05-04T08:25:22,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-04T08:25:22,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2023-05-04T08:25:22,161 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2023-05-04T08:25:22,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:22,161 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722135... 2023-05-04T08:25:22,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722169.xml... 2023-05-04T08:25:22,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722169.xml... Done. 2023-05-04T08:25:22,182 [main] INFO o.e.k.c.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_1683188721942.xml 2023-05-04T08:25:22,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,182 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-04T08:25:22,183 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,184 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,184 [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-04T08:25:22,185 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:22,188 [qtp-1947587070-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-04T08:25:22,216 [qtp-1947587070-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-04T08:25:22,217 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,217 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,217 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:22,217 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:22,218 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:22,219 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:22,220 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:22,221 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:22,221 [qtp-1947587070-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-04T08:25:22,221 [qtp-1947587070-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-04T08:25:22,223 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722169... 2023-05-04T08:25:22,228 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,229 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,231 [qtp-1947587070-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_1683188722229.xml... 2023-05-04T08:25:22,234 [qtp-1947587070-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_1683188722229.xml... Done. 2023-05-04T08:25:22,235 [qtp-1947587070-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_1683188721964.xml 2023-05-04T08:25:22,235 [qtp-1947587070-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-04T08:25:22,236 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722229... 2023-05-04T08:25:22,236 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,241 [qtp-1947587070-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-04T08:25:22,241 [qtp-1947587070-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-04T08:25:22,242 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:22,243 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:22,243 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:22,244 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:22,244 [qtp-1947587070-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-04T08:25:22,244 [qtp-1947587070-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-04T08:25:22,244 [qtp-1947587070-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-04T08:25:22,244 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,245 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:22,246 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722229... 2023-05-04T08:25:22,255 [qtp-1947587070-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_1683188722251.xml... 2023-05-04T08:25:22,258 [qtp-1947587070-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_1683188722251.xml... Done. 2023-05-04T08:25:22,258 [qtp-1947587070-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_1683188721975.xml 2023-05-04T08:25:22,258 [qtp-1947587070-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-04T08:25:22,258 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:22,258 [qtp-1947587070-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-04T08:25:22,259 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:22,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:22,260 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:22,263 [qtp-1947587070-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-04T08:25:22,267 [qtp-1947587070-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-04T08:25:22,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:22,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:22,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:22,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:22,281 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:22,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722251... 2023-05-04T08:25:22,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,316 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722287.xml... 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722287.xml... Done. 2023-05-04T08:25:22,319 [main] INFO o.e.k.c.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_1683188722016.xml 2023-05-04T08:25:22,320 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,320 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,320 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,321 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,326 [qtp-1947587070-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-04T08:25:22,328 [qtp-1947587070-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-04T08:25:22,328 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,328 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,328 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:22,329 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:22,329 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:22,330 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:22,330 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:22,330 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:22,331 [qtp-1947587070-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-04T08:25:22,331 [qtp-1947587070-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-04T08:25:22,332 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722287... 2023-05-04T08:25:22,335 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,337 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,340 [qtp-1947587070-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_1683188722337.xml... 2023-05-04T08:25:22,343 [qtp-1947587070-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_1683188722337.xml... Done. 2023-05-04T08:25:22,344 [qtp-1947587070-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_1683188722029.xml 2023-05-04T08:25:22,344 [qtp-1947587070-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-04T08:25:22,344 [qtp-1947587070-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-04T08:25:22,345 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,346 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,346 [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-04T08:25:22,347 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,347 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:22,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:22,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:22,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:22,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:22,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722337... 2023-05-04T08:25:22,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722358.xml... 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722358.xml... Done. 2023-05-04T08:25:22,367 [main] INFO o.e.k.c.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_1683188722043.xml 2023-05-04T08:25:22,367 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,367 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,367 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,368 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,371 [qtp-1947587070-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-04T08:25:22,374 [qtp-1947587070-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-04T08:25:22,378 [qtp-1947587070-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-04T08:25:22,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722358... 2023-05-04T08:25:22,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722388.xml... 2023-05-04T08:25:22,416 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722388.xml... Done. 2023-05-04T08:25:22,416 [main] INFO o.e.k.c.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_1683188722061.xml 2023-05-04T08:25:22,417 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,417 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,417 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,417 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,420 [qtp-1947587070-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-04T08:25:22,422 [qtp-1947587070-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-04T08:25:22,422 [qtp-1947587070-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-04T08:25:22,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:22,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,426 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722388... 2023-05-04T08:25:22,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722430.xml... 2023-05-04T08:25:22,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_1683188722430.xml... Done. 2023-05-04T08:25:22,436 [main] INFO o.e.k.c.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_1683188722080.xml 2023-05-04T08:25:22,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:22,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:22,437 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,437 [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-04T08:25:22,437 [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@3f0048e1 2023-05-04T08:25:22,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:22,437 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:22,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:22,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:22,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:22,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:22,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,439 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:22,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722430... 2023-05-04T08:25:22,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722442.xml... 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722442.xml... Done. 2023-05-04T08:25:22,447 [main] INFO o.e.k.c.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_1683188722135.xml 2023-05-04T08:25:22,447 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,447 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:22,448 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:22,449 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:22,449 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:22,451 [qtp-1947587070-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-04T08:25:22,453 [qtp-1947587070-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-04T08:25:22,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:22,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722442... 2023-05-04T08:25:22,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722462.xml... 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722462.xml... Done. 2023-05-04T08:25:22,468 [main] INFO o.e.k.c.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_1683188722169.xml 2023-05-04T08:25:22,468 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:22,468 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:22,468 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,468 [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-04T08:25:22,468 [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@8f38dddd 2023-05-04T08:25:22,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:22,468 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:22,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:22,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:22,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:22,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:22,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,471 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:22,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722462... 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722474.xml... 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722474.xml... Done. 2023-05-04T08:25:22,481 [main] INFO o.e.k.c.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_1683188722229.xml 2023-05-04T08:25:22,481 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,481 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:22,482 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:22,483 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:22,483 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:22,485 [qtp-1947587070-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-04T08:25:22,486 [qtp-1947587070-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-04T08:25:22,488 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722474... 2023-05-04T08:25:22,516 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722517.xml... 2023-05-04T08:25:22,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722517.xml... Done. 2023-05-04T08:25:22,522 [main] INFO o.e.k.c.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_1683188722251.xml 2023-05-04T08:25:22,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,522 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,523 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,523 [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-04T08:25:22,524 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,524 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:22,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:22,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:22,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:22,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:22,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:22,527 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-04T08:25:22,528 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722517... 2023-05-04T08:25:22,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,534 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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_1683188722534.xml... 2023-05-04T08:25:22,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722534.xml... Done. 2023-05-04T08:25:22,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_1683188722287.xml 2023-05-04T08:25:22,539 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,541 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,542 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,542 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,542 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,543 [qtp-1947587070-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-04T08:25:22,544 [qtp-1947587070-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-04T08:25:22,545 [qtp-1947587070-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-04T08:25:22,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:22,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:22,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:22,548 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:22,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:22,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722534... 2023-05-04T08:25:22,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722555.xml... 2023-05-04T08:25:22,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722555.xml... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722337.xml 2023-05-04T08:25:22,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,561 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,561 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,562 [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-04T08:25:22,562 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,562 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,562 [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-04T08:25:22,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-04T08:25:22,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-04T08:25:22,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-04T08:25:22,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-04T08:25:22,564 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-04T08:25:22,564 [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-04T08:25:22,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-04T08:25:22,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-04T08:25:22,566 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:22,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-04T08:25:22,566 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:22,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-04T08:25:22,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-04T08:25:22,567 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722555... 2023-05-04T08:25:22,570 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:22,570 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:22,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722573.xml... 2023-05-04T08:25:22,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_1683188722573.xml... Done. 2023-05-04T08:25:22,581 [main] INFO o.e.k.c.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_1683188722358.xml 2023-05-04T08:25:22,581 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,583 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,583 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,584 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-04T08:25:22,586 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:25:22,586 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,587 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,615 [qtp-1947587070-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-04T08:25:22,617 [qtp-1947587070-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-04T08:25:22,617 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,617 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,618 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-04T08:25:22,618 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:22,618 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-04T08:25:22,618 [qtp-1947587070-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-04T08:25:22,619 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-04T08:25:22,619 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:22,619 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-04T08:25:22,619 [qtp-1947587070-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-04T08:25:22,619 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... 2023-05-04T08:25:22,619 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:22,620 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... done 2023-05-04T08:25:22,620 [qtp-1947587070-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-04T08:25:22,621 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722573... 2023-05-04T08:25:22,624 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,625 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,628 [qtp-1947587070-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_1683188722625.xml... 2023-05-04T08:25:22,635 [qtp-1947587070-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_1683188722625.xml... Done. 2023-05-04T08:25:22,635 [qtp-1947587070-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_1683188722388.xml 2023-05-04T08:25:22,635 [qtp-1947587070-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-04T08:25:22,636 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:22,636 [qtp-1947587070-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-04T08:25:22,637 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,637 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,637 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,637 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,638 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:22,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:22,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722625... 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722645.xml... 2023-05-04T08:25:22,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722645.xml... Done. 2023-05-04T08:25:22,652 [main] INFO o.e.k.c.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_1683188722430.xml 2023-05-04T08:25:22,652 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:22,652 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:22,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,653 [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@51d915b9 2023-05-04T08:25:22,653 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:22,656 [qtp-1947587070-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-04T08:25:22,658 [qtp-1947587070-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-04T08:25:22,662 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722645... 2023-05-04T08:25:22,665 [qtp-1947587070-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-04T08:25:22,666 [qtp-1947587070-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-04T08:25:22,666 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:22,667 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:22,667 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:22,668 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:22,668 [qtp-1947587070-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-04T08:25:22,668 [qtp-1947587070-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-04T08:25:22,668 [qtp-1947587070-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-04T08:25:22,668 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,669 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:22,669 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722645... 2023-05-04T08:25:22,675 [qtp-1947587070-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_1683188722673.xml... 2023-05-04T08:25:22,678 [qtp-1947587070-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_1683188722673.xml... Done. 2023-05-04T08:25:22,679 [qtp-1947587070-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_1683188722442.xml 2023-05-04T08:25:22,679 [qtp-1947587070-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-04T08:25:22,679 [qtp-1947587070-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-04T08:25:22,679 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:22,680 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:22,681 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:22,681 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:22,682 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722673... 2023-05-04T08:25:22,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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_1683188722688.xml... 2023-05-04T08:25:22,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722688.xml... Done. 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722462.xml 2023-05-04T08:25:22,717 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,717 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,717 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,717 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:22,719 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,719 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-04T08:25:22,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:22,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:22,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:22,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:22,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:22,721 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-04T08:25:22,722 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,723 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722688... 2023-05-04T08:25:22,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722727.xml... 2023-05-04T08:25:22,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_1683188722727.xml... Done. 2023-05-04T08:25:22,733 [main] INFO o.e.k.c.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_1683188722474.xml 2023-05-04T08:25:22,733 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,734 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,735 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,735 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,735 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,739 [qtp-1947587070-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-04T08:25:22,744 [qtp-1947587070-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-04T08:25:22,745 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,745 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,745 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid log1 2023-05-04T08:25:22,746 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2023-05-04T08:25:22,746 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-04T08:25:22,747 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2023-05-04T08:25:22,748 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2023-05-04T08:25:22,748 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2023-05-04T08:25:22,748 [qtp-1947587070-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-04T08:25:22,749 [qtp-1947587070-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-04T08:25:22,750 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722727... 2023-05-04T08:25:22,754 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,755 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,759 [qtp-1947587070-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_1683188722755.xml... 2023-05-04T08:25:22,761 [qtp-1947587070-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_1683188722755.xml... Done. 2023-05-04T08:25:22,762 [qtp-1947587070-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_1683188722517.xml 2023-05-04T08:25:22,762 [qtp-1947587070-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-04T08:25:22,762 [qtp-1947587070-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-04T08:25:22,763 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,764 [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-04T08:25:22,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,765 [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-04T08:25:22,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:22,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:22,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:22,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-04T08:25:22,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2023-05-04T08:25:22,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-04T08:25:22,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2023-05-04T08:25:22,769 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2023-05-04T08:25:22,769 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:22,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722755... 2023-05-04T08:25:22,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722776.xml... 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722776.xml... Done. 2023-05-04T08:25:22,782 [main] INFO o.e.k.c.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_1683188722534.xml 2023-05-04T08:25:22,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,783 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-04T08:25:22,784 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,784 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,789 [qtp-1947587070-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-04T08:25:22,815 [qtp-1947587070-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-04T08:25:22,819 [qtp-1947587070-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-04T08:25:22,826 [qtp-1947587070-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-04T08:25:22,828 [qtp-1947587070-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-04T08:25:22,832 [qtp-1947587070-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-04T08:25:22,833 [qtp-1947587070-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-04T08:25:22,834 [qtp-1947587070-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-04T08:25:22,835 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722776... 2023-05-04T08:25:22,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722842.xml... 2023-05-04T08:25:22,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722842.xml... Done. 2023-05-04T08:25:22,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_1683188722555.xml 2023-05-04T08:25:22,850 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,851 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,851 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,851 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,854 [qtp-1947587070-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-04T08:25:22,856 [qtp-1947587070-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-04T08:25:22,857 [qtp-1947587070-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-04T08:25:22,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722842... 2023-05-04T08:25:22,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722866.xml... 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722866.xml... Done. 2023-05-04T08:25:22,872 [main] INFO o.e.k.c.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_1683188722573.xml 2023-05-04T08:25:22,872 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,872 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,872 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,872 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,873 [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-04T08:25:22,873 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,874 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-04T08:25:22,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:22,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:22,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:22,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:22,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:22,876 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-04T08:25:22,877 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722866... 2023-05-04T08:25:22,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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_1683188722884.xml... 2023-05-04T08:25:22,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_1683188722884.xml... Done. 2023-05-04T08:25:22,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_1683188722625.xml 2023-05-04T08:25:22,890 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,892 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,914 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,915 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,915 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,916 [qtp-1947587070-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-04T08:25:22,917 [qtp-1947587070-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-04T08:25:22,918 [qtp-1947587070-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-04T08:25:22,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:22,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:22,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:22,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-04T08:25:22,926 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:22,926 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722884... 2023-05-04T08:25:22,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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_1683188722931.xml... 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722931.xml... Done. 2023-05-04T08:25:22,936 [main] INFO o.e.k.c.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_1683188722645.xml 2023-05-04T08:25:22,936 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,936 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,936 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,937 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,937 [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-04T08:25:22,937 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:22,937 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:22,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-04T08:25:22,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:22,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:22,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:22,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:22,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:22,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-04T08:25:22,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722931... 2023-05-04T08:25:22,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:22,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_1683188722945.xml... 2023-05-04T08:25:22,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_1683188722945.xml... Done. 2023-05-04T08:25:22,952 [main] INFO o.e.k.c.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_1683188722673.xml 2023-05-04T08:25:22,952 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:22,954 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:22,954 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:22,954 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:22,955 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:22,957 [qtp-1947587070-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-04T08:25:22,958 [qtp-1947587070-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-04T08:25:22,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:22,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722945... 2023-05-04T08:25:22,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_1683188722966.xml... 2023-05-04T08:25:22,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722966.xml... Done. 2023-05-04T08:25:22,971 [main] INFO o.e.k.c.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_1683188722688.xml 2023-05-04T08:25:22,971 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:22,971 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:22,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:22,971 [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-04T08:25:22,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:22,971 [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@b20511c9 2023-05-04T08:25:22,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:22,972 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:22,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:22,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:22,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:22,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:22,974 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:22,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722966... 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722977.xml... 2023-05-04T08:25:22,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722977.xml... Done. 2023-05-04T08:25:22,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722727.xml 2023-05-04T08:25:22,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:22,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:22,984 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:22,985 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:22,986 [pool-36-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:22,989 [qtp-1947587070-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-04T08:25:22,991 [qtp-1947587070-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-04T08:25:23,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:23,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:23,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:23,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-04T08:25:23,026 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:23,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188722977... 2023-05-04T08:25:23,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,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_1683188723031.xml... 2023-05-04T08:25:23,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723031.xml... Done. 2023-05-04T08:25:23,036 [main] INFO o.e.k.c.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_1683188722755.xml 2023-05-04T08:25:23,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,036 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,037 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,038 [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-04T08:25:23,038 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:23,038 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:23,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeDeleted 2023-05-04T08:25:23,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeDeleted 2023-05-04T08:25:23,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-04T08:25:23,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted.... 2023-05-04T08:25:23,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeDeleted 2023-05-04T08:25:23,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted....Done 2023-05-04T08:25:23,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeDeleted 2023-05-04T08:25:23,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeKept 2023-05-04T08:25:23,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeKept 2023-05-04T08:25:23,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-04T08:25:23,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept.... 2023-05-04T08:25:23,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeKept 2023-05-04T08:25:23,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept....Done 2023-05-04T08:25:23,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeKept 2023-05-04T08:25:23,042 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723031... 2023-05-04T08:25:23,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,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_1683188723047.xml... 2023-05-04T08:25:23,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723047.xml... Done. 2023-05-04T08:25:23,054 [main] INFO o.e.k.c.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_1683188722776.xml 2023-05-04T08:25:23,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,056 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,057 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:23,058 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:23,058 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,060 [qtp-1947587070-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-04T08:25:23,062 [qtp-1947587070-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-04T08:25:23,063 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:23,063 [qtp-1947587070-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:23,063 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted... 2023-05-04T08:25:23,064 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2023-05-04T08:25:23,064 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted...done 2023-05-04T08:25:23,064 [qtp-1947587070-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-04T08:25:23,064 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2023-05-04T08:25:23,065 [qtp-1947587070-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-04T08:25:23,066 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723047... 2023-05-04T08:25:23,068 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,069 [qtp-1947587070-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,073 [qtp-1947587070-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_1683188723069.xml... 2023-05-04T08:25:23,075 [qtp-1947587070-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_1683188723069.xml... Done. 2023-05-04T08:25:23,076 [qtp-1947587070-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_1683188722842.xml 2023-05-04T08:25:23,076 [qtp-1947587070-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-04T08:25:23,076 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,077 [qtp-1947587070-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-04T08:25:23,077 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:23,077 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:23,078 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,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-04T08:25:23,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-04T08:25:23,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:23,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:23,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:23,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723069... 2023-05-04T08:25:23,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723086.xml... 2023-05-04T08:25:23,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723086.xml... Done. 2023-05-04T08:25:23,091 [main] INFO o.e.k.c.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_1683188722866.xml 2023-05-04T08:25:23,091 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:23,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:23,092 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:23,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:23,092 [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@47594642 2023-05-04T08:25:23,117 [qtp-1947587070-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-04T08:25:23,118 [qtp-1947587070-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-04T08:25:23,124 [qtp-1947587070-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-04T08:25:23,126 [qtp-1947587070-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-04T08:25:23,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:23,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:23,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:23,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723086... 2023-05-04T08:25:23,133 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723131.xml... 2023-05-04T08:25:23,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_1683188723131.xml... Done. 2023-05-04T08:25:23,136 [main] INFO o.e.k.c.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_1683188722884.xml 2023-05-04T08:25:23,136 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:23,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:23,136 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:23,136 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:23,136 [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-04T08:25:23,136 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:23,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:23,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:23,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:23,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:23,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:23,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:23,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723131... 2023-05-04T08:25:23,139 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:23,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_1683188723141.xml... 2023-05-04T08:25:23,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_1683188723141.xml... Done. 2023-05-04T08:25:23,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188722931.xml 2023-05-04T08:25:23,146 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:23,146 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:23,149 [qtp-1947587070-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-04T08:25:23,151 [qtp-1947587070-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-04T08:25:23,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept... 2023-05-04T08:25:23,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2023-05-04T08:25:23,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept...done 2023-05-04T08:25:23,154 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: toBeKept 2023-05-04T08:25:23,154 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2023-05-04T08:25:23,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723141... 2023-05-04T08:25:23,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723160.xml... 2023-05-04T08:25:23,166 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723160.xml... Done. 2023-05-04T08:25:23,167 [main] INFO o.e.k.c.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_1683188722945.xml 2023-05-04T08:25:23,167 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,167 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,167 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,167 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:23,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:23,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:23,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723160... 2023-05-04T08:25:23,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723172.xml... 2023-05-04T08:25:23,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723172.xml... Done. 2023-05-04T08:25:23,177 [main] INFO o.e.k.c.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_1683188722966.xml 2023-05-04T08:25:23,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:23,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:23,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:23,177 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:23,178 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:23,180 [qtp-1947587070-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-04T08:25:23,183 [qtp-1947587070-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-04T08:25:23,226 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723172... 2023-05-04T08:25:23,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723229.xml... 2023-05-04T08:25:23,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_1683188723229.xml... Done. 2023-05-04T08:25:23,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_1683188722977.xml 2023-05-04T08:25:23,234 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,235 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,235 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,235 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,241 [qtp-1947587070-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-04T08:25:23,241 [qtp-1947587070-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-04T08:25:23,242 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723229... 2023-05-04T08:25:23,245 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,246 [qtp-1947587070-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,248 [qtp-1947587070-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_1683188723246.xml... 2023-05-04T08:25:23,250 [qtp-1947587070-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_1683188723246.xml... Done. 2023-05-04T08:25:23,251 [qtp-1947587070-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_1683188723031.xml 2023-05-04T08:25:23,251 [qtp-1947587070-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-04T08:25:23,251 [qtp-1947587070-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-04T08:25:23,251 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,251 [qtp-1947587070-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-04T08:25:23,252 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:23,256 [qtp-1947587070-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-04T08:25:23,257 [qtp-1947587070-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-04T08:25:23,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723246... 2023-05-04T08:25:23,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,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_1683188723265.xml... 2023-05-04T08:25:23,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723265.xml... Done. 2023-05-04T08:25:23,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_1683188723047.xml 2023-05-04T08:25:23,272 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,272 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,272 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,273 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,273 [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-04T08:25:23,274 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:23,274 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:23,274 [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-04T08:25:23,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-04T08:25:23,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-04T08:25:23,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-04T08:25:23,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-04T08:25:23,276 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-04T08:25:23,276 [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-04T08:25:23,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-04T08:25:23,277 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:23,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-04T08:25:23,277 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:23,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-04T08:25:23,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-04T08:25:23,278 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-04T08:25:23,278 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723265... 2023-05-04T08:25:23,279 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:23,279 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:23,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723282.xml... 2023-05-04T08:25:23,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_1683188723282.xml... Done. 2023-05-04T08:25:23,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_1683188723069.xml 2023-05-04T08:25:23,289 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,291 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,291 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:23,292 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-04T08:25:23,293 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:25:23,294 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:23,294 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,316 [qtp-1947587070-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-04T08:25:23,316 [qtp-1947587070-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-04T08:25:23,317 [qtp-1947587070-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-04T08:25:23,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-04T08:25:23,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:23,322 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-04T08:25:23,322 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: foo 2023-05-04T08:25:23,322 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-04T08:25:23,322 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:23,323 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-04T08:25:23,323 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: bar 2023-05-04T08:25:23,323 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:23,323 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,324 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723282... 2023-05-04T08:25:23,327 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,328 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:23,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_1683188723328.xml... 2023-05-04T08:25:23,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723328.xml... Done. 2023-05-04T08:25:23,333 [main] INFO o.e.k.c.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_1683188723086.xml 2023-05-04T08:25:23,333 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,333 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:23,333 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:23,334 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:23,334 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:23,337 [qtp-1947587070-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-04T08:25:23,339 [qtp-1947587070-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-04T08:25:23,341 [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-04T08:25:23,342 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:23,342 [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-04T08:25:23,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:23,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:23,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:23,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:23,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:23,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:23,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723328... 2023-05-04T08:25:23,346 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:23,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723349.xml... 2023-05-04T08:25:23,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723349.xml... Done. 2023-05-04T08:25:23,355 [main] INFO o.e.k.c.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_1683188723131.xml 2023-05-04T08:25:23,355 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:23,355 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:23,360 [qtp-1947587070-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-04T08:25:23,361 [qtp-1947587070-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-04T08:25:23,362 [qtp-1947587070-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-04T08:25:23,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:23,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:23,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:23,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723349... 2023-05-04T08:25:23,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723368.xml... 2023-05-04T08:25:23,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723368.xml... Done. 2023-05-04T08:25:23,373 [main] INFO o.e.k.c.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_1683188723141.xml 2023-05-04T08:25:23,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:23,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:23,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:23,373 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:23,374 [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-04T08:25:23,374 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:23,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:23,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:23,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:23,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:23,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:23,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:23,376 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723368... 2023-05-04T08:25:23,376 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:23,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723379.xml... 2023-05-04T08:25:23,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723379.xml... Done. 2023-05-04T08:25:23,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_1683188723160.xml 2023-05-04T08:25:23,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:23,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:23,390 [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-04T08:25:23,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:23,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:23,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:23,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:23,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:23,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:23,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723379... 2023-05-04T08:25:23,392 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:23,392 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:23,393 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:23,393 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:23,393 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:23,393 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:23,394 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:23,415 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723395.xml... 2023-05-04T08:25:23,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_1683188723395.xml... Done. 2023-05-04T08:25:23,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723172.xml 2023-05-04T08:25:23,418 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:23,418 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:23,418 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:23,418 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:23,420 [qtp-1947587070-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-04T08:25:23,421 [qtp-1947587070-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-04T08:25:23,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723395... 2023-05-04T08:25:23,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:23,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2023-05-04T08:25:23,429 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:25:23,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:23,430 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:23,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:23,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:23,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_1683188723429.xml... 2023-05-04T08:25:23,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_1683188723429.xml... Done. 2023-05-04T08:25:23,436 [main] INFO o.e.k.c.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_1683188723229.xml 2023-05-04T08:25:23,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:23,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:23,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:23,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723429... 2023-05-04T08:25:23,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:25:23,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2023-05-04T08:25:23,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723441.xml... 2023-05-04T08:25:23,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723441.xml... Done. 2023-05-04T08:25:23,446 [main] INFO o.e.k.c.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_1683188723246.xml 2023-05-04T08:25:23,446 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:25:23,446 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:25:23,446 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:25:23,457 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-04T08:25:23,457 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2023-05-04T08:25:23,485 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@6a635fbf 2023-05-04T08:25:23,486 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2023-05-04T08:25:23,850 [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-04T08:25:23,851 [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-04T08:25:23,884 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2023-05-04T08:25:23,884 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2023-05-04T08:25:23,899 [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-04T08:25:23,909 [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-04T08:25:23,929 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-05-04T08:25:23,930 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2023-05-04T08:25:23,980 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-05-04T08:25:23,983 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-05-04T08:25:24,038 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-05-04T08:25:24,039 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-05-04T08:25:24,194 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2023-05-04T08:25:24,195 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2023-05-04T08:25:24,196 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=3748a1b5-ea55-11ed-a2fb-0a580a281b97] 2023-05-04T08:25:24,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188723441... 2023-05-04T08:25:24,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:24,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2023-05-04T08:25:24,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2023-05-04T08:25:24,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_1683188724235.xml... 2023-05-04T08:25:24,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188724235.xml... Done. 2023-05-04T08:25:24,243 [main] INFO o.e.k.c.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_1683188723265.xml 2023-05-04T08:25:24,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:24,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:24,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:24,243 [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-04T08:25:24,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2023-05-04T08:25:24,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:24,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2023-05-04T08:25:24,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2023-05-04T08:25:24,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2023-05-04T08:25:24,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:24,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188724235... 2023-05-04T08:25:24,248 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2023-05-04T08:25:24,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188724249.xml... 2023-05-04T08:25:24,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188724249.xml... Done. 2023-05-04T08:25:24,255 [main] INFO o.e.k.c.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_1683188723282.xml 2023-05-04T08:25:24,255 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:24,255 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2023-05-04T08:25:24,256 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:25:24,256 [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-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:25:24,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2023-05-04T08:25:24,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:25:24,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:25:24,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:25:24,276 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:25:24,660 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:25:24,660 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:25:24,660 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:25:24,660 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2023-05-04T08:25:24,660 [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-04T08:25:24,660 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:25:24,716 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:25:24,727 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2023-05-04T08:25:24,734 [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-04T08:25:24,738 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2023-05-04T08:25:24,773 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2023-05-04T08:25:24,773 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2023-05-04T08:25:24,774 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:25:24,774 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2023-05-04T08:25:24,774 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2023-05-04T08:25:24,774 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2023-05-04T08:25:24,774 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2023-05-04T08:25:24,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2023-05-04T08:25:24,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2023-05-04T08:25:24,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2023-05-04T08:25:24,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2023-05-04T08:25:24,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2023-05-04T08:25:24,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2023-05-04T08:25:24,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2023-05-04T08:25:24,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2023-05-04T08:25:24,776 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2023-05-04T08:25:24,776 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:25:24,776 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2023-05-04T08:25:25,081 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2023-05-04T08:25:25,081 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2023-05-04T08:25:25,081 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2023-05-04T08:25:25,081 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2023-05-04T08:25:25,090 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188724249... 2023-05-04T08:25:25,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,104 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725096.xml... 2023-05-04T08:25:25,111 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725096.xml... Done. 2023-05-04T08:25:25,112 [main] INFO o.e.k.c.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_1683188723328.xml 2023-05-04T08:25:25,112 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,112 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,112 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,112 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,114 [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-04T08:25:25,125 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:25,159 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:25,160 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:25,160 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:25,160 [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-04T08:25:25,160 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:25,161 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:25,162 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:25,163 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:25,163 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:25,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=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-04T08:25:25,164 [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-04T08:25:25,165 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725096... 2023-05-04T08:25:25,168 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,170 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,173 [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_1683188725170.xml... 2023-05-04T08:25:25,176 [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_1683188725170.xml... Done. 2023-05-04T08:25:25,177 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188723349.xml 2023-05-04T08:25:25,177 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,178 [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-04T08:25:25,178 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1708510552, priority: 1 2023-05-04T08:25:25,178 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,178 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:25,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:25,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,182 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1708510552, priority: 1 2023-05-04T08:25:25,186 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1708510552 with QoS: 0 2023-05-04T08:25:25,190 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1708510552 2023-05-04T08:25:25,192 [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-04T08:25:25,193 [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-04T08:25:25,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:25,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:25,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:25,197 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:25,198 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,198 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:25,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725170... 2023-05-04T08:25:25,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,204 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,207 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725204.xml... 2023-05-04T08:25:25,210 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725204.xml... Done. 2023-05-04T08:25:25,210 [main] INFO o.e.k.c.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_1683188723368.xml 2023-05-04T08:25:25,210 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,210 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,211 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,211 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,212 [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-04T08:25:25,212 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:25,213 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:25,213 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-04T08:25:25,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:25,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:25,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:25,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:25,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:25,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-04T08:25:25,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725204... 2023-05-04T08:25:25,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725223.xml... 2023-05-04T08:25: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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725223.xml... Done. 2023-05-04T08:25:25,230 [main] INFO o.e.k.c.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_1683188723379.xml 2023-05-04T08:25:25,230 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,230 [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-04T08:25:25,231 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,232 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:25,232 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:25,232 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,233 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:25,236 [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-04T08:25:25,236 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:25,236 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:25,237 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:25,237 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:25,238 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:25,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 - Delete factory configuration: test1 2023-05-04T08:25:25,238 [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-04T08:25:25,238 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:25,238 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:25,239 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:25,240 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:25,241 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:25,241 [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-04T08:25:25,241 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:25,242 [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-04T08:25:25,243 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725223... 2023-05-04T08:25:25,251 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,253 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,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_1683188725253.xml... 2023-05-04T08:25:25,259 [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_1683188725253.xml... Done. 2023-05-04T08:25:25,259 [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_1683188723395.xml 2023-05-04T08:25:25,259 [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-04T08:25:25,260 [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-04T08:25:25,260 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1091366026, priority: 1 2023-05-04T08:25:25,261 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,261 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:25,261 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:25,262 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,264 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1091366026, priority: 1 2023-05-04T08:25:25,268 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1091366026 with QoS: 0 2023-05-04T08:25:25,272 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1091366026 2023-05-04T08:25:25,275 [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-04T08:25:25,277 [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-04T08:25:25,281 [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-04T08:25:25,287 [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-04T08:25:25,288 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1937686236, priority: 1 2023-05-04T08:25:25,318 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1937686236, priority: 1 2023-05-04T08:25:25,322 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1937686236 with QoS: 0 2023-05-04T08:25:25,325 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1937686236 2023-05-04T08:25:25,328 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:25,328 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:25,328 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725253... 2023-05-04T08:25:25,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725334.xml... 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725334.xml... Done. 2023-05-04T08:25:25,341 [main] INFO o.e.k.c.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_1683188723429.xml 2023-05-04T08:25:25,341 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:25,341 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:25,341 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:25,342 [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@86c3bac6 2023-05-04T08:25:25,342 [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-04T08:25:25,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:25,342 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:25,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:25,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:25,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:25,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:25,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,344 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:25,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725334... 2023-05-04T08:25:25,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_1683188725347.xml... 2023-05-04T08:25:25,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725347.xml... Done. 2023-05-04T08:25:25,353 [main] INFO o.e.k.c.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_1683188723441.xml 2023-05-04T08:25:25,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:25,354 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:25,355 [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-04T08:25:25,355 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:25,356 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:25,358 [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-04T08:25:25,368 [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-04T08:25:25,368 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1012035162, priority: 1 2023-05-04T08:25:25,372 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1012035162, priority: 1 2023-05-04T08:25:25,375 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1012035162 with QoS: 0 2023-05-04T08:25:25,423 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1012035162 2023-05-04T08:25:25,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:25,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:25,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,432 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725347... 2023-05-04T08:25:25,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_1683188725434.xml... 2023-05-04T08:25:25,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_1683188725434.xml... Done. 2023-05-04T08:25:25,439 [main] INFO o.e.k.c.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_1683188724235.xml 2023-05-04T08:25:25,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:25,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:25,440 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:25,440 [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@e69d1d50 2023-05-04T08:25:25,440 [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-04T08:25:25,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:25,441 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:25,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:25,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:25,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:25,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:25,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,444 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:25,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725434... 2023-05-04T08:25:25,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725450.xml... 2023-05-04T08:25:25,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_1683188725450.xml... Done. 2023-05-04T08:25:25,457 [main] INFO o.e.k.c.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_1683188724249.xml 2023-05-04T08:25:25,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:25,457 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:25,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:25,458 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:25,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:25,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,459 [pool-45-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:25,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725450... 2023-05-04T08:25:25,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_1683188725464.xml... 2023-05-04T08:25:25,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_1683188725464.xml... Done. 2023-05-04T08:25:25,473 [main] INFO o.e.k.c.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_1683188725096.xml 2023-05-04T08:25:25,473 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:25,473 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:25,473 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:25,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:25,473 [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@51ab9359 2023-05-04T08:25:25,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:25,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:25,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:25,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725464... 2023-05-04T08:25:25,475 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:25,475 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:25,476 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:25,476 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:25,476 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:25,477 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:25,477 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725478.xml... 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725478.xml... Done. 2023-05-04T08:25:25,486 [main] INFO o.e.k.c.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_1683188725170.xml 2023-05-04T08:25:25,486 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,486 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:25,486 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:25,487 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:25,487 [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-04T08:25:25,490 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-04T08:25:25,491 [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-04T08:25:25,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=POST/configs/byPid} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:25,516 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1489224497, priority: 1 2023-05-04T08:25:25,522 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1489224497, priority: 1 2023-05-04T08:25:25,525 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1489224497 with QoS: 0 2023-05-04T08:25:25,530 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1489224497 2023-05-04T08:25:25,532 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:25,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:25,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725478... 2023-05-04T08:25:25,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725542.xml... 2023-05-04T08:25:25,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725542.xml... Done. 2023-05-04T08:25:25,547 [main] INFO o.e.k.c.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_1683188725204.xml 2023-05-04T08:25:25,547 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:25,548 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:25,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:25,548 [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@51ab9359 2023-05-04T08:25:25,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:25,548 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:25,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:25,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:25,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:25,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:25,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725542... 2023-05-04T08:25:25,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,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_1683188725553.xml... 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725553.xml... Done. 2023-05-04T08:25:25,559 [main] INFO o.e.k.c.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_1683188725223.xml 2023-05-04T08:25:25,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,559 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,559 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,560 [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-04T08:25:25,563 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/graph/snapshot 2023-05-04T08:25:25,564 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/graph/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-04T08:25:25,565 [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-04T08:25:25,565 [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-04T08:25:25,566 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1732473900, priority: 1 2023-05-04T08:25:25,573 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1732473900, priority: 1 2023-05-04T08:25:25,576 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1732473900 with QoS: 0 2023-05-04T08:25:25,579 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1732473900 2023-05-04T08:25:25,617 [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-04T08:25:25,617 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:25,617 [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-04T08:25:25,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:25,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:25,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:25,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:25,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:25,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,621 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:25,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725553... 2023-05-04T08:25:25,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725625.xml... 2023-05-04T08:25:25,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725625.xml... Done. 2023-05-04T08:25:25,632 [main] INFO o.e.k.c.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_1683188725253.xml 2023-05-04T08:25:25,632 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,632 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:25,633 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:25,633 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:25,633 [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-04T08:25:25,634 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:25,637 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2023-05-04T08:25:25,638 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=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-04T08:25:25,639 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:25,640 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:25,640 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:25,640 [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-04T08:25:25,640 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:25,641 [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@514f80e2 2023-05-04T08:25:25,641 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:25,641 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725625... 2023-05-04T08:25:25,646 [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_1683188725644.xml... 2023-05-04T08:25:25,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_1683188725644.xml... Done. 2023-05-04T08:25:25,649 [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_1683188725334.xml 2023-05-04T08:25:25,649 [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-04T08:25:25,650 [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-04T08:25:25,650 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-484397174, priority: 1 2023-05-04T08:25:25,653 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-484397174, priority: 1 2023-05-04T08:25:25,658 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-484397174 with QoS: 0 2023-05-04T08:25:25,661 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-484397174 2023-05-04T08:25:25,664 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725644... 2023-05-04T08:25:25,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725673.xml... 2023-05-04T08:25:25,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725673.xml... Done. 2023-05-04T08:25:25,682 [main] INFO o.e.k.c.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_1683188725347.xml 2023-05-04T08:25:25,682 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,683 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,715 [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-04T08:25:25,715 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:25,715 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:25,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:25,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:25,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:25,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:25,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:25,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:25,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-04T08:25:25,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725673... 2023-05-04T08:25:25,723 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725724.xml... 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725724.xml... Done. 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725434.xml 2023-05-04T08:25:25,731 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,732 [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-04T08:25:25,733 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,733 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:25,734 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:25,734 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,735 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-04T08:25:25,737 [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-04T08:25:25,740 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725724... 2023-05-04T08:25:25,744 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:25,745 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent timer ... Done. 2023-05-04T08:25:25,745 [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-04T08:25:25,745 [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-04T08:25:25,745 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,746 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725724... 2023-05-04T08:25:25,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_1683188725749.xml... 2023-05-04T08:25:25,753 [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_1683188725749.xml... Done. 2023-05-04T08:25:25,754 [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_1683188725450.xml 2023-05-04T08:25:25,754 [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-04T08:25:25,754 [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-04T08:25:25,754 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-608422015, priority: 1 2023-05-04T08:25:25,759 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-608422015, priority: 1 2023-05-04T08:25:25,764 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-608422015 with QoS: 0 2023-05-04T08:25:25,766 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-608422015 2023-05-04T08:25:25,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: timer 2023-05-04T08:25:25,769 [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-04T08:25:25,769 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:25,769 [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-04T08:25:25,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:25,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:25,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:25,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:25,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:25,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,772 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:25,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725749... 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725775.xml... 2023-05-04T08:25:25,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725775.xml... Done. 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725464.xml 2023-05-04T08:25:25,786 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,786 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:25,786 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:25,787 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:25,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:25,815 [pool-50-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 27 ms 2023-05-04T08:25:25,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:25,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,816 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725775... 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725819.xml... 2023-05-04T08:25:25,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725819.xml... Done. 2023-05-04T08:25:25,826 [main] INFO o.e.k.c.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_1683188725478.xml 2023-05-04T08:25:25,826 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:25,826 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:25,826 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:25,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:25,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:25,827 [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@77d7792f 2023-05-04T08:25:25,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:25,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:25,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725819... 2023-05-04T08:25:25,829 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:25,829 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:25,829 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:25,829 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:25,830 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:25,830 [pool-54-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:25,831 [pool-54-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:25,836 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725832.xml... 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725832.xml... Done. 2023-05-04T08:25:25,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725542.xml 2023-05-04T08:25:25,841 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:25,841 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:25,841 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:25,841 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:25,843 [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-04T08:25:25,845 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2023-05-04T08:25:25,847 [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-04T08:25:25,847 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:25,848 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:25,848 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:25,848 [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-04T08:25:25,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:25,848 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:25,848 [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@77d7792f 2023-05-04T08:25:25,849 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725832... 2023-05-04T08:25:25,853 [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_1683188725851.xml... 2023-05-04T08:25:25,856 [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_1683188725851.xml... Done. 2023-05-04T08:25:25,856 [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_1683188725553.xml 2023-05-04T08:25:25,856 [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-04T08:25:25,856 [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-04T08:25:25,857 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1140555888, priority: 1 2023-05-04T08:25:25,860 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1140555888, priority: 1 2023-05-04T08:25:25,863 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1140555888 with QoS: 0 2023-05-04T08:25:25,866 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1140555888 2023-05-04T08:25:25,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:25,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:25,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:25,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:25,871 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:25,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725851... 2023-05-04T08:25:25,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725880.xml... 2023-05-04T08:25:25,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725880.xml... Done. 2023-05-04T08:25:25,927 [main] INFO o.e.k.c.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_1683188725625.xml 2023-05-04T08:25:25,927 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,927 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,927 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,927 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,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-04T08:25:25,928 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:25,928 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:25,928 [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-04T08:25:25,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-04T08:25:25,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-04T08:25:25,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-04T08:25:25,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-04T08:25:25,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-04T08:25:25,930 [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-04T08:25:25,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-04T08:25:25,930 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-04T08:25:25,930 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:25,931 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:25,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-04T08:25:25,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-04T08:25:25,931 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-04T08:25:25,932 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725880... 2023-05-04T08:25:25,933 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:25,933 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:25,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725935.xml... 2023-05-04T08:25:25,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725935.xml... Done. 2023-05-04T08:25:25,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_1683188725644.xml 2023-05-04T08:25:25,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,941 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:25,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-04T08:25:25,943 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:25:25,943 [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-04T08:25:25,943 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:25,944 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,946 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph 2023-05-04T08:25:25,948 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-04T08:25:25,948 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:25,949 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-04T08:25:25,949 [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-04T08:25:25,949 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-04T08:25:25,950 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:25,950 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-04T08:25:25,950 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Delete factory configuration: bar 2023-05-04T08:25:25,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:25,951 [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-04T08:25:25,952 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725935... 2023-05-04T08:25:25,955 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,956 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,958 [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_1683188725956.xml... 2023-05-04T08:25:25,960 [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_1683188725956.xml... Done. 2023-05-04T08:25:25,961 [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_1683188725673.xml 2023-05-04T08:25:25,961 [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-04T08:25:25,961 [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-04T08:25:25,961 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:25,961 [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-04T08:25:25,961 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2133107447, priority: 1 2023-05-04T08:25:25,962 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:25,962 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:25,965 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2133107447, priority: 1 2023-05-04T08:25:25,970 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2133107447 with QoS: 0 2023-05-04T08:25:25,974 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2133107447 2023-05-04T08:25:25,976 [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-04T08:25:25,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725956... 2023-05-04T08:25:25,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:25,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:25,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188725984.xml... 2023-05-04T08:25:26,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_1683188725984.xml... Done. 2023-05-04T08:25:26,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_1683188725724.xml 2023-05-04T08:25:26,017 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,017 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,017 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,017 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:26,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188725984... 2023-05-04T08:25:26,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726021.xml... 2023-05-04T08:25:26,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726021.xml... Done. 2023-05-04T08:25:26,026 [main] INFO o.e.k.c.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_1683188725749.xml 2023-05-04T08:25:26,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:26,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,026 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,026 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:26,026 [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-04T08:25:26,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:26,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:26,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:26,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:26,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726021... 2023-05-04T08:25:26,028 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:26,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726033.xml... 2023-05-04T08:25:26,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_1683188726033.xml... Done. 2023-05-04T08:25:26,038 [main] INFO o.e.k.c.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_1683188725775.xml 2023-05-04T08:25:26,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:26,039 [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-04T08:25:26,041 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:26,044 [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-04T08:25:26,045 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:26,045 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:26,045 [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-04T08:25:26,045 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:26,045 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:26,047 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:26,048 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:26,048 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:26,048 [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-04T08:25:26,049 [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-04T08:25:26,050 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726033... 2023-05-04T08:25:26,054 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,055 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:26,057 [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_1683188726055.xml... 2023-05-04T08:25:26,060 [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_1683188726055.xml... Done. 2023-05-04T08:25:26,060 [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_1683188725819.xml 2023-05-04T08:25:26,060 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,061 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726055... 2023-05-04T08:25:26,061 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,062 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:26,062 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:26,062 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,064 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:26,065 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2023-05-04T08:25:26,065 [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-04T08:25:26,065 [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-04T08:25:26,066 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,066 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-04T08:25:26,066 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726055... 2023-05-04T08:25:26,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_1683188726070.xml... 2023-05-04T08:25:26,075 [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_1683188726070.xml... Done. 2023-05-04T08:25:26,076 [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_1683188725832.xml 2023-05-04T08:25:26,076 [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-04T08:25:26,076 [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-04T08:25:26,076 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-161229256, priority: 1 2023-05-04T08:25:26,079 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-161229256, priority: 1 2023-05-04T08:25:26,081 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-161229256 with QoS: 0 2023-05-04T08:25:26,084 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-161229256 2023-05-04T08:25:26,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:26,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:26,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726070... 2023-05-04T08:25:26,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_1683188726122.xml... 2023-05-04T08:25:26,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726122.xml... Done. 2023-05-04T08:25:26,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_1683188725851.xml 2023-05-04T08:25:26,140 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:26,141 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,141 [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-04T08:25:26,141 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:26,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:26,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:26,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:26,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:26,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:26,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726122... 2023-05-04T08:25:26,143 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:26,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726146.xml... 2023-05-04T08:25:26,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726146.xml... Done. 2023-05-04T08:25:26,151 [main] INFO o.e.k.c.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_1683188725880.xml 2023-05-04T08:25:26,152 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,152 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:26,153 [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-04T08:25:26,153 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:26,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:26,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:26,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:26,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:26,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726146... 2023-05-04T08:25:26,156 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:26,157 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:26,157 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:26,157 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:26,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726159.xml... 2023-05-04T08:25:26,165 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726159.xml... Done. 2023-05-04T08:25:26,165 [main] INFO o.e.k.c.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_1683188725935.xml 2023-05-04T08:25:26,166 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,166 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:26,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:26,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:26,167 [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-04T08:25:26,168 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-04T08:25:26,170 [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-04T08:25:26,171 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:26,172 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:26,172 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:26,172 [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-04T08:25:26,172 [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-04T08:25:26,172 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:26,173 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:26,173 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:26,173 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:26,173 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,173 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:26,174 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726159... 2023-05-04T08:25:26,175 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:26,175 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:26,176 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:26,176 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:26,176 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:26,177 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:26,177 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:26,180 [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_1683188726178.xml... 2023-05-04T08:25:26,183 [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_1683188726178.xml... Done. 2023-05-04T08:25:26,184 [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_1683188725956.xml 2023-05-04T08:25:26,184 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:26,184 [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-04T08:25:26,184 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:26,184 [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-04T08:25:26,185 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-628558742, priority: 1 2023-05-04T08:25:26,188 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-628558742, priority: 1 2023-05-04T08:25:26,191 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-628558742 with QoS: 0 2023-05-04T08:25:26,193 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-628558742 2023-05-04T08:25:26,217 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2023-05-04T08:25:26,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:26,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726178... 2023-05-04T08:25:26,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726224.xml... 2023-05-04T08:25:26,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726224.xml... Done. 2023-05-04T08:25:26,232 [main] INFO o.e.k.c.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_1683188725984.xml 2023-05-04T08:25:26,232 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:26,233 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,233 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,233 [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-04T08:25:26,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:26,233 [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@2a117963 2023-05-04T08:25:26,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:26,233 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:26,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:26,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:26,235 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:26,235 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,235 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:26,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726224... 2023-05-04T08:25:26,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726238.xml... 2023-05-04T08:25:26,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726238.xml... Done. 2023-05-04T08:25:26,243 [main] INFO o.e.k.c.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_1683188726021.xml 2023-05-04T08:25:26,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:26,244 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:26,244 [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-04T08:25:26,244 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:26,245 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:26,249 [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-04T08:25:26,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=POST/metadata/drivers/ocds/byFactoryPid} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:26,251 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2069030521, priority: 1 2023-05-04T08:25:26,257 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2069030521, priority: 1 2023-05-04T08:25:26,259 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2069030521 with QoS: 0 2023-05-04T08:25:26,262 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2069030521 2023-05-04T08:25:26,264 [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-04T08:25:26,268 [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-04T08:25:26,270 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata/assets/channelDescriptor} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:26,270 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-507555734, priority: 1 2023-05-04T08:25:26,276 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-507555734, priority: 1 2023-05-04T08:25:26,278 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-507555734 with QoS: 0 2023-05-04T08:25:26,282 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-507555734 2023-05-04T08:25:26,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:26,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,319 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726238... 2023-05-04T08:25:26,325 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726322.xml... 2023-05-04T08:25:26,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_1683188726322.xml... Done. 2023-05-04T08:25:26,328 [main] INFO o.e.k.c.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_1683188726033.xml 2023-05-04T08:25:26,328 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:26,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,329 [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-04T08:25:26,329 [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@628c0d59 2023-05-04T08:25:26,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:26,329 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:26,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:26,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:26,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:26,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,331 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:26,331 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726322... 2023-05-04T08:25:26,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726334.xml... 2023-05-04T08:25:26,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_1683188726334.xml... Done. 2023-05-04T08:25:26,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726055.xml 2023-05-04T08:25:26,340 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,340 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:26,340 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:26,341 [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-04T08:25:26,341 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:26,342 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:26,344 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-04T08:25:26,346 [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-04T08:25:26,348 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726334... 2023-05-04T08:25:26,352 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:26,353 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2023-05-04T08:25:26,353 [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-04T08:25:26,354 [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-04T08:25:26,354 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,355 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2023-05-04T08:25:26,355 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726334... 2023-05-04T08:25:26,356 [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@1d197d33 2023-05-04T08:25:26,356 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:26,357 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:26,358 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:26,362 [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_1683188726359.xml... 2023-05-04T08:25:26,365 [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_1683188726359.xml... Done. 2023-05-04T08:25:26,365 [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_1683188726070.xml 2023-05-04T08:25:26,366 [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-04T08:25:26,366 [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-04T08:25:26,366 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2074102887, priority: 1 2023-05-04T08:25:26,369 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2074102887, priority: 1 2023-05-04T08:25:26,372 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2074102887 with QoS: 0 2023-05-04T08:25:26,375 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2074102887 2023-05-04T08:25:26,376 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:26,377 [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-04T08:25:26,381 [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-04T08:25:26,383 [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-04T08:25:26,383 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-883075647, priority: 1 2023-05-04T08:25:26,416 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-883075647, priority: 1 2023-05-04T08:25:26,419 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-883075647 with QoS: 0 2023-05-04T08:25:26,421 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-883075647 2023-05-04T08:25:26,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:26,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726359... 2023-05-04T08:25:26,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_1683188726429.xml... 2023-05-04T08:25:26,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_1683188726429.xml... Done. 2023-05-04T08:25:26,436 [main] INFO o.e.k.c.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_1683188726122.xml 2023-05-04T08:25:26,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:26,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,437 [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-04T08:25:26,437 [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@1d197d33 2023-05-04T08:25:26,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:26,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:26,437 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:26,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:26,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:26,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:26,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,439 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:26,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726429... 2023-05-04T08:25:26,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726443.xml... 2023-05-04T08:25:26,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726443.xml... Done. 2023-05-04T08:25:26,450 [main] INFO o.e.k.c.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_1683188726146.xml 2023-05-04T08:25:26,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:26,450 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:26,451 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:26,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:26,451 [pool-59-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:26,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:26,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726443... 2023-05-04T08:25:26,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726456.xml... 2023-05-04T08:25:26,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726456.xml... Done. 2023-05-04T08:25:26,463 [main] INFO o.e.k.c.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_1683188726159.xml 2023-05-04T08:25:26,464 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:26,464 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:26,465 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:26,465 [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-04T08:25:26,465 [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@2a3d94ad 2023-05-04T08:25:26,468 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-04T08:25:26,470 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=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-04T08:25:26,474 [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-04T08:25:26,474 [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-04T08:25:26,475 [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-04T08:25:26,475 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:26,476 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:26,476 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:26,477 [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-04T08:25:26,477 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,477 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726456... 2023-05-04T08:25:26,527 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:26,528 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:26,528 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:26,529 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:26,529 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:26,530 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:26,530 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:26,533 [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_1683188726529.xml... 2023-05-04T08:25:26,536 [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_1683188726529.xml... Done. 2023-05-04T08:25:26,536 [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_1683188726178.xml 2023-05-04T08:25:26,536 [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-04T08:25:26,537 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:26,537 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:26,537 [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-04T08:25:26,537 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1464146995, priority: 1 2023-05-04T08:25:26,540 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1464146995, priority: 1 2023-05-04T08:25:26,543 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1464146995 with QoS: 0 2023-05-04T08:25:26,546 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1464146995 2023-05-04T08:25:26,548 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2023-05-04T08:25:26,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:26,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726529... 2023-05-04T08:25:26,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726555.xml... 2023-05-04T08:25:26,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_1683188726555.xml... Done. 2023-05-04T08:25:26,561 [main] INFO o.e.k.c.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_1683188726224.xml 2023-05-04T08:25:26,561 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:26,562 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,562 [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-04T08:25:26,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:26,562 [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@2a3d94ad 2023-05-04T08:25:26,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:26,562 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:26,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:26,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:26,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:26,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,564 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:26,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726555... 2023-05-04T08:25:26,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_1683188726567.xml... 2023-05-04T08:25:26,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726567.xml... Done. 2023-05-04T08:25:26,573 [main] INFO o.e.k.c.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_1683188726238.xml 2023-05-04T08:25:26,573 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:26,574 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:26,575 [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-04T08:25:26,575 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:26,576 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:26,579 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/drivers/pids 2023-05-04T08:25:26,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=GET/drivers/pids} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:26,581 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-128360572, priority: 1 2023-05-04T08:25:26,619 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-128360572, priority: 1 2023-05-04T08:25:26,623 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-128360572 with QoS: 0 2023-05-04T08:25:26,626 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-128360572 2023-05-04T08:25:26,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:26,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726567... 2023-05-04T08:25:26,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_1683188726633.xml... 2023-05-04T08:25: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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726633.xml... Done. 2023-05-04T08:25:26,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726322.xml 2023-05-04T08:25:26,640 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:26,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:26,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,641 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:26,641 [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@3396dc13 2023-05-04T08:25:26,641 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:26,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:26,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:26,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:26,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:26,643 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:26,643 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726633... 2023-05-04T08:25:26,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,649 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:26,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726649.xml... 2023-05-04T08:25:26,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726649.xml... Done. 2023-05-04T08:25:26,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726334.xml 2023-05-04T08:25:26,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,655 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,656 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,656 [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-04T08:25:26,658 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:26,661 [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-04T08:25:26,661 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:26,661 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:26,661 [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-04T08:25:26,662 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:26,662 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:26,663 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:26,664 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:26,664 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:26,664 [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-04T08:25:26,664 [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-04T08:25:26,665 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2023-05-04T08:25:26,665 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-04T08:25:26,666 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2023-05-04T08:25:26,667 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2023-05-04T08:25:26,667 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2023-05-04T08:25:26,667 [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-04T08:25:26,668 [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-04T08:25:26,669 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726649... 2023-05-04T08:25:26,672 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,673 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:26,675 [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_1683188726673.xml... 2023-05-04T08:25:26,678 [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_1683188726673.xml... Done. 2023-05-04T08:25:26,678 [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_1683188726359.xml 2023-05-04T08:25:26,678 [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-04T08:25:26,678 [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-04T08:25:26,678 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2045480009, priority: 1 2023-05-04T08:25:26,679 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,680 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:26,680 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test1/0 and log1/0... 2023-05-04T08:25:26,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:25:26,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:26,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,682 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2045480009, priority: 1 2023-05-04T08:25:26,716 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2045480009 with QoS: 0 2023-05-04T08:25:26,720 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2045480009 2023-05-04T08:25:26,722 [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-04T08:25:26,723 [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-04T08:25:26,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-04T08:25:26,726 [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-04T08:25:26,726 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,726 [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-04T08:25:26,729 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/drivers/pids 2023-05-04T08:25:26,730 [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-04T08:25:26,730 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/266314206, priority: 1 2023-05-04T08:25:26,736 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/266314206, priority: 1 2023-05-04T08:25:26,738 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/266314206 with QoS: 0 2023-05-04T08:25:26,741 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/266314206 2023-05-04T08:25:26,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:26,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:26,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:26,744 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-04T08:25:26,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2023-05-04T08:25:26,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-04T08:25:26,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2023-05-04T08:25:26,745 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2023-05-04T08:25:26,746 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726673... 2023-05-04T08:25:26,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:26,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726754.xml... 2023-05-04T08:25:26,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_1683188726754.xml... Done. 2023-05-04T08:25:26,761 [main] INFO o.e.k.c.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_1683188726429.xml 2023-05-04T08:25:26,761 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,761 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,761 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:26,762 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-04T08:25:26,763 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,763 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,764 [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-04T08:25:26,764 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:26,764 [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-04T08:25:26,767 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:26,770 [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-04T08:25:26,771 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:26,771 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:26,771 [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-04T08:25:26,771 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:26,771 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:26,772 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:26,773 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:26,774 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:26,774 [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-04T08:25:26,774 [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-04T08:25:26,775 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726754... 2023-05-04T08:25:26,779 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,780 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:26,816 [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_1683188726814.xml... 2023-05-04T08:25:26,820 [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_1683188726814.xml... Done. 2023-05-04T08:25:26,821 [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_1683188726443.xml 2023-05-04T08:25:26,821 [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-04T08:25:26,822 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726814... 2023-05-04T08:25:26,822 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,822 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:26,823 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:26,823 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,824 [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-04T08:25:26,825 [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-04T08:25:26,825 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:26,825 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:26,826 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:26,826 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:26,826 [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-04T08:25:26,827 [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-04T08:25:26,827 [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-04T08:25:26,827 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:26,827 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:26,828 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726814... 2023-05-04T08:25:26,834 [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_1683188726831.xml... 2023-05-04T08:25:26,837 [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_1683188726831.xml... Done. 2023-05-04T08:25:26,837 [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_1683188726456.xml 2023-05-04T08:25:26,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 - Take snapshot 2023-05-04T08:25:26,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} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:26,837 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:26,837 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/618744080, priority: 1 2023-05-04T08:25:26,838 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:26,838 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:26,840 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/618744080, priority: 1 2023-05-04T08:25:26,843 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/618744080 with QoS: 0 2023-05-04T08:25:26,845 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/618744080 2023-05-04T08:25:26,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:26,848 [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-04T08:25:26,852 [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-04T08:25:26,856 [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-04T08:25:26,857 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1582731294, priority: 1 2023-05-04T08:25:26,862 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1582731294, priority: 1 2023-05-04T08:25:26,866 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1582731294 with QoS: 0 2023-05-04T08:25:26,909 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1582731294 2023-05-04T08:25:26,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:26,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:26,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:26,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:26,918 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:26,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726831... 2023-05-04T08:25:26,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:26,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726926.xml... 2023-05-04T08:25:26,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726926.xml... Done. 2023-05-04T08:25:26,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726529.xml 2023-05-04T08:25:26,931 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,931 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,931 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,932 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,932 [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-04T08:25:26,934 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:26,936 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:26,936 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:26,936 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:26,936 [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-04T08:25:26,937 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:26,937 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:26,938 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:26,939 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:26,939 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:26,939 [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-04T08:25:26,940 [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-04T08:25:26,941 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726926... 2023-05-04T08:25:26,944 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,945 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:26,948 [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_1683188726945.xml... 2023-05-04T08:25:26,950 [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_1683188726945.xml... Done. 2023-05-04T08:25:26,951 [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_1683188726555.xml 2023-05-04T08:25:26,951 [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-04T08:25:26,951 [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-04T08:25:26,951 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-880488771, priority: 1 2023-05-04T08:25:26,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:26,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:26,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,954 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-880488771, priority: 1 2023-05-04T08:25:26,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-880488771 with QoS: 0 2023-05-04T08:25:26,960 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-880488771 2023-05-04T08:25:26,962 [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-04T08:25:26,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:26,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:26,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:26,965 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:26,965 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:26,965 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726945... 2023-05-04T08:25:26,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:26,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726972.xml... 2023-05-04T08:25:26,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188726972.xml... Done. 2023-05-04T08:25:26,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_1683188726567.xml 2023-05-04T08:25:26,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:26,978 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:26,978 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:26,979 [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-04T08:25:26,980 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:27,015 [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-04T08:25:27,016 [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-04T08:25:27,017 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/235241221, priority: 1 2023-05-04T08:25:27,022 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/235241221, priority: 1 2023-05-04T08:25:27,026 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/235241221 with QoS: 0 2023-05-04T08:25:27,029 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/235241221 2023-05-04T08:25:27,032 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188726972... 2023-05-04T08:25:27,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727038.xml... 2023-05-04T08:25:27,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_1683188727038.xml... Done. 2023-05-04T08:25:27,043 [main] INFO o.e.k.c.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_1683188726633.xml 2023-05-04T08:25:27,043 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,043 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,043 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,043 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,044 [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-04T08:25:27,046 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:27,047 [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-04T08:25:27,048 [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-04T08:25:27,048 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-71761921, priority: 1 2023-05-04T08:25:27,053 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-71761921, priority: 1 2023-05-04T08:25:27,057 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-71761921 with QoS: 0 2023-05-04T08:25:27,059 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-71761921 2023-05-04T08:25:27,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:27,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727038... 2023-05-04T08:25:27,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_1683188727066.xml... 2023-05-04T08:25:27,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_1683188727066.xml... Done. 2023-05-04T08:25:27,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_1683188726649.xml 2023-05-04T08:25:27,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:27,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:27,071 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,071 [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@14ab83c5 2023-05-04T08:25:27,071 [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-04T08:25:27,071 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:27,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:27,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:27,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:27,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:27,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:27,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,073 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:27,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727066... 2023-05-04T08:25:27,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727076.xml... 2023-05-04T08:25:27,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727076.xml... Done. 2023-05-04T08:25:27,082 [main] INFO o.e.k.c.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_1683188726673.xml 2023-05-04T08:25:27,082 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,083 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:27,083 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:27,083 [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-04T08:25:27,083 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:27,084 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:27,117 [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-04T08:25:27,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=GET/metadata/drivers/ocds} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:27,118 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1560267658, priority: 1 2023-05-04T08:25:27,124 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1560267658, priority: 1 2023-05-04T08:25:27,126 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1560267658 with QoS: 0 2023-05-04T08:25:27,129 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1560267658 2023-05-04T08:25:27,131 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:27,131 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727076... 2023-05-04T08:25: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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727136.xml... 2023-05-04T08:25:27,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_1683188727136.xml... Done. 2023-05-04T08:25:27,142 [main] INFO o.e.k.c.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_1683188726754.xml 2023-05-04T08:25:27,142 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:27,142 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:27,142 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,143 [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-04T08:25:27,143 [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@e43e5ff 2023-05-04T08:25:27,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:27,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:27,143 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:27,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:27,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:27,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:27,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,146 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:27,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727136... 2023-05-04T08:25:27,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727149.xml... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727149.xml... Done. 2023-05-04T08:25:27,155 [main] INFO o.e.k.c.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_1683188726814.xml 2023-05-04T08:25:27,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:27,156 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:27,156 [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-04T08:25:27,156 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:27,157 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2023-05-04T08:25:27,158 [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-04T08:25:27,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=POST/metadata/drivers/channelDescriptors/byPid} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:27,159 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-37743846, priority: 1 2023-05-04T08:25:27,162 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-37743846, priority: 1 2023-05-04T08:25:27,165 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-37743846 with QoS: 0 2023-05-04T08:25:27,168 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-37743846 2023-05-04T08:25:27,170 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727149... 2023-05-04T08:25:27,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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_1683188727176.xml... 2023-05-04T08:25: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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727176.xml... Done. 2023-05-04T08:25:27,182 [main] INFO o.e.k.c.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_1683188726831.xml 2023-05-04T08:25:27,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,183 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,183 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,184 [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-04T08:25:27,184 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,185 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2023-05-04T08:25:27,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2023-05-04T08:25:27,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:27,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2023-05-04T08:25:27,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2023-05-04T08:25:27,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2023-05-04T08:25:27,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2023-05-04T08:25:27,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727176... 2023-05-04T08:25:27,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727222.xml... 2023-05-04T08:25:27,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727222.xml... Done. 2023-05-04T08:25:27,228 [main] INFO o.e.k.c.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_1683188726926.xml 2023-05-04T08:25:27,228 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,229 [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-04T08:25:27,230 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,230 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,230 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,230 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,231 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2023-05-04T08:25:27,232 [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-04T08:25:27,233 [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-04T08:25:27,233 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-134373911, priority: 1 2023-05-04T08:25:27,237 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-134373911, priority: 1 2023-05-04T08:25:27,240 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-134373911 with QoS: 0 2023-05-04T08:25:27,244 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-134373911 2023-05-04T08:25:27,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2023-05-04T08:25:27,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:27,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2023-05-04T08:25:27,248 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2023-05-04T08:25:27,248 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2023-05-04T08:25:27,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727222... 2023-05-04T08:25:27,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727255.xml... 2023-05-04T08:25:27,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_1683188727255.xml... Done. 2023-05-04T08:25:27,261 [main] INFO o.e.k.c.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_1683188726945.xml 2023-05-04T08:25:27,261 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,262 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,262 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,262 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,263 [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-04T08:25:27,263 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,263 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,264 [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-04T08:25:27,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-04T08:25:27,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-04T08:25:27,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-04T08:25:27,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-04T08:25:27,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-04T08:25:27,265 [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-04T08:25:27,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-04T08:25:27,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-04T08:25:27,267 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:27,267 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:27,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-04T08:25:27,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-04T08:25:27,267 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-04T08:25:27,268 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727255... 2023-05-04T08:25:27,269 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:27,269 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:27,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727273.xml... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727273.xml... Done. 2023-05-04T08:25:27,279 [main] INFO o.e.k.c.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_1683188726972.xml 2023-05-04T08:25:27,279 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,280 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,280 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,281 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-04T08:25:27,281 [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-04T08:25:27,281 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:25:27,282 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,282 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,283 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:27,284 [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-04T08:25:27,285 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,285 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,314 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-04T08:25:27,315 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:27,315 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-04T08:25:27,315 [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-04T08:25:27,315 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-04T08:25:27,316 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:27,316 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-04T08:25:27,316 [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-04T08:25:27,316 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:27,316 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... 2023-05-04T08:25:27,316 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... done 2023-05-04T08:25:27,316 [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-04T08:25:27,317 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727273... 2023-05-04T08:25:27,319 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,320 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,322 [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_1683188727320.xml... 2023-05-04T08:25:27,325 [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_1683188727320.xml... Done. 2023-05-04T08:25:27,325 [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_1683188727038.xml 2023-05-04T08:25:27,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 - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,325 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:27,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} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:27,325 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1545978464, priority: 1 2023-05-04T08:25:27,326 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,326 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,326 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,327 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,329 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1545978464, priority: 1 2023-05-04T08:25:27,333 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1545978464 with QoS: 0 2023-05-04T08:25:27,336 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1545978464 2023-05-04T08:25:27,338 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:27,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:27,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727320... 2023-05-04T08:25:27,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727344.xml... 2023-05-04T08:25:27,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_1683188727344.xml... Done. 2023-05-04T08:25:27,351 [main] INFO o.e.k.c.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_1683188727066.xml 2023-05-04T08:25:27,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:27,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:27,351 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,352 [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-04T08:25:27,352 [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@12bda8f0 2023-05-04T08:25:27,352 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:27,355 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-04T08:25:27,356 [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-04T08:25:27,358 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727344... 2023-05-04T08:25:27,361 [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-04T08:25:27,361 [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-04T08:25:27,361 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:27,362 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:27,362 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:27,362 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:27,363 [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-04T08:25:27,363 [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-04T08:25:27,363 [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-04T08:25:27,363 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,363 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:27,364 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727344... 2023-05-04T08:25:27,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_1683188727367.xml... 2023-05-04T08:25:27,372 [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_1683188727367.xml... Done. 2023-05-04T08:25:27,372 [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_1683188727076.xml 2023-05-04T08:25:27,372 [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-04T08:25:27,372 [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-04T08:25:27,372 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:27,372 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/713378134, priority: 1 2023-05-04T08:25:27,373 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:27,373 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:27,376 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/713378134, priority: 1 2023-05-04T08:25:27,378 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/713378134 with QoS: 0 2023-05-04T08:25:27,382 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/713378134 2023-05-04T08:25:27,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:27,385 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727367... 2023-05-04T08:25:27,414 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,416 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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_1683188727416.xml... 2023-05-04T08:25:27,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_1683188727416.xml... Done. 2023-05-04T08:25:27,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_1683188727136.xml 2023-05-04T08:25:27,422 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,423 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,423 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,423 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,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-04T08:25:27,424 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,424 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,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-04T08:25:27,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:27,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:27,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:27,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:27,425 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:27,425 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-04T08:25:27,426 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,426 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727416... 2023-05-04T08:25:27,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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_1683188727430.xml... 2023-05-04T08:25:27,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_1683188727430.xml... Done. 2023-05-04T08:25:27,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_1683188727149.xml 2023-05-04T08:25:27,435 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,435 [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-04T08:25:27,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,437 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,437 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:27,439 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/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-04T08:25:27,440 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,440 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,440 [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-04T08:25:27,440 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2023-05-04T08:25:27,440 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-04T08:25:27,441 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2023-05-04T08:25:27,442 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2023-05-04T08:25:27,442 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2023-05-04T08:25:27,442 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger log1 2023-05-04T08:25:27,443 [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-04T08:25:27,444 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727430... 2023-05-04T08:25:27,447 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,448 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,450 [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_1683188727448.xml... 2023-05-04T08:25:27,453 [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_1683188727448.xml... Done. 2023-05-04T08:25:27,453 [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_1683188727176.xml 2023-05-04T08:25:27,453 [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-04T08:25:27,454 [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-04T08:25:27,454 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/646564040, priority: 1 2023-05-04T08:25:27,454 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,457 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/646564040, priority: 1 2023-05-04T08:25:27,459 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/646564040 with QoS: 0 2023-05-04T08:25:27,462 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/646564040 2023-05-04T08:25:27,465 [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-04T08:25:27,466 [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-04T08:25:27,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:27,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:27,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:27,468 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-04T08:25:27,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2023-05-04T08:25:27,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-04T08:25:27,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2023-05-04T08:25:27,469 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2023-05-04T08:25:27,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:27,469 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727448... 2023-05-04T08:25:27,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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_1683188727473.xml... 2023-05-04T08:25:27,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727473.xml... Done. 2023-05-04T08:25:27,478 [main] INFO o.e.k.c.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_1683188727222.xml 2023-05-04T08:25:27,478 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,479 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2023-05-04T08:25:27,480 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,480 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,481 [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-04T08:25:27,483 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-04T08:25:27,485 [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-04T08:25:27,515 [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-04T08:25:27,515 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1940588658, priority: 1 2023-05-04T08:25:27,519 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1940588658, priority: 1 2023-05-04T08:25:27,521 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1940588658 with QoS: 0 2023-05-04T08:25:27,524 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1940588658 2023-05-04T08:25:27,526 [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-04T08:25:27,530 [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-04T08:25:27,531 [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-04T08:25:27,531 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1418255430, priority: 1 2023-05-04T08:25:27,536 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1418255430, priority: 1 2023-05-04T08:25:27,538 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1418255430 with QoS: 0 2023-05-04T08:25:27,541 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1418255430 2023-05-04T08:25:27,542 [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-04T08:25:27,545 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2023-05-04T08:25:27,546 [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-04T08:25:27,547 [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-04T08:25:27,547 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/169962613, priority: 1 2023-05-04T08:25:27,553 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/169962613, priority: 1 2023-05-04T08:25:27,555 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/169962613 with QoS: 0 2023-05-04T08:25:27,558 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/169962613 2023-05-04T08:25:27,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727473... 2023-05-04T08:25:27,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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_1683188727564.xml... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727564.xml... Done. 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727255.xml 2023-05-04T08:25:27,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,572 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,573 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,574 [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-04T08:25:27,576 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:27,616 [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-04T08:25:27,617 [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-04T08:25:27,617 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1103039159, priority: 1 2023-05-04T08:25:27,621 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1103039159, priority: 1 2023-05-04T08:25:27,625 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1103039159 with QoS: 0 2023-05-04T08:25:27,628 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1103039159 2023-05-04T08:25:27,631 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727564... 2023-05-04T08:25:27,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727636.xml... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727636.xml... Done. 2023-05-04T08:25:27,643 [main] INFO o.e.k.c.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_1683188727273.xml 2023-05-04T08:25:27,643 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,643 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,643 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,644 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,644 [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-04T08:25:27,645 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,645 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-04T08:25:27,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:27,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:27,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:27,646 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:27,646 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:27,646 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-04T08:25:27,647 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727636... 2023-05-04T08:25:27,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727652.xml... 2023-05-04T08:25:27,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727652.xml... Done. 2023-05-04T08:25:27,658 [main] INFO o.e.k.c.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_1683188727320.xml 2023-05-04T08:25:27,658 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,659 [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-04T08:25:27,660 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,660 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,660 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,661 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,661 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-04T08:25:27,662 [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-04T08:25:27,662 [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-04T08:25:27,663 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/566237376, priority: 1 2023-05-04T08:25:27,666 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/566237376, priority: 1 2023-05-04T08:25:27,669 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/566237376 with QoS: 0 2023-05-04T08:25:27,672 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/566237376 2023-05-04T08:25:27,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:27,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:27,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:27,677 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-04T08:25:27,678 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:27,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727652... 2023-05-04T08:25:27,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727683.xml... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727683.xml... Done. 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727344.xml 2023-05-04T08:25:27,717 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,717 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,717 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,717 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:27,718 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,718 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2023-05-04T08:25:27,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2023-05-04T08:25:27,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2023-05-04T08:25:27,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2023-05-04T08:25:27,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2023-05-04T08:25:27,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2023-05-04T08:25:27,720 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2023-05-04T08:25:27,720 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727683... 2023-05-04T08:25:27,723 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727724.xml... 2023-05-04T08:25:27,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_1683188727724.xml... Done. 2023-05-04T08:25:27,728 [main] INFO o.e.k.c.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_1683188727367.xml 2023-05-04T08:25:27,728 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,729 [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-04T08:25:27,730 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,730 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,730 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,730 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,731 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-04T08:25:27,731 [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-04T08:25:27,732 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1468758649, priority: 1 2023-05-04T08:25:27,735 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1468758649, priority: 1 2023-05-04T08:25:27,738 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1468758649 with QoS: 0 2023-05-04T08:25:27,741 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1468758649 2023-05-04T08:25:27,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:27,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727724... 2023-05-04T08:25:27,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_1683188727748.xml... 2023-05-04T08:25:27,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_1683188727748.xml... Done. 2023-05-04T08:25:27,754 [main] INFO o.e.k.c.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_1683188727416.xml 2023-05-04T08:25:27,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:27,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:27,755 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,755 [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-04T08:25:27,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:27,755 [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@c65f349e 2023-05-04T08:25:27,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:27,755 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:27,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:27,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:27,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:27,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,758 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:27,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727748... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727761.xml... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727761.xml... Done. 2023-05-04T08:25:27,767 [main] INFO o.e.k.c.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_1683188727430.xml 2023-05-04T08:25:27,767 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,767 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:27,767 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:27,767 [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-04T08:25:27,768 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:27,768 [pool-61-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:27,770 [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-04T08:25:27,772 [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-04T08:25:27,772 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-246262500, priority: 1 2023-05-04T08:25:27,774 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-246262500, priority: 1 2023-05-04T08:25:27,776 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-246262500 with QoS: 0 2023-05-04T08:25:27,820 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-246262500 2023-05-04T08:25:27,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2023-05-04T08:25:27,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:27,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2023-05-04T08:25:27,826 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2023-05-04T08:25:27,826 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2023-05-04T08:25:27,826 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727761... 2023-05-04T08:25:27,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727831.xml... 2023-05-04T08:25:27,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727831.xml... Done. 2023-05-04T08:25:27,837 [main] INFO o.e.k.c.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_1683188727448.xml 2023-05-04T08:25:27,837 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,838 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,838 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,838 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,839 [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-04T08:25:27,840 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,840 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeDeleted 2023-05-04T08:25:27,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeDeleted 2023-05-04T08:25:27,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-04T08:25:27,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted.... 2023-05-04T08:25:27,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeDeleted 2023-05-04T08:25:27,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted....Done 2023-05-04T08:25:27,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeDeleted 2023-05-04T08:25:27,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeKept 2023-05-04T08:25:27,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeKept 2023-05-04T08:25:27,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2023-05-04T08:25:27,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept.... 2023-05-04T08:25:27,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeKept 2023-05-04T08:25:27,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept....Done 2023-05-04T08:25:27,844 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeKept 2023-05-04T08:25:27,844 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727831... 2023-05-04T08:25:27,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727849.xml... 2023-05-04T08:25:27,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727849.xml... Done. 2023-05-04T08:25:27,854 [main] INFO o.e.k.c.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_1683188727473.xml 2023-05-04T08:25:27,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,855 [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-04T08:25:27,855 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,856 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,856 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,856 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,857 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:27,859 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/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-04T08:25:27,859 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:27,859 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:27,860 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted... 2023-05-04T08:25:27,860 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2023-05-04T08:25:27,860 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted...done 2023-05-04T08:25:27,860 [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-04T08:25:27,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2023-05-04T08:25:27,861 [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-04T08:25:27,861 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727849... 2023-05-04T08:25:27,867 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,868 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:27,870 [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_1683188727868.xml... 2023-05-04T08:25:27,873 [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_1683188727868.xml... Done. 2023-05-04T08:25:27,874 [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_1683188727564.xml 2023-05-04T08:25:27,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=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:27,874 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:27,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=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:27,874 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/44973208, priority: 1 2023-05-04T08:25:27,875 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:27,875 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:27,875 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:27,879 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/44973208, priority: 1 2023-05-04T08:25:27,881 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/44973208 with QoS: 0 2023-05-04T08:25:27,883 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/44973208 2023-05-04T08:25:27,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:27,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:25:27,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2023-05-04T08:25:27,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:27,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727868... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727890.xml... 2023-05-04T08:25:27,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727890.xml... Done. 2023-05-04T08:25:27,918 [main] INFO o.e.k.c.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_1683188727636.xml 2023-05-04T08:25:27,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2023-05-04T08:25:27,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:27,918 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:27,918 [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-04T08:25:27,919 [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@644d6008 2023-05-04T08:25:27,922 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/assets/pids 2023-05-04T08:25:27,922 [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-04T08:25:27,923 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-387752850, priority: 1 2023-05-04T08:25:27,929 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-387752850, priority: 1 2023-05-04T08:25:27,931 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-387752850 with QoS: 0 2023-05-04T08:25:27,933 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-387752850 2023-05-04T08:25:27,935 [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-04T08:25:27,937 [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-04T08:25:27,938 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata/wireComponents/factoryPids} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:27,939 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-704789593, priority: 1 2023-05-04T08:25:27,944 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-704789593, priority: 1 2023-05-04T08:25:27,947 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-704789593 with QoS: 0 2023-05-04T08:25:27,950 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-704789593 2023-05-04T08:25:27,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:27,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727890... 2023-05-04T08:25:27,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727959.xml... 2023-05-04T08:25:27,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727959.xml... Done. 2023-05-04T08:25:27,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727652.xml 2023-05-04T08:25:27,966 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:27,966 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:27,966 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:27,967 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:27,967 [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-04T08:25:27,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:27,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:27,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:27,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:27,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:27,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:27,969 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:27,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727959... 2023-05-04T08:25:27,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727974.xml... 2023-05-04T08:25:27,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727974.xml... Done. 2023-05-04T08:25:27,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727683.xml 2023-05-04T08:25:27,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:27,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:27,981 [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-04T08:25:27,983 [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-04T08:25:27,984 [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-04T08:25:27,984 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1985590028, priority: 1 2023-05-04T08:25:27,987 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1985590028, priority: 1 2023-05-04T08:25:28,017 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1985590028 with QoS: 0 2023-05-04T08:25:28,021 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1985590028 2023-05-04T08:25:28,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept... 2023-05-04T08:25:28,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2023-05-04T08:25:28,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept...done 2023-05-04T08:25:28,025 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: toBeKept 2023-05-04T08:25:28,025 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2023-05-04T08:25:28,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188727974... 2023-05-04T08:25:28,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:28,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728032.xml... 2023-05-04T08:25:28,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_1683188728032.xml... Done. 2023-05-04T08:25:28,039 [main] INFO o.e.k.c.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_1683188727724.xml 2023-05-04T08:25:28,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,039 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:28,039 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:28,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:28,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:28,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:28,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728032... 2023-05-04T08:25:28,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_1683188728044.xml... 2023-05-04T08:25:28,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_1683188728044.xml... Done. 2023-05-04T08:25:28,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_1683188727748.xml 2023-05-04T08:25:28,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:28,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:28,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:28,050 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:28,050 [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-04T08:25:28,050 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:28,053 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata 2023-05-04T08:25:28,056 [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-04T08:25:28,057 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1205062135, priority: 1 2023-05-04T08:25:28,061 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1205062135, priority: 1 2023-05-04T08:25:28,064 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1205062135 with QoS: 0 2023-05-04T08:25:28,107 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1205062135 2023-05-04T08:25:28,119 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728044... 2023-05-04T08:25:28,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,122 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:28,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728122.xml... 2023-05-04T08:25:28,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_1683188728122.xml... Done. 2023-05-04T08:25:28,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188727761.xml 2023-05-04T08:25:28,127 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,127 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,127 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:28,128 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:28,128 [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-04T08:25:28,130 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph 2023-05-04T08:25:28,131 [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-04T08:25:28,131 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728122... 2023-05-04T08:25:28,134 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,135 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:28,137 [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_1683188728135.xml... 2023-05-04T08:25:28,140 [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_1683188728135.xml... Done. 2023-05-04T08:25:28,140 [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_1683188727831.xml 2023-05-04T08:25:28,140 [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-04T08:25:28,141 [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-04T08:25:28,141 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:28,141 [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-04T08:25:28,141 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1328080922, priority: 1 2023-05-04T08:25:28,141 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:28,145 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1328080922, priority: 1 2023-05-04T08:25:28,147 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1328080922 with QoS: 0 2023-05-04T08:25:28,149 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1328080922 2023-05-04T08:25:28,150 [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-04T08:25:28,151 [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-04T08:25:28,153 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-04T08:25:28,154 [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-04T08:25:28,154 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1545211048, priority: 1 2023-05-04T08:25:28,160 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1545211048, priority: 1 2023-05-04T08:25:28,163 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1545211048 with QoS: 0 2023-05-04T08:25:28,168 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1545211048 2023-05-04T08:25:28,171 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728135... 2023-05-04T08:25:28,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:28,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728176.xml... 2023-05-04T08:25:28,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728176.xml... Done. 2023-05-04T08:25:28,181 [main] INFO o.e.k.c.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_1683188727849.xml 2023-05-04T08:25:28,181 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,181 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,181 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:28,181 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:28,182 [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-04T08:25:28,182 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:25:28,182 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:25:28,182 [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-04T08:25:28,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2023-05-04T08:25:28,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2023-05-04T08:25:28,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2023-05-04T08:25:28,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2023-05-04T08:25:28,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2023-05-04T08:25:28,184 [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-04T08:25:28,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2023-05-04T08:25:28,185 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:28,185 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:28,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2023-05-04T08:25:28,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2023-05-04T08:25:28,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2023-05-04T08:25:28,215 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2023-05-04T08:25:28,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728176... 2023-05-04T08:25:28,217 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:25:28,217 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:25:28,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:28,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_1683188728219.xml... 2023-05-04T08:25:28,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728219.xml... Done. 2023-05-04T08:25:28,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_1683188727868.xml 2023-05-04T08:25:28,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,225 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:28,225 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:28,225 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2023-05-04T08:25:28,226 [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-04T08:25:28,226 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:25:28,227 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:28,227 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:28,228 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/graph/topology 2023-05-04T08:25:28,229 [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-04T08:25:28,233 [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-04T08:25:28,233 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1480353890, priority: 1 2023-05-04T08:25:28,238 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1480353890, priority: 1 2023-05-04T08:25:28,241 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1480353890 with QoS: 0 2023-05-04T08:25:28,244 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1480353890 2023-05-04T08:25:28,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2023-05-04T08:25:28,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:28,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2023-05-04T08:25:28,248 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: foo 2023-05-04T08:25:28,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2023-05-04T08:25:28,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:28,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2023-05-04T08:25:28,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: bar 2023-05-04T08:25:28,249 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2023-05-04T08:25:28,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728219... 2023-05-04T08:25:28,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:25:28,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728254.xml... 2023-05-04T08:25:28,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/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728254.xml... Done. 2023-05-04T08:25:28,260 [main] INFO o.e.k.c.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_1683188727890.xml 2023-05-04T08:25:28,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2023-05-04T08:25:28,261 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:28,261 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:28,262 [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-04T08:25:28,263 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2023-05-04T08:25:28,264 [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-04T08:25:28,265 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-121945457, priority: 1 2023-05-04T08:25:28,268 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-121945457, priority: 1 2023-05-04T08:25:28,270 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-121945457 with QoS: 0 2023-05-04T08:25:28,273 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-121945457 2023-05-04T08:25:28,276 [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-04T08:25:28,276 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:28,276 [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-04T08:25:28,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:28,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:28,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:28,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:28,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:28,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:28,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728254... 2023-05-04T08:25:28,280 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:28,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728316.xml... 2023-05-04T08:25:28,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728316.xml... Done. 2023-05-04T08:25:28,321 [main] INFO o.e.k.c.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_1683188727959.xml 2023-05-04T08:25:28,321 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:28,321 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:28,321 [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-04T08:25:28,323 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2023-05-04T08:25:28,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=POST/configs/byPid} ConfigurationService - Success - Get component configuration: testDriver 2023-05-04T08:25:28,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=POST/configs/byPid} CloudCall - Success - Execute RequestHandler call 2023-05-04T08:25:28,324 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/667868965, priority: 1 2023-05-04T08:25:28,327 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/667868965, priority: 1 2023-05-04T08:25:28,329 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/667868965 with QoS: 0 2023-05-04T08:25:28,333 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/667868965 2023-05-04T08:25:28,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2023-05-04T08:25:28,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:28,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:28,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728316... 2023-05-04T08:25:28,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728339.xml... 2023-05-04T08:25:28,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728339.xml... Done. 2023-05-04T08:25:28,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_1683188727974.xml 2023-05-04T08:25:28,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:28,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2023-05-04T08:25:28,344 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2023-05-04T08:25:28,344 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:28,344 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:28,344 [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-04T08:25:28,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2023-05-04T08:25:28,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2023-05-04T08:25:28,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2023-05-04T08:25:28,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2023-05-04T08:25:28,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2023-05-04T08:25:28,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:28,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728339... 2023-05-04T08:25:28,346 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2023-05-04T08:25:28,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728348.xml... 2023-05-04T08:25:28,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_1683188728348.xml... Done. 2023-05-04T08:25:28,353 [main] INFO o.e.k.c.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_1683188728032.xml 2023-05-04T08:25:28,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:28,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2023-05-04T08:25:28,354 [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-04T08:25:28,354 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2023-05-04T08:25:28,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2023-05-04T08:25:28,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2023-05-04T08:25:28,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2023-05-04T08:25:28,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2023-05-04T08:25:28,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:28,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188728348... 2023-05-04T08:25:28,356 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2023-05-04T08:25:28,356 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2023-05-04T08:25:28,356 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2023-05-04T08:25:28,356 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2023-05-04T08:25:28,356 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2023-05-04T08:25:28,357 [pool-70-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2023-05-04T08:25:28,357 [pool-70-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2023-05-04T08:25:28,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-2-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728358.xml... 2023-05-04T08:25:28,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.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1683188728358.xml... Done. 2023-05-04T08:25:28,363 [main] INFO o.e.k.c.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_1683188728044.xml 2023-05-04T08:25:28,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:28,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2023-05-04T08:25:28,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2023-05-04T08:25:28,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2023-05-04T08:25:28,364 [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-04T08:25:28,365 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/assets/pids 2023-05-04T08:25:28,366 [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-04T08:25:28,366 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/848807140, priority: 1 2023-05-04T08:25:28,370 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/848807140, priority: 1 2023-05-04T08:25:28,373 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/848807140 with QoS: 0 2023-05-04T08:25:28,376 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/848807140 Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.25 s - in org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest fillDefaultRenderingPropertiesIfNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.282 s updateWireComponentConfigurationProperty[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.195 s getWireComponentDefinitionsNotExisting[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.023 s getDriverChannelDescriptorsByPid[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.123 s getConfigsAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.186 s getEmptyGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.075 s deleteDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.078 s updateConfigsWireComponent[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.085 s deleteAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.085 s deleteGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.145 s updateNonGraphFactoryConfiguration[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.139 s updateConfigModifyAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.094 s getDriverOCDsByFactoryPidNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.063 s getAssetChannelDescriptor[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.01 s updateConfigModifyDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.082 s getWireComponentDefinitionsByFactoryPid[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.009 s updateConfigCreateAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.089 s getDriverPidsSingleDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.03 s createGraphFromEmptyState[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.094 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.103 s getWireComponentDefinitions[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.018 s createWireComponentWithModifiedConfigurationProperty[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.067 s rejectUpdateIfInputPortCountIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.032 s rejectUpdateIfConfigurationForComponentToBeCreatedIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.043 s getDriverOCDs[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.031 s getDriverChannelDescriptorsByPidNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.032 s deleteComponentInGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.058 s deleteGraphWithUpdateRequest[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.091 s updateConfigCreateDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.043 s addWireComponentToExistingGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.083 s updateConfigsWireComponentNotInGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.054 s getDriverFactoryPids[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.008 s updateConfigUnpermitted[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.004 s rejectUpdateIfOutputPortCountIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.023 s getConfigsWireComponent[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.066 s getGraphConfigsNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.034 s getDriverChannelDescriptors[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.064 s deleteExistingComponentNotReferencedByProvidedGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.056 s getAssetPidsNoAssets[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.038 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.026 s getMetadata[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.072 s deleteEmptyGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.027 s getConfigsUnpermitted[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.005 s getGraphTopology[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.06 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.022 s getAssetPidsSingleAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.058 s fillDefaultRenderingPropertiesIfNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.105 s updateWireComponentConfigurationProperty[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.079 s getWireComponentDefinitionsNotExisting[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.05 s getDriverChannelDescriptorsByPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.102 s getConfigsAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.101 s getEmptyGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.084 s deleteDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.047 s updateConfigsWireComponent[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.104 s deleteAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.1 s deleteGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.107 s updateNonGraphFactoryConfiguration[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.138 s updateConfigModifyAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.102 s getDriverOCDsByFactoryPidNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.045 s getAssetChannelDescriptor[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.052 s updateConfigModifyDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.059 s getWireComponentDefinitionsByFactoryPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.046 s updateConfigCreateAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.125 s getDriverPidsSingleDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.078 s createGraphFromEmptyState[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.097 s getDriverPidsNoDrivers[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.017 s createNonGraphFactoryConfiguration[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.104 s getWireComponentDefinitions[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.067 s createWireComponentWithModifiedConfigurationProperty[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.046 s rejectUpdateIfInputPortCountIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.067 s rejectUpdateIfConfigurationForComponentToBeCreatedIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.028 s getDriverOCDs[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.069 s getDriverChannelDescriptorsByPidNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.038 s deleteComponentInGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.076 s deleteGraphWithUpdateRequest[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.091 s updateConfigCreateDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.045 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.058 s getDriverFactoryPids[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.016 s updateConfigUnpermitted[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.017 s rejectUpdateIfOutputPortCountIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.071 s getConfigsWireComponent[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.045 s getGraphConfigsNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.067 s getDriverChannelDescriptors[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.081 s deleteExistingComponentNotReferencedByProvidedGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.061 s getAssetPidsNoAssets[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.048 s getWireComponentFactoryPids[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.016 s getDriverOCDsByFactoryPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.071 s getMetadata[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.094 s deleteEmptyGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.032 s getConfigsUnpermitted[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.019 s getGraphTopology[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.076 s rejectUpdateIfFactoryPidForComponentToBeCreatedIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.028 s getConfigsDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.059 s getAssetPidsSingleAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.042 s Results: Tests run: 98, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:25:28,494 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@6a635fbf 2023-05-04T08:25:28,495 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2023-05-04T08:25:28,518 [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-04T08:25:28,519 [MQTT Rec: test] INFO o.e.k.c.d.DataServiceImpl - connectionLost 2023-05-04T08:25:28,520 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:25:28,529 [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-04T08:25:28,536 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [3748a1b5-ea55-11ed-a2fb-0a580a281b97] stopped, uptime 4.644 seconds 2023-05-04T08:25:28,537 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2023-05-04T08:25:28,537 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2023-05-04T08:25:28,539 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:28,540 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2023-05-04T08:25:28,540 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@79a415e3 2023-05-04T08:25:28,541 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:28,541 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:28,542 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:28,542 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:28,542 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:28,542 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:28,543 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:28,543 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:25:28,547 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2023-05-04T08:25:28,547 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2023-05-04T08:25:28,548 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:28,548 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:25:28,549 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:25:28,550 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:25:28,551 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:25:28,551 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:25:28,551 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:25:28,551 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:25:28,551 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:28,551 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:25:28,551 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:25:28,552 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:25:28,552 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:25:28,553 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:28,553 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:28,553 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:28,553 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:28,553 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:28,554 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:25:28,554 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:25:28,556 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:25:28,557 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:25:28,558 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:25:28,558 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:28,559 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:25:28,559 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:25:28,559 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:25:28,561 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:28,561 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:25:28,561 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:28,561 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:25:28,561 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:25:28,561 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:25:28,561 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:25:28,562 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:25:28,562 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:25:28,562 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2023-05-04T08:25:28,564 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:25:28,565 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:25:28,566 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:25:28,568 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:25:28,568 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:25:28,568 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:28,754 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:25:29,569 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:25:29,572 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:25:29,573 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:25:29,573 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:25:29,573 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:25:29,577 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@b6d511af{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:25:29,577 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:25:29,583 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3d8a4b09{/,null,STOPPED} 2023-05-04T08:25:29,585 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:25:29,589 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:25:29,590 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:25:29,598 [Framework stop - Equinox Container: 862983db-b676-4d8c-9c28-0ac8ec96a03a] 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.202305040755 [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.108 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.012 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.001 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.013 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.088 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-04T08:25:39,273 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:25:39,641 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:25:39,653 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-481761 2023-05-04T08:25:39,717 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:39,717 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:25:39,717 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:25:39,717 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:25:39,718 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:25:39,718 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:39,718 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:25:39,718 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:25:39,718 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:39,718 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:39,719 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:25:39,721 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:25:39,749 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:25:39,807 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:25:39,816 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:25:39,936 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:25:39,937 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:25:39,962 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:25:40,049 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.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-04T08:25:40,060 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.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-04T08:25:40,060 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:25:40,085 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,086 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,086 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:40,089 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:25:40,089 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:25:40,090 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,090 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,090 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,090 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:25:40,091 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:25:40,092 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:25:40,092 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:25:40,093 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,093 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,093 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:40,094 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:25:40,094 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:25:40,094 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:40,094 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:25:40,094 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:25:40,095 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:25:40,095 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:25:40,098 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:25:40,098 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:25:40,099 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,099 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,099 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:40,100 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:25:40,101 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:25:40,101 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:40,104 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:25:40,105 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:25:40,105 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:25:40,106 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:25:40,106 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:25:40,106 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:25:40,121 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:25:40,121 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:25:40,147 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:25:40,167 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:25:40,167 [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-04T08:25:40,169 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:25:40,235 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:25:40,238 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:40,239 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:40,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:25:40,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:40,241 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:40,241 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:25:40,241 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:25:40,241 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:25:40,243 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:25:40,243 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:25:40,243 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:25:40,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:25:40,246 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:25:40,246 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:25:40,247 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:25:40,247 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:25:40,248 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:25:40,248 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:40,261 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:40,265 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:25:40,265 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:25:40,266 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:25:40,279 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:25:40,279 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:25:40,279 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:25:40,280 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:25:40,283 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:25:40,284 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:25:40,284 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:25:40,314 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:25:40,319 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:25:40,319 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:25:40,320 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:25:40,323 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:25:40,324 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:25:40,328 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:25:40,328 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:40,329 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:40,346 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:25:40,346 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:25:40,346 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:25:40,346 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:25:40,346 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:25:40,346 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:25:40,349 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:25:40,349 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:40,350 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:40,353 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:25:40,357 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:25:40,358 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:25:40,358 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:25:40,358 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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-04T08:25:40,358 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:25:40,358 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:25:40,359 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:25:40,360 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:25:40,360 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:25:40,360 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:25:40,361 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:25:40,415 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.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_1683188740375.xml... 2023-05-04T08:25:40,419 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.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_1683188740375.xml... Done. 2023-05-04T08:25:40,420 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:25:40,420 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:25:40,420 [Start Level: Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:25:40,420 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:25:40,420 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:25:40,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:25:40,459 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:25:40,462 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:40,462 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:40,462 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:40,463 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:40,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.AIComponent ... 2023-05-04T08:25:40,528 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:25:40,538 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:25:40,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:25:40,549 [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-04T08:25:40,558 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:25:40,559 [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-04T08:25:40,562 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:25:40,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:40,563 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:40,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:40,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:40,565 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:25:40,565 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:40,565 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:40,565 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:40,565 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:40,572 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:25:40,572 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:25:40,574 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:25:40,575 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:25:40,575 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:25:40,576 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:25:40,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-04T08:25:40,621 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:25:40,623 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:25:40,624 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:25:40,624 [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 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-04T08:25:40,864 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:25:40,865 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:25:40,867 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:25:40,867 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:25:40,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:25:40,868 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:25:40,869 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2023-05-04T08:25:40,888 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2023-05-04T08:25:40,889 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2023-05-04T08:25:40,916 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-04T08:25:40,917 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-04T08:25:40,917 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-04T08:25:40,917 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-04T08:25:40,934 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-04T08:25:40,934 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-04T08:25:40,934 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2023-05-04T08:25:40,934 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-04T08:25:40,934 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-04T08:25:40,935 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2023-05-04T08:25:40,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:25:40,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:25:40,944 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:25:40,945 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:25:40,945 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:25:40,945 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:25:40,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:25:40,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:25:40,951 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:25:40,952 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:25:40,952 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:25:40,952 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:25:40,953 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-04T08:25:40,953 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-04T08:25:40,953 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-04T08:25:40,954 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-04T08:25:40,954 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:25:41,018 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-04T08:25:41,018 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-04T08:25:41,019 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-04T08:25:41,019 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-04T08:25:41,046 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2023-05-04T08:25:41,046 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2023-05-04T08:25:41,046 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2023-05-04T08:25:41,047 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2023-05-04T08:25:41,047 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2023-05-04T08:25:41,047 [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.377 s - in org.eclipse.kura.wire.ai.component.provider.AIComponentTest shouldInferTwice(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.19 s missingInferenceEngineShouldNotActivate(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.016 s shouldInferOnce(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.019 s shouldInfer3Times(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.065 s shouldNotInferBecauseEngineIsNotReady(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.028 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.01 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 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.001 s adapterShouldThrowIfChannelAndTensorNamesDontMatch(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0.003 s adapterShouldWorkWithIntegerTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithLongTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithIntegerWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithStringTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s Results: Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:25:41,114 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:41,115 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:41,115 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:41,116 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:41,116 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:25:41,116 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:25:41,117 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:25:41,121 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:25:41,121 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:25:41,121 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:25:41,122 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:25:41,125 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:25:41,126 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:25:41,126 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:25:41,126 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:25:41,127 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:25:41,128 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:41,128 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:25:41,128 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:25:41,128 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:25:41,128 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:25:41,130 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:25:41,131 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:25:41,132 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:25:41,132 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:25:41,132 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:25:41,133 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:25:41,133 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:25:41,134 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:25:41,134 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:25:41,134 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:25:41,134 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:25:41,134 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:25:41,134 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:25:41,135 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:25:41,135 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:25:41,137 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:25:41,137 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:25:41,139 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:25:41,140 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:25:41,141 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:25:41,141 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:41,320 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:25:41,357 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:25:41,358 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:25:41,358 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:25:41,358 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:25:41,359 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:25:41,560 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:25:42,141 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:25:42,145 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:25:42,146 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:25:42,148 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:25:42,149 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:25:42,157 [Framework stop - Equinox Container: 189d1e63-2930-466f-9b1b-744d024a6254] 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.202305040755 [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.946 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.017 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.104 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.385 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.046 s - in org.eclipse.kura.ai.triton.server.TritonServerNativeManagerTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest May 04, 2023 8:25:57 AM 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 04, 2023 8:25:57 AM 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 04, 2023 8:25:57 AM 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 04, 2023 8:25:57 AM 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) May 04, 2023 8:25:57 AM 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) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 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.677 s - in org.eclipse.kura.ai.triton.server.TritonServerEncryptionUtilsTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest May 04, 2023 8:26:00 AM 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 04, 2023 8:26:00 AM 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 04, 2023 8:26:00 AM 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) May 04, 2023 8:26:00 AM 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 04, 2023 8:26:00 AM 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) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceContainerImplTest 08:26:01.312 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... May 04, 2023 8:26:01 AM 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 04, 2023 8:26:01 AM 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 04, 2023 8:26:01 AM 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) 08:26:01.331 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... 08:26:01.338 [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.028 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceContainerImplTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceNativeImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceNativeImplTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerContainerManagerTest 08:26:01.414 [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] 08:26:01.434 [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] 08:26:01.437 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... 08:26:01.474 [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] 08:26:01.475 [main] ERROR org.eclipse.kura.ai.triton.server.TritonServerContainerManager - Docker image not available on disk. Aborting.... 08:26:01.486 [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.138 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.001 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-04T08:26:04,591 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:26:04,953 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:26:04,963 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-570815 2023-05-04T08:26:05,033 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,033 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:26:05,033 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:26:05,033 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:26:05,033 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:26:05,034 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,034 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:26:05,034 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:26:05,034 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,034 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,034 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:26:05,037 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:26:05,068 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:26:05,126 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:26:05,128 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:26:05,251 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:26:05,252 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:26:05,279 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:26:05,368 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.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-04T08:26:05,377 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.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-04T08:26:05,377 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:26:05,403 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,404 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,404 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:26:05,407 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:26:05,407 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:26:05,408 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,408 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,408 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,408 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:26:05,409 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:26:05,409 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:26:05,409 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:26:05,410 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,410 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,410 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:05,411 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:26:05,411 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:26:05,411 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:05,411 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:26:05,412 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:26:05,412 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:26:05,413 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:26:05,413 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:26:05,413 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:26:05,414 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,414 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,414 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:05,415 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:26:05,415 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:26:05,415 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:05,418 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:26:05,418 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:26:05,418 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:26:05,419 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:26:05,419 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:26:05,419 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:26:05,439 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:26:05,439 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:26:05,459 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:26:05,472 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:26:05,472 [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-04T08:26:05,473 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:26:05,530 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:26:05,532 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:05,533 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:05,533 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:26:05,533 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:26:05,534 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:26:05,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:26:05,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:26:05,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:26:05,536 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:26:05,536 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:26:05,538 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:26:05,539 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:26:05,539 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:26:05,539 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:26:05,540 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:26:05,540 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:26:05,540 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:26:05,541 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:05,542 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:05,546 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:26:05,546 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:26:05,547 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:26:05,558 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:26:05,558 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:26:05,559 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:26:05,560 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:26:05,563 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:26:05,563 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:05,564 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:05,569 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:26:05,569 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:26:05,570 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:26:05,575 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:26:05,577 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:26:05,615 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:26:05,618 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:26:05,618 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:05,619 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:05,634 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:26:05,634 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:26:05,634 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:26:05,634 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:26:05,634 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:26:05,634 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:26:05,636 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:26:05,637 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:26:05,638 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:26:05,641 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:26:05,642 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:26:05,643 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:26:05,643 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:26:05,643 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:05,643 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:26:05,643 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:26:05,644 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:26:05,645 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:26:05,645 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:26:05,646 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:26:05,646 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:26:05,681 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.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_1683188765671.xml... 2023-05-04T08:26:05,743 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.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_1683188765671.xml... Done. 2023-05-04T08:26:05,743 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:26:05,743 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:26:05,743 [Start Level: Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:26:05,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:26:05,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:26:05,777 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:26:05,793 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:26:05,796 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:26:05,797 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:26:05,797 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:26:05,797 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:26:05,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerContainerService ... 2023-05-04T08:26:05,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerService ... 2023-05-04T08:26:05,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerRemoteService ... 2023-05-04T08:26:05,814 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerNativeService ... 2023-05-04T08:26:05,836 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:26:05,845 [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-04T08:26:05,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:26:05,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:26:05,863 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:26:05,863 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:26:05,864 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:26:05,864 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:05,864 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:26:05,865 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:26:05,866 [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-04T08:26:05,867 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:26:05,868 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:26:05,869 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:26:05,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:26:05,870 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:26:05,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:26:05,870 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:26:05,870 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:26:05,870 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:26:05,870 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:26:05,871 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:26:05,871 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:26:05,871 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:26:05,872 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:26:05,872 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:26:05,872 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:26:05,873 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:05,874 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:26:05,874 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:26:05,874 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:26:05,878 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:05,878 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:26:05,878 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:26:05,878 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:26:05,878 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:26:05,878 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:26:05,881 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:26:05,915 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:26:05,915 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:26:05,915 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:26:05,916 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:26:05,917 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:26:05,917 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:26:05,917 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:26:05,917 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:26:05,917 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:26:05,918 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:26:05,918 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:26:05,919 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:26:06,919 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:26:06,925 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:26:06,927 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:26:06,931 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:26:06,932 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:26:06,941 [Framework stop - Equinox Container: 41216ba9-a20c-4582-b738-c18f4122132c] 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-04T08:26:12,600 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:26:12,950 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:26:12,962 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-408259 2023-05-04T08:26:13,042 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,043 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:26:13,043 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:26:13,043 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:26:13,043 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:26:13,043 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,043 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:26:13,043 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:26:13,043 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,044 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,044 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:26:13,047 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:26:13,088 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2023-05-04T08:26:13,165 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2023-05-04T08:26:13,167 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2023-05-04T08:26:13,296 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:26:13,297 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:26:13,327 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2023-05-04T08:26:13,418 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.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-04T08:26:13,423 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.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-04T08:26:13,424 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:26:13,448 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,449 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,449 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:26:13,464 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2023-05-04T08:26:13,464 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2023-05-04T08:26:13,465 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,465 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,466 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,466 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:26:13,467 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2023-05-04T08:26:13,467 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2023-05-04T08:26:13,467 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2023-05-04T08:26:13,468 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,468 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,468 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:13,469 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2023-05-04T08:26:13,469 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2023-05-04T08:26:13,469 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:13,469 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2023-05-04T08:26:13,469 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2023-05-04T08:26:13,469 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2023-05-04T08:26:13,470 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2023-05-04T08:26:13,470 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2023-05-04T08:26:13,470 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2023-05-04T08:26:13,471 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,471 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,471 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:13,472 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2023-05-04T08:26:13,472 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2023-05-04T08:26:13,473 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:13,475 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:26:13,475 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2023-05-04T08:26:13,475 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2023-05-04T08:26:13,476 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2023-05-04T08:26:13,476 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2023-05-04T08:26:13,476 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2023-05-04T08:26:13,492 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2023-05-04T08:26:13,493 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2023-05-04T08:26:13,523 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:26:13,536 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2023-05-04T08:26:13,536 [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-04T08:26:13,537 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:26:13,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2023-05-04T08:26:13,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:13,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2023-05-04T08:26:13,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2023-05-04T08:26:13,570 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:26:13,571 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:26:13,572 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:26:13,572 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:26:13,572 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2023-05-04T08:26:13,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2023-05-04T08:26:13,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2023-05-04T08:26:13,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:26:13,575 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:26:13,575 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:26:13,575 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:26:13,576 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2023-05-04T08:26:13,577 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:26:13,577 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:26:13,577 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:13,578 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:26:13,582 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2023-05-04T08:26:13,582 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:26:13,583 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:26:13,627 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:26:13,628 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:26:13,628 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2023-05-04T08:26:13,629 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2023-05-04T08:26:13,632 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2023-05-04T08:26:13,632 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:13,633 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:13,639 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2023-05-04T08:26:13,639 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:26:13,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2023-05-04T08:26:13,640 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2023-05-04T08:26:13,643 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2023-05-04T08:26:13,644 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:26:13,649 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2023-05-04T08:26:13,650 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:26:13,651 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:26:13,669 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2023-05-04T08:26:13,669 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2023-05-04T08:26:13,669 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2023-05-04T08:26:13,669 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2023-05-04T08:26:13,669 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2023-05-04T08:26:13,670 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2023-05-04T08:26:13,676 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2023-05-04T08:26:13,676 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:13,677 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:13,680 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:26:13,680 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:26:13,681 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:26:13,684 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2023-05-04T08:26:13,714 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:26:13,715 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:26:13,715 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:26:13,715 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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-04T08:26:13,715 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:26:13,715 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:26:13,716 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:26:13,717 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:26:13,717 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:26:13,718 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:26:13,719 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2023-05-04T08:26:13,749 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.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_1683188773738.xml... 2023-05-04T08:26:13,755 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.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_1683188773738.xml... Done. 2023-05-04T08:26:13,755 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:26:13,755 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:26:13,755 [Start Level: Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:26:13,822 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2023-05-04T08:26:13,822 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2023-05-04T08:26:13,840 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:26:13,860 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2023-05-04T08:26:13,863 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:26:13,863 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:26:13,864 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:26:13,864 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:26:13,940 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2023-05-04T08:26:13,941 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2023-05-04T08:26:13,975 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @4094ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.rest.provider.test.RestServiceTest 2023-05-04T08:26:14,075 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2023-05-04T08:26:14,193 [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-04T08:26:14,215 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2023-05-04T08:26:14,215 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2023-05-04T08:26:14,217 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2023-05-04T08:26:14,317 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-422b5fd4{/,null,AVAILABLE} 2023-05-04T08:26:14,329 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@e46bc900{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:26:14,329 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @4449ms 2023-05-04T08:26:14,330 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2023-05-04T08:26:14,330 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2023-05-04T08:26:14,330 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2023-05-04T08:26:14,330 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2023-05-04T08:26:14,330 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2023-05-04T08:26:14,358 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2023-05-04T08:26:14,368 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2023-05-04T08:26:14,375 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2023-05-04T08:26:14,375 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2023-05-04T08:26:14,385 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2023-05-04T08:26:14,386 [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-04T08:26:14,388 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2023-05-04T08:26:14,388 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:26:14,388 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:26:14,389 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:26:14,389 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:26:14,391 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2023-05-04T08:26:14,391 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:26:14,391 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:26:14,391 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:26:14,391 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:26:14,397 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2023-05-04T08:26:14,397 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2023-05-04T08:26:14,397 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2023-05-04T08:26:14,398 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2023-05-04T08:26:14,398 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2023-05-04T08:26:14,399 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2023-05-04T08:26:14,399 [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-04T08:26:14,410 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2023-05-04T08:26:14,412 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2023-05-04T08:26:14,412 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2023-05-04T08:26:14,413 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2023-05-04T08:26:14,565 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2023-05-04T08:26:14,571 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:26:14,573 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:26:14,573 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2023-05-04T08:26:14,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2023-05-04T08:26:14,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2023-05-04T08:26:14,622 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:26:14,622 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:26:14,624 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:26:14,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:26:14,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:26:14,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:26:14,626 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:26:14,626 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2023-05-04T08:26:14,632 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2023-05-04T08:26:14,633 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2023-05-04T08:26:14,633 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2023-05-04T08:26:14,633 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2023-05-04T08:26:14,634 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2023-05-04T08:26:15,050 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2023-05-04T08:26:15,076 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:15,122 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2023-05-04T08:26:16,069 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2023-05-04T08:26:16,069 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2023-05-04T08:26:16,076 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2023-05-04T08:26:16,076 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:17,077 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:18,077 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:19,078 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:19,380 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188773738... 2023-05-04T08:26:19,394 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:19,396 [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-04T08:26:19,397 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:26:19,416 [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_1683188779396.xml... 2023-05-04T08:26:19,424 [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_1683188779396.xml... Done. 2023-05-04T08:26:19,425 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:19,425 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:19,425 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:26:20,079 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:21,079 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:22,080 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:23,081 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:29,138 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/foo, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:26:29,157 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:30,157 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:31,158 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:32,159 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:33,160 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:34,161 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:35,162 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:36,162 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:37,163 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:43,166 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:44,167 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:45,167 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:46,168 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:47,169 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:48,169 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:49,170 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:50,170 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:51,171 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:57,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188779396... 2023-05-04T08:26:57,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:57,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-04T08:26:57,196 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:26:57,197 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:26:57,214 [main] INFO o.e.k.c.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_1683188817195.xml... 2023-05-04T08:26:57,226 [main] INFO o.e.k.c.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_1683188817195.xml... Done. 2023-05-04T08:26:57,227 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:57,227 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:57,227 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:57,231 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:26:57,334 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:26:57,652 [qtp-959592477-92] INFO AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-04T08:26:57,663 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - User not authenticated 2023-05-04T08:26:57,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188817195... 2023-05-04T08:26:57,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:57,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2023-05-04T08:26:57,686 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating... 2023-05-04T08:26:57,686 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - updating...done 2023-05-04T08:26:57,703 [main] INFO o.e.k.c.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_1683188817685.xml... 2023-05-04T08:26:57,712 [main] INFO o.e.k.c.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_1683188817685.xml... Done. 2023-05-04T08:26:57,712 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:57,713 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:57,713 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:26:57,713 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:58,714 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:26:59,715 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:00,715 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:01,716 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:02,661 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188817685... 2023-05-04T08:27:02,672 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:02,673 [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-04T08:27:02,674 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:27:02,687 [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_1683188822673.xml... 2023-05-04T08:27:02,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_1683188822673.xml... Done. 2023-05-04T08:27:02,696 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:02,697 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:02,697 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:02,717 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:03,717 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:04,718 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:05,718 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:11,724 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:27:11,828 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:27:12,037 [qtp-959592477-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-04T08:27:12,039 [qtp-959592477-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-04T08:27:12,044 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - User not authenticated 2023-05-04T08:27:12,047 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:13,048 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:14,048 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:15,049 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:16,050 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:17,043 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188822673... 2023-05-04T08:27:17,050 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:17,051 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:17,052 [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-04T08:27:17,053 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:27:17,063 [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_1683188837053.xml... 2023-05-04T08:27:17,077 [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_1683188837053.xml... Done. 2023-05-04T08:27:17,078 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:17,078 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:17,078 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:18,051 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:19,052 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:20,052 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:26,057 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:27:26,161 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:27:26,368 [qtp-959592477-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-04T08:27:26,368 [qtp-959592477-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-04T08:27:26,373 [qtp-959592477-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-04T08:27:26,373 [qtp-959592477-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-04T08:27:26,376 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:27,377 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:28,378 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:29,378 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:30,379 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:31,373 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188837053... 2023-05-04T08:27:31,380 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:31,381 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:31,382 [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-04T08:27:31,398 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:27:31,409 [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_1683188851382.xml... 2023-05-04T08:27:31,421 [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_1683188851382.xml... Done. 2023-05-04T08:27:31,421 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:31,421 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:31,421 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:32,380 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:33,381 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:34,382 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:40,388 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:27:40,492 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:27:40,699 [qtp-959592477-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-04T08:27:40,699 [qtp-959592477-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-04T08:27:40,704 [qtp-959592477-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-04T08:27:40,704 [qtp-959592477-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-04T08:27:40,707 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:41,707 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:42,708 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:43,709 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:44,709 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:45,703 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188851382... 2023-05-04T08:27:45,710 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:45,713 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:45,715 [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-04T08:27:45,716 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:27:45,721 [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_1683188865715.xml... 2023-05-04T08:27:45,737 [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_1683188865715.xml... Done. 2023-05-04T08:27:45,737 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:45,738 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:45,738 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:27:46,711 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:47,712 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:48,713 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:54,718 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:27:54,823 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:27:55,030 [qtp-959592477-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-04T08:27:55,030 [qtp-959592477-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-04T08:27:55,039 [qtp-959592477-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/requireAssets, entrypoint=RestService, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-04T08:27:55,042 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:56,043 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:57,043 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:58,044 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:27:59,044 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:00,035 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188865715... 2023-05-04T08:28:00,040 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:28:00,042 [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-04T08:28:00,042 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:28:00,045 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:00,049 [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_1683188880042.xml... 2023-05-04T08:28:00,057 [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_1683188880042.xml... Done. 2023-05-04T08:28:00,057 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:28:00,057 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:28:00,058 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:28:01,046 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:02,046 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:03,047 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:09,053 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:28:09,156 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:28:09,363 [qtp-959592477-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-04T08:28:09,364 [qtp-959592477-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-04T08:28:09,369 [qtp-959592477-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-04T08:28:09,370 [qtp-959592477-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-04T08:28:09,372 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:10,373 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:11,373 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:12,374 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:13,374 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:14,368 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683188880042... 2023-05-04T08:28:14,375 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:14,378 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:28:14,379 [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-04T08:28:14,381 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2023-05-04T08:28:14,385 [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_1683188894380.xml... 2023-05-04T08:28:14,395 [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_1683188894380.xml... Done. 2023-05-04T08:28:14,396 [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_1683188773738.xml 2023-05-04T08:28:14,396 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:28:14,396 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:28:14,397 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:28:15,375 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:16,376 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:17,377 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:23,382 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:28:23,485 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:28:23,692 [qtp-959592477-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-04T08:28:23,692 [qtp-959592477-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-04T08:28:23,696 [qtp-959592477-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-04T08:28:23,696 [qtp-959592477-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-04T08:28:23,699 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:24,699 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:25,700 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:26,701 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:27,701 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:28,702 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:29,703 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:30,703 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:31,704 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:37,708 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:28:37,813 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:28:38,020 [qtp-959592477-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-04T08:28:38,020 [qtp-959592477-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-04T08:28:38,023 [qtp-959592477-96] INFO AuditLogger - {rest.method=GET, rest.path=testservice/noAuth, entrypoint=RestService, ip=127.0.0.1} Rest - Success - Rest request succeeded 2023-05-04T08:28:38,025 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:39,025 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:40,026 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:41,027 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:42,028 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:43,028 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:44,029 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:45,030 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:46,030 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:52,033 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:53,034 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:54,034 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:55,035 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:56,035 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:57,036 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:58,037 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:28:59,037 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:29:00,038 [main] INFO o.e.k.c.t.r.RestTransport - port open 2023-05-04T08:29:06,043 [qtp-959592477-96] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:29:06,146 [qtp-959592477-92] WARN AuditLogger - {rest.method=GET, rest.path=testservice/ping, entrypoint=RestService, ip=127.0.0.1} Rest - Failure - Service not found 2023-05-04T08:29:06,250 [qtp-959592477-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-04T08:29:06,250 [qtp-959592477-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-04T08:29:06,258 [qtp-959592477-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-04T08:29:06,258 [qtp-959592477-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.281 s - in org.eclipse.kura.rest.provider.test.RestServiceTest shouldReturnNotFoundIfNoServiceIsRegistered(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.067 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.54 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.322 s shouldAllowAccessIfUserIsInRole(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.322 s shouldSupportHighPriorityAuthenticationHandler(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.328 s shouldRerturn401IfPasswordIsWrong(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.324 s shouldSupportCustomAuthenticationProvider(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.32 s shouldNotRequireAuth(org.eclipse.kura.rest.provider.test.RestServiceTest) Time elapsed: 0.319 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.221 s Results: Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:29:06,322 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:29:06,323 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:29:06,323 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:29:06,323 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:29:06,323 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:29:06,324 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2023-05-04T08:29:06,324 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2023-05-04T08:29:06,324 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2023-05-04T08:29:06,327 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:29:06,327 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:29:06,328 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:29:06,330 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:29:06,333 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:29:06,334 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:29:06,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2023-05-04T08:29:06,334 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:29:06,334 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:29:06,334 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:29:06,334 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:29:06,335 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:29:06,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2023-05-04T08:29:06,337 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2023-05-04T08:29:06,337 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:29:06,337 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2023-05-04T08:29:06,337 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2023-05-04T08:29:06,338 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2023-05-04T08:29:06,338 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2023-05-04T08:29:06,340 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2023-05-04T08:29:06,340 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.i.r.p.RestService - deactivating... 2023-05-04T08:29:06,340 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.i.r.p.RestService - deactivating...done 2023-05-04T08:29:06,341 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2023-05-04T08:29:06,341 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2023-05-04T08:29:06,341 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2023-05-04T08:29:06,341 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:29:06,342 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2023-05-04T08:29:06,342 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2023-05-04T08:29:06,343 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2023-05-04T08:29:06,343 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2023-05-04T08:29:06,343 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2023-05-04T08:29:06,343 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2023-05-04T08:29:06,343 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2023-05-04T08:29:06,343 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2023-05-04T08:29:06,343 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2023-05-04T08:29:06,345 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2023-05-04T08:29:06,346 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2023-05-04T08:29:06,348 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2023-05-04T08:29:06,352 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:29:06,353 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2023-05-04T08:29:06,354 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2023-05-04T08:29:06,537 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2023-05-04T08:29:07,354 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2023-05-04T08:29:07,357 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2023-05-04T08:29:07,359 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2023-05-04T08:29:07,360 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2023-05-04T08:29:07,360 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2023-05-04T08:29:07,366 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@e46bc900{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2023-05-04T08:29:07,366 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.j.s.session - node0 Stopped scavenging 2023-05-04T08:29:07,372 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-422b5fd4{/,null,STOPPED} 2023-05-04T08:29:07,374 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2023-05-04T08:29:07,377 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:29:07,377 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2023-05-04T08:29:07,390 [Framework stop - Equinox Container: 3ab52129-9bf1-40d2-b8aa-44aa057535b1] 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.202305040755 [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 [143 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 04, 2023 8:29:23 AM 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 permutation 7... [INFO] Compile of permutations succeeded [INFO] Compilation succeeded -- 49.023s [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.531s [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 -- 86.051s [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.754s [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.843 s] [INFO] Kura Target Definition ............................. SUCCESS [ 0.266 s] [INFO] org.eclipse.kura.api 2.4.1-SNAPSHOT ................ SUCCESS [ 11.387 s] [INFO] org.eclipse.kura.util 1.3.1-SNAPSHOT ............... SUCCESS [ 0.900 s] [INFO] org.eclipse.kura.asset.cloudlet.provider 1.2.1-SNAPSHOT SUCCESS [ 0.397 s] [INFO] org.eclipse.kura.core 1.2.2-SNAPSHOT ............... SUCCESS [ 1.302 s] [INFO] org.eclipse.kura.core.configuration 2.2.1-SNAPSHOT . SUCCESS [ 0.540 s] [INFO] org.eclipse.kura.asset.provider 2.2.1-SNAPSHOT ..... SUCCESS [ 0.417 s] [INFO] org.eclipse.kura.asset.helper.provider 1.2.1-SNAPSHOT SUCCESS [ 0.484 s] [INFO] org.eclipse.kura.broker.artemis.core 1.3.1-SNAPSHOT SUCCESS [ 0.599 s] [INFO] org.eclipse.kura.broker.artemis.simple.mqtt 1.2.1-SNAPSHOT SUCCESS [ 0.261 s] [INFO] org.eclipse.kura.broker.artemis.xml 1.2.1-SNAPSHOT . SUCCESS [ 0.215 s] [INFO] org.eclipse.kura.camel 1.5.1-SNAPSHOT .............. SUCCESS [ 0.566 s] [INFO] org.eclipse.kura.camel.cloud.factory 1.3.1-SNAPSHOT SUCCESS [ 0.245 s] [INFO] org.eclipse.kura.camel.xml 1.3.1-SNAPSHOT .......... SUCCESS [ 0.207 s] [INFO] org.eclipse.kura.rest.provider 1.3.1-SNAPSHOT ...... SUCCESS [ 0.276 s] [INFO] org.eclipse.kura.core.certificates 1.2.1-SNAPSHOT .. SUCCESS [ 0.242 s] [INFO] org.eclipse.kura.core.keystore 1.2.1-SNAPSHOT ...... SUCCESS [ 0.565 s] [INFO] org.eclipse.kura.core.cloud 1.3.1-SNAPSHOT ......... SUCCESS [ 0.575 s] [INFO] org.eclipse.kura.core.cloud.factory 1.2.1-SNAPSHOT . SUCCESS [ 0.128 s] [INFO] org.eclipse.kura.core.comm 1.2.1-SNAPSHOT .......... SUCCESS [ 0.191 s] [INFO] org.eclipse.kura.core.crypto 1.2.1-SNAPSHOT ........ SUCCESS [ 0.169 s] [INFO] org.eclipse.kura.core.inventory 1.2.1-SNAPSHOT ..... SUCCESS [ 0.157 s] [INFO] org.eclipse.kura.core.deployment 1.3.1-SNAPSHOT .... SUCCESS [ 0.301 s] [INFO] org.eclipse.kura.core.net 1.2.2-SNAPSHOT ........... SUCCESS [ 0.488 s] [INFO] org.eclipse.kura.core.status 1.2.1-SNAPSHOT ........ SUCCESS [ 0.191 s] [INFO] org.eclipse.kura.core.system 1.2.1-SNAPSHOT ........ SUCCESS [ 0.273 s] [INFO] org.eclipse.kura.deployment.agent 1.2.1-SNAPSHOT ... SUCCESS [ 0.196 s] [INFO] org.eclipse.kura.hook.file.move.provider 1.2.1-SNAPSHOT SUCCESS [ 0.149 s] [INFO] org.eclipse.kura.driver.helper.provider 1.2.1-SNAPSHOT SUCCESS [ 0.172 s] [INFO] org.eclipse.kura.driver.opcua.provider 1.2.1-SNAPSHOT SUCCESS [ 10.107 s] [INFO] org.eclipse.kura.driver.block 1.2.1-SNAPSHOT ....... SUCCESS [ 0.337 s] [INFO] org.eclipse.kura.driver.s7plc.provider 1.2.1-SNAPSHOT SUCCESS [ 1.128 s] [INFO] org.eclipse.kura.driver.ble.sensortag.provider 1.2.1-SNAPSHOT SUCCESS [ 0.243 s] [INFO] org.eclipse.kura.driver.ble.xdk 1.2.1-SNAPSHOT ..... SUCCESS [ 0.222 s] [INFO] org.eclipse.kura.ble.ibeacon.provider 1.2.1-SNAPSHOT SUCCESS [ 0.173 s] [INFO] org.eclipse.kura.driver.ibeacon.provider 1.2.1-SNAPSHOT SUCCESS [ 0.174 s] [INFO] org.eclipse.kura.driver.gpio.provider 1.2.1-SNAPSHOT SUCCESS [ 0.198 s] [INFO] org.eclipse.kura.ble.eddystone.provider 1.2.1-SNAPSHOT SUCCESS [ 0.198 s] [INFO] org.eclipse.kura.driver.eddystone.provider 1.2.1-SNAPSHOT SUCCESS [ 0.175 s] [INFO] org.eclipse.kura.linux.bluetooth 1.2.1-SNAPSHOT .... SUCCESS [ 0.487 s] [INFO] org.eclipse.kura.ble.provider 1.2.1-SNAPSHOT ....... SUCCESS [ 0.656 s] [INFO] org.eclipse.kura.linux.clock 1.3.1-SNAPSHOT ........ SUCCESS [ 0.208 s] [INFO] org.eclipse.kura.linux.command 1.2.1-SNAPSHOT ...... SUCCESS [ 0.144 s] [INFO] org.eclipse.kura.linux.gpio 1.2.1-SNAPSHOT ......... SUCCESS [ 0.166 s] [INFO] org.eclipse.kura.linux.net 2.2.1-SNAPSHOT .......... SUCCESS [ 0.756 s] [INFO] org.eclipse.kura.linux.position 1.2.1-SNAPSHOT ..... SUCCESS [ 0.207 s] [INFO] org.eclipse.kura.linux.usb 1.2.1-SNAPSHOT .......... SUCCESS [ 0.152 s] [INFO] org.eclipse.kura.linux.usb.armv6hf 1.2.1-SNAPSHOT .. SUCCESS [ 0.101 s] [INFO] org.eclipse.kura.linux.usb.x86_64 1.2.1-SNAPSHOT ... SUCCESS [ 0.102 s] [INFO] org.eclipse.kura.linux.usb.aarch64 1.2.1-SNAPSHOT .. SUCCESS [ 0.082 s] [INFO] org.eclipse.kura.linux.watchdog 1.2.1-SNAPSHOT ..... SUCCESS [ 0.139 s] [INFO] org.eclipse.kura.localization 1.2.1-SNAPSHOT ....... SUCCESS [ 0.139 s] [INFO] org.eclipse.kura.localization.resources 1.2.1-SNAPSHOT SUCCESS [ 0.182 s] [INFO] org.eclipse.kura.net.admin 1.2.2 ................... SUCCESS [ 1.125 s] [INFO] org.eclipse.kura.protocol.modbus 2.2.1-SNAPSHOT .... SUCCESS [ 0.175 s] [INFO] org.eclipse.kura.stress 1.2.1-SNAPSHOT ............. SUCCESS [ 0.128 s] [INFO] org.eclipse.kura.wire.camel 1.2.1-SNAPSHOT ......... SUCCESS [ 0.170 s] [INFO] org.eclipse.kura.wire.script.filter.provider 1.2.1-SNAPSHOT SUCCESS [ 0.155 s] [INFO] org.eclipse.kura.wire.db.component.provider 1.0.1-SNAPSHOT SUCCESS [ 0.201 s] [INFO] org.eclipse.kura.wire.h2db.component.provider 2.2.1-SNAPSHOT SUCCESS [ 0.193 s] [INFO] org.eclipse.kura.wire.component.provider 1.2.1-SNAPSHOT SUCCESS [ 1.373 s] [INFO] org.eclipse.kura.wire.helper.provider 1.2.1-SNAPSHOT SUCCESS [ 0.155 s] [INFO] org.eclipse.kura.wire.provider 1.2.1 ............... SUCCESS [ 0.220 s] [INFO] org.eclipse.kura.rest.asset.provider 1.2.1-SNAPSHOT SUCCESS [ 0.144 s] [INFO] org.eclipse.kura.misc.cloudcat 1.2.1-SNAPSHOT ...... SUCCESS [ 0.191 s] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider 1.2.1-SNAPSHOT SUCCESS [ 0.208 s] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider 1.2.1-SNAPSHOT SUCCESS [ 0.213 s] [INFO] org.eclipse.kura.wire.component.conditional.provider 1.2.1-SNAPSHOT SUCCESS [ 0.166 s] [INFO] org.eclipse.kura.wire.component.join.provider 1.2.1-SNAPSHOT SUCCESS [ 0.152 s] [INFO] org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider 1.2.1-SNAPSHOT SUCCESS [ 0.333 s] [INFO] org.eclipse.kura.cloudconnection.raw.mqtt.provider 1.2.1-SNAPSHOT SUCCESS [ 0.209 s] [INFO] org.eclipse.kura.linux.sysv.provider 1.2.1-SNAPSHOT SUCCESS [ 0.125 s] [INFO] org.eclipse.kura.linux.systemd.provider 1.2.1-SNAPSHOT SUCCESS [ 0.122 s] [INFO] org.eclipse.kura.linux.debian.provider 1.2.1-SNAPSHOT SUCCESS [ 0.162 s] [INFO] org.eclipse.kura.linux.redhat.provider 1.2.1-SNAPSHOT SUCCESS [ 0.132 s] [INFO] org.eclipse.kura.http.server.manager 1.2.1-SNAPSHOT SUCCESS [ 0.158 s] [INFO] org.eclipse.kura.useradmin.store 1.2.1-SNAPSHOT .... SUCCESS [ 0.154 s] [INFO] org.eclipse.kura.network.threat.manager 1.2.1-SNAPSHOT SUCCESS [ 0.156 s] [INFO] org.eclipse.kura.core.tamper.detection 1.2.1-SNAPSHOT SUCCESS [ 0.148 s] [INFO] org.eclipse.kura.log.filesystem.provider 1.1.1-SNAPSHOT SUCCESS [ 0.138 s] [INFO] org.eclipse.kura.request.handler.jaxrs 1.1.1-SNAPSHOT SUCCESS [ 0.159 s] [INFO] org.eclipse.kura.rest.configuration.provider 1.1.1-SNAPSHOT SUCCESS [ 0.410 s] [INFO] org.eclipse.kura.rest.wire.provider 1.1.1-SNAPSHOT . SUCCESS [ 0.189 s] [INFO] org.eclipse.kura.container.orchestration.provider 1.1.1-SNAPSHOT SUCCESS [ 12.893 s] [INFO] org.eclipse.kura.ai.triton.server 1.1.1-SNAPSHOT ... SUCCESS [ 7.728 s] [INFO] org.eclipse.kura.wire.ai.component.provider 1.1.1-SNAPSHOT SUCCESS [ 0.213 s] [INFO] org.eclipse.kura.container.provider 1.1.1-SNAPSHOT . SUCCESS [ 0.141 s] [INFO] org.eclipse.kura.event.publisher 1.0.1-SNAPSHOT .... SUCCESS [ 0.172 s] [INFO] org.eclipse.kura.configuration.change.manager 1.0.1-SNAPSHOT SUCCESS [ 0.112 s] [INFO] features ........................................... SUCCESS [ 0.075 s] [INFO] org.eclipse.kura.api.feature ....................... SUCCESS [ 2.349 s] [INFO] org.eclipse.kura.camel.feature ..................... SUCCESS [ 0.104 s] [INFO] org.eclipse.kura.runtime.feature ................... SUCCESS [ 0.098 s] [INFO] org.eclipse.kura.driver.opcua 1.2.1-SNAPSHOT ....... SUCCESS [ 0.328 s] [INFO] org.eclipse.kura.driver.s7plc 1.2.1-SNAPSHOT ....... SUCCESS [ 0.082 s] [INFO] org.eclipse.kura.driver.ble.sensortag 1.2.1-SNAPSHOT SUCCESS [ 0.072 s] [INFO] org.eclipse.kura.driver.ble.xdk 1.2.1-SNAPSHOT ..... SUCCESS [ 0.075 s] [INFO] org.eclipse.kura.driver.eddystone 1.2.1-SNAPSHOT ... SUCCESS [ 0.071 s] [INFO] org.eclipse.kura.driver.ibeacon 1.2.1-SNAPSHOT ..... SUCCESS [ 0.070 s] [INFO] org.eclipse.kura.wire.script.filter 1.2.1-SNAPSHOT . SUCCESS [ 0.072 s] [INFO] org.eclipse.kura.driver.gpio 1.2.1-SNAPSHOT ........ SUCCESS [ 0.078 s] [INFO] org.eclipse.kura.wire.ai.component.provider 1.1.1-SNAPSHOT SUCCESS [ 0.097 s] [INFO] org.eclipse.kura.ai.triton.server 1.1.1-SNAPSHOT ... SUCCESS [ 0.352 s] [INFO] emulator ........................................... SUCCESS [ 0.042 s] [INFO] org.eclipse.kura.emulator 1.2.1-SNAPSHOT ........... SUCCESS [ 0.117 s] [INFO] org.eclipse.kura.emulator.gpio 1.2.1-SNAPSHOT ...... SUCCESS [ 0.098 s] [INFO] org.eclipse.kura.emulator.clock 1.2.1-SNAPSHOT ..... SUCCESS [ 0.101 s] [INFO] org.eclipse.kura.emulator.net 1.2.1-SNAPSHOT ....... SUCCESS [ 0.127 s] [INFO] org.eclipse.kura.emulator.position 1.2.1-SNAPSHOT .. SUCCESS [ 0.130 s] [INFO] org.eclipse.kura.emulator.usb 1.2.1-SNAPSHOT ....... SUCCESS [ 0.097 s] [INFO] org.eclipse.kura.emulator.watchdog 1.2.1-SNAPSHOT .. SUCCESS [ 0.105 s] [INFO] org.eclipse.kura ................................... SUCCESS [ 3.122 s] [INFO] test-util .......................................... SUCCESS [ 0.041 s] [INFO] org.eclipse.kura.util.wire.test .................... SUCCESS [ 0.181 s] [INFO] test ............................................... SUCCESS [ 2.839 s] [INFO] org.eclipse.kura.test .............................. SUCCESS [ 2.571 s] [INFO] org.eclipse.kura.asset.provider.test ............... SUCCESS [ 8.221 s] [INFO] org.eclipse.kura.asset.helper.provider.test ........ SUCCESS [ 8.677 s] [INFO] org.eclipse.kura.core.testutil ..................... SUCCESS [ 1.052 s] [INFO] org.eclipse.kura.camel.test ........................ SUCCESS [ 14.266 s] [INFO] org.eclipse.kura.core.certificates.test ............ SUCCESS [ 8.904 s] [INFO] org.eclipse.kura.core.comm.test .................... SUCCESS [ 8.150 s] [INFO] org.eclipse.kura.core.configuration.test ........... SUCCESS [ 14.944 s] [INFO] org.eclipse.kura.core.cloud.test ................... SUCCESS [01:33 min] [INFO] org.eclipse.kura.core.cloud.factory.test ........... SUCCESS [ 8.240 s] [INFO] org.eclipse.kura.core.crypto.test .................. SUCCESS [ 6.488 s] [INFO] org.eclipse.kura.core.db.test ...................... SUCCESS [ 11.820 s] [INFO] org.eclipse.kura.core.deployment.test .............. SUCCESS [ 9.980 s] [INFO] org.eclipse.kura.core.inventory.test ............... SUCCESS [ 9.142 s] [INFO] org.eclipse.kura.core.net.test ..................... SUCCESS [ 8.718 s] [INFO] org.eclipse.kura.core.ssl.test ..................... SUCCESS [ 8.498 s] [INFO] org.eclipse.kura.core.status.test .................. SUCCESS [ 10.256 s] [INFO] org.eclipse.kura.core.system.test .................. SUCCESS [ 8.756 s] [INFO] org.eclipse.kura.core.test ......................... SUCCESS [06:27 min] [INFO] org.eclipse.kura.core.util.test .................... SUCCESS [ 7.563 s] [INFO] org.eclipse.kura.deployment.agent.test ............. SUCCESS [ 8.281 s] [INFO] org.eclipse.kura.driver.block.test ................. SUCCESS [ 8.494 s] [INFO] org.eclipse.kura.driver.helper.test ................ SUCCESS [ 8.233 s] [INFO] org.eclipse.kura.emulator.position.test ............ SUCCESS [ 2.060 s] [INFO] org.eclipse.kura.emulator.watchdog.test ............ SUCCESS [ 8.229 s] [INFO] org.eclipse.kura.internal.asset.cloudlet.test ...... SUCCESS [ 8.483 s] [INFO] org.eclipse.kura.internal.ble.test ................. SUCCESS [ 8.642 s] [INFO] org.eclipse.kura.internal.ble.eddystone.test ....... SUCCESS [ 7.733 s] [INFO] org.eclipse.kura.internal.ble.ibeacon.test ......... SUCCESS [ 7.620 s] [INFO] org.eclipse.kura.internal.driver.ble.sensortag.test SUCCESS [ 42.816 s] [INFO] org.eclipse.kura.internal.driver.eddystone.test .... SUCCESS [ 8.296 s] [INFO] org.eclipse.kura.internal.driver.ibeacon.test ...... SUCCESS [ 7.795 s] [INFO] org.eclipse.kura.internal.driver.opcua.test ........ SUCCESS [ 25.329 s] [INFO] org.eclipse.kura.internal.driver.s7plc.test ........ SUCCESS [ 8.530 s] [INFO] org.eclipse.kura.linux.clock.test .................. SUCCESS [ 11.124 s] [INFO] org.eclipse.kura.linux.gpio.test ................... SUCCESS [ 7.886 s] [INFO] org.eclipse.kura.linux.net.test .................... SUCCESS [ 15.069 s] [INFO] org.eclipse.kura.linux.position.test ............... SUCCESS [ 35.108 s] [INFO] org.eclipse.kura.linux.usb.test .................... SUCCESS [ 8.260 s] [INFO] org.eclipse.kura.linux.watchdog.test ............... SUCCESS [ 10.994 s] [INFO] org.eclipse.kura.net.admin.test .................... SUCCESS [ 38.649 s] [INFO] org.eclipse.kura.rest.asset.provider.test .......... SUCCESS [ 8.079 s] [INFO] org.eclipse.kura.protocol.modbus.test .............. SUCCESS [ 8.152 s] [INFO] org.eclipse.kura.stress.test ....................... SUCCESS [ 16.689 s] [INFO] org.eclipse.kura.util.test ......................... SUCCESS [ 8.589 s] [INFO] org.eclipse.kura.watchdog.criticaltest ............. SUCCESS [ 0.864 s] [INFO] org.eclipse.kura.wire.component.provider.test ...... SUCCESS [01:20 min] [INFO] org.eclipse.kura.wire.h2db.component.provider.test . SUCCESS [ 22.639 s] [INFO] org.eclipse.kura.wire.db.component.provider.test ... SUCCESS [ 22.751 s] [INFO] org.eclipse.kura.wire.script.filter.provider.test .. SUCCESS [ 9.875 s] [INFO] org.eclipse.kura.wire.provider.test ................ SUCCESS [ 8.342 s] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider.test SUCCESS [ 8.288 s] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider.test SUCCESS [ 8.640 s] [INFO] org.eclipse.kura.http.server.manager.test .......... SUCCESS [02:47 min] [INFO] org.eclipse.kura.network.threat.manager.test ....... SUCCESS [ 9.705 s] [INFO] org.eclipse.kura.core.tamper.detection.test ........ SUCCESS [ 24.744 s] [INFO] org.eclipse.kura.useradmin.store.test .............. SUCCESS [02:36 min] [INFO] org.eclipse.kura.core.keystore.test ................ SUCCESS [01:46 min] [INFO] org.eclipse.kura.log.filesystem.provider.test ...... SUCCESS [ 12.231 s] [INFO] org.eclipse.kura.rest.configuration.provider.test .. SUCCESS [ 27.631 s] [INFO] org.eclipse.kura.util.test.driver .................. SUCCESS [ 0.932 s] [INFO] org.eclipse.kura.rest.wire.provider.test ........... SUCCESS [ 30.815 s] [INFO] org.eclipse.kura.container.orchestration.provider.test 1.1.1-SNAPSHOT SUCCESS [ 4.918 s] [INFO] org.eclipse.kura.wire.ai.component.provider.test ... SUCCESS [ 7.432 s] [INFO] org.eclipse.kura.container.provider.test 1.1.1-SNAPSHOT SUCCESS [ 2.549 s] [INFO] org.eclipse.kura.ai.triton.server.test ............. SUCCESS [ 23.333 s] [INFO] org.eclipse.kura.rest.provider.test ................ SUCCESS [02:59 min] [INFO] org.eclipse.kura.web2.ext 1.2.2-SNAPSHOT ........... SUCCESS [ 0.221 s] [INFO] org.eclipse.kura.web2 2.2.2 ........................ SUCCESS [02:32 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35:42 min [INFO] Finished at: 2023-05-04T08:31:42Z [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.202305040755 [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.202305040755 [WARNING] org.eclipse.kura.protocol.modbus/2.2.1.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.ble.ibeacon.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.ble.ibeacon.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.camel/1.5.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.camel/1.5.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.camel/1.5.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [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.202305040755 [WARNING] org.eclipse.kura.core/1.2.2.202305040755 [WARNING] org.eclipse.kura.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.202305040755 [WARNING] org.eclipse.kura.core/1.2.2.202305040755 [WARNING] org.eclipse.kura.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.rest.provider/1.3.1.202305040755 [WARNING] org.eclipse.kura.core.net/1.2.2.202305040755 [WARNING] org.eclipse.kura.core.configuration/2.2.1.202305040755 [WARNING] org.eclipse.kura.core.keystore/1.2.1.202305040755 [WARNING] org.eclipse.kura.web2.ext/1.2.2.202305040755 [WARNING] org.eclipse.kura.core/1.2.2.202305040755 [WARNING] org.eclipse.kura.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [WARNING] org.eclipse.kura.web2/2.2.2 [WARNING] org.eclipse.kura.rest.configuration.provider/1.1.1.202305040755 [WARNING] org.eclipse.kura.request.handler.jaxrs/1.1.1.202305040755 [WARNING] org.eclipse.kura.deployment.agent/1.2.1.202305040755 [WARNING] org.eclipse.kura.wire.component.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.asset.provider/2.2.1.202305040755 [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.202305040755 [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.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.rest.provider/1.3.1.202305040755 [WARNING] org.eclipse.kura.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.core.system/1.2.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.rest.provider/1.3.1.202305040755 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.core.net/1.2.2.202305040755 [WARNING] org.eclipse.kura.core.configuration/2.2.1.202305040755 [WARNING] org.eclipse.kura.core.keystore/1.2.1.202305040755 [WARNING] org.eclipse.kura.util.wire.test/5.2.2 [WARNING] org.eclipse.kura.emulator.net/1.2.1.202305040755 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.core.inventory/1.2.1.202305040755 [WARNING] org.eclipse.kura.core/1.2.2.202305040755 [WARNING] org.eclipse.kura.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.core.system/1.2.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [WARNING] org.eclipse.kura.wire.provider/1.2.1 [WARNING] org.eclipse.kura.core.crypto/1.2.1.202305040755 [WARNING] org.eclipse.kura.wire.helper.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.emulator/1.2.1.202305040755 [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.core.system/1.2.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.core.system/1.2.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [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.rest.provider/1.3.1.202305040755 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.core.net/1.2.2.202305040755 [WARNING] org.eclipse.kura.core.configuration/2.2.1.202305040755 [WARNING] org.eclipse.kura.core.keystore/1.2.1.202305040755 [WARNING] org.eclipse.kura.util.wire.test/5.2.2 [WARNING] org.eclipse.kura.emulator.net/1.2.1.202305040755 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.core.inventory/1.2.1.202305040755 [WARNING] org.eclipse.kura.core/1.2.2.202305040755 [WARNING] org.eclipse.kura.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.core.system/1.2.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [WARNING] org.eclipse.kura.wire.provider/1.2.1 [WARNING] org.eclipse.kura.core.crypto/1.2.1.202305040755 [WARNING] org.eclipse.kura.wire.helper.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.emulator/1.2.1.202305040755 [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.rest.provider/1.3.1.202305040755 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.core.net/1.2.2.202305040755 [WARNING] org.eclipse.kura.core.configuration/2.2.1.202305040755 [WARNING] org.eclipse.kura.core.keystore/1.2.1.202305040755 [WARNING] org.eclipse.kura.util.wire.test/5.2.2 [WARNING] org.eclipse.kura.emulator.net/1.2.1.202305040755 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.core.inventory/1.2.1.202305040755 [WARNING] org.eclipse.kura.core/1.2.2.202305040755 [WARNING] org.eclipse.kura.util/1.3.1.202305040755 [WARNING] org.eclipse.kura.core.system/1.2.1.202305040755 [WARNING] org.eclipse.kura.api/2.4.1.202305040755 [WARNING] org.eclipse.kura.wire.provider/1.2.1 [WARNING] org.eclipse.kura.core.crypto/1.2.1.202305040755 [WARNING] org.eclipse.kura.wire.helper.provider/1.2.1.202305040755 [WARNING] org.eclipse.kura.emulator/1.2.1.202305040755 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.demo.heater:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.demo.modbus:2.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.project:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.publisher:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.serial.publisher:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.gpio:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.ble.tisensortag:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.dbus:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.beacon:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.beacon.scanner:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.ibeacon.advertiser:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.ibeacon.scanner:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.eddystone.advertiser:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.eddystone.scanner:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.camel.quickstart:1.3.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.camel.publisher:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.camel.aggregation:1.3.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat.example:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.wire.logic.multiport.provider:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.wire.math.multiport.provider:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.wire.math.singleport.provider:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.driver.sensehat:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.wire.devel.component.provider:1.2.1.202305040831 [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.202305040831 [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 1... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 0... [INFO] Compiling permutation 2... [INFO] Compiling [INFO] Compiling permutation 3... [INFO] Compile of permutations succeeded [INFO] Compilation succeeded -- 32.037s [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.249s [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.202305040831 [INFO] Added: org.eclipse.kura.example.web.extension:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.gpio.led:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.tamper.detection:1.2.1.202305040831 [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.202305040831 [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.202305040831 [INFO] Added: org.eclipse.kura.example.rest.authentication.provider:1.0.1.202305040831 [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-04T08:33:13,106 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2023-05-04T08:33:13,200 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter interface => hci0 2023-05-04T08:33:13,200 [main] INFO o.e.k.e.b.t.BluetoothLe - Enabling bluetooth adapter... 2023-05-04T08:33:13,201 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2023-05-04T08:33:13,203 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:17,203 [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-04T08:33:17,203 [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-04T08:33:18,202 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:21,202 [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-04T08:33:21,203 [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-04T08:33:22,202 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:25,202 [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-04T08:33:25,202 [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-04T08:33:26,202 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:26,323 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2023-05-04T08:33:26,325 [main] INFO o.e.k.e.b.t.BluetoothLe - Address 12:34:56:78:90:AC Name SensorTag CC2541 2023-05-04T08:33:26,326 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2023-05-04T08:33:26,326 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter interface => hci0 2023-05-04T08:33:26,327 [main] INFO o.e.k.e.b.t.BluetoothLe - Enabling bluetooth adapter... 2023-05-04T08:33:26,327 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2023-05-04T08:33:26,332 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:29,202 [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-04T08:33:29,202 [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-04T08:33:30,202 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:30,330 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Starting services discovery... 2023-05-04T08:33:31,327 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:31,330 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Ambient: 20.0 Target: 25.0 2023-05-04T08:33:32,331 [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-04T08:33:33,202 [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-04T08:33:33,203 [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-04T08:33:33,332 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Humidity: 50.0 2023-05-04T08:33:34,202 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:34,332 [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-04T08:33:35,327 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:36,333 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Pre: 101.3 2023-05-04T08:33:37,202 [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-04T08:33:37,203 [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-04T08:33:37,334 [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-04T08:33:38,202 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:38,334 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Light: 100.1 2023-05-04T08:33:38,335 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Starting services discovery... 2023-05-04T08:33:39,327 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2023-05-04T08:33:39,336 [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.308 sec Running org.eclipse.kura.example.ble.tisensortag.TiSensorTagTest 2023-05-04T08:33:39,406 [main] ERROR o.e.k.e.b.t.TiSensorTag - org.eclipse.kura.KuraException: Error during BLE connection. 2023-05-04T08:33:39,410 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00018072 2023-05-04T08:33:39,414 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0080008000C0 2023-05-04T08:33:39,433 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2023-05-04T08:33:39,438 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2023-05-04T08:33:39,443 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2023-05-04T08:33:39,447 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 000102030405000400080010 2023-05-04T08:33:39,452 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-04T08:33:39,453 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 000163A0 2023-05-04T08:33:39,454 [main] INFO o.e.k.e.b.t.TiSensorTag - Received luxometer value: C429 2023-05-04T08:33:39,458 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 000163A0 2023-05-04T08:33:39,463 [main] INFO o.e.k.e.b.t.TiSensorTag - Received keys value: 123 2023-05-04T08:33:39,469 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 81 84 FF 2023-05-04T08:33:39,471 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2023-05-04T08:33:39,475 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2023-05-04T08:33:39,478 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 000102030405000400080010 2023-05-04T08:33:39,490 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2023-05-04T08:33:39,492 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00018072 2023-05-04T08:33:39,493 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2023-05-04T08:33:39,497 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-04T08:33:39,499 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-04T08:33:39,518 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0080008000C0 2023-05-04T08:33:39,521 [main] INFO o.e.k.e.b.t.TiSensorTag - List getCharacteristics 2023-05-04T08:33:39,527 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-04T08:33:39,529 [main] INFO o.e.k.e.b.t.TiSensorTag - Received luxometer value: C429 2023-05-04T08:33:39,530 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2023-05-04T08:33:39,530 [main] INFO o.e.k.e.b.t.TiSensorTag - Not IO Service on CC2541. 2023-05-04T08:33:39,533 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00010080 2023-05-04T08:33:39,544 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2023-05-04T08:33:39,550 [main] ERROR o.e.k.e.b.t.TiSensorTag - org.eclipse.kura.KuraException: Error during BLE IO activity. 2023-05-04T08:33:39,553 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 00010203 2023-05-04T08:33:39,554 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 00010203 2023-05-04T08:33:39,555 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 81 84 FF 2023-05-04T08:33:39,561 [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.206 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-04 08:33:43.729 ----------------------------------------------- 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-04 08:33:44.154 !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-04T08:33:45,955 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:33:46,224 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:33:46,251 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] 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-04T08:33:46,251 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:33:46,251 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:33:46,251 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:33:46,252 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:33:46,252 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2023-05-04T08:33:46,252 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:33:46,252 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:33:46,252 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] 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-04T08:33:46,252 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2023-05-04T08:33:46,252 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:33:46,253 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:33:46,336 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:33:46,410 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:33:46,411 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:33:46,411 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:33:46,411 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:33:46,411 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:33:46,424 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:33:46,424 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:33:46,426 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:33:46,428 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:33:46,428 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:33:46,428 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] 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-04T08:33:46,429 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:33:46,430 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:33:46,443 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:33:46,445 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:33:46,445 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:33:46,445 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:33:46,538 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189226449.xml... 2023-05-04T08:33:46,628 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189226449.xml... Done. 2023-05-04T08:33:46,628 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:33:46,629 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:33:46,629 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:33:46,652 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:33:46,653 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:46,654 [Start Level: Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:46,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Variance ... 2023-05-04T08:33:46,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Median ... 2023-05-04T08:33:46,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.SquareRoot ... 2023-05-04T08:33:46,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Minimum ... 2023-05-04T08:33:46,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Maximum ... 2023-05-04T08:33:46,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.GainOffset ... 2023-05-04T08:33:46,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Average ... 2023-05-04T08:33:46,730 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:33:46,730 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:46,740 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:46,743 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:46,743 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:46,743 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:33:46,769 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1894579889 created 2023-05-04T08:33:46,770 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1894579889 bound 2023-05-04T08:33:46,770 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1894579889 bound 2023-05-04T08:33:46,770 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1894579889 activated 2023-05-04T08:33:46,771 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 997060819 created 2023-05-04T08:33:46,772 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 997060819 bound 2023-05-04T08:33:46,772 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 997060819 bound 2023-05-04T08:33:46,772 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 997060819 activated 2023-05-04T08:33:46,774 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1540983455 created 2023-05-04T08:33:46,774 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1540983455 bound 2023-05-04T08:33:46,774 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1540983455 bound 2023-05-04T08:33:46,774 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1540983455 activated 2023-05-04T08:33:46,776 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 558403316 created 2023-05-04T08:33:46,776 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 558403316 bound 2023-05-04T08:33:46,776 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 558403316 bound 2023-05-04T08:33:46,776 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 558403316 activated 2023-05-04T08:33:46,778 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1259045141 created 2023-05-04T08:33:46,778 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1259045141 bound 2023-05-04T08:33:46,778 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1259045141 bound 2023-05-04T08:33:46,778 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1259045141 activated 2023-05-04T08:33:46,780 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 244148663 created 2023-05-04T08:33:46,780 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 244148663 bound 2023-05-04T08:33:46,780 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 244148663 bound 2023-05-04T08:33:46,780 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 244148663 activated 2023-05-04T08:33:46,782 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1765055256 created 2023-05-04T08:33:46,782 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1765055256 bound 2023-05-04T08:33:46,782 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1765055256 bound 2023-05-04T08:33:46,782 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1765055256 activated 2023-05-04T08:33:46,782 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:33:46,782 [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-04T08:33:46,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:33:46,863 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - waiting for dependencies... 2023-05-04T08:33:46,863 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - waiting for dependencies... done 2023-05-04T08:33:46,864 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1743144734 created 2023-05-04T08:33:46,865 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1743144734 setup 2023-05-04T08:33:46,868 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:46,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189226449... 2023-05-04T08:33:46,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:46,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:46,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189226875.xml... 2023-05-04T08:33:46,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_1683189226875.xml... Done. 2023-05-04T08:33:46,938 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:46,938 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:46,938 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:46,939 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:46,946 [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-04T08:33:46,950 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:46,950 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:46,951 [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-04T08:33:46,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:46,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2023-05-04T08:33:46,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:46,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:46,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:46,954 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2023-05-04T08:33:46,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.emitter.pid 2023-05-04T08:33:46,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:46,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:46,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:46,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:46,956 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:46,956 [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-04T08:33:46,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:46,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:46,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:46,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:46,972 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:46,974 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:46,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189226875... 2023-05-04T08:33:46,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:46,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:46,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189226980.xml... 2023-05-04T08:33:47,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189226980.xml... Done. 2023-05-04T08:33:47,047 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,082 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:47,082 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:47,085 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:47,085 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:47,087 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:47,087 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:47,090 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:47,093 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:47,093 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:47,095 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:47,096 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:47,096 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:47,096 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - ### TESTING GAIN OFFSET COMPONENT ### 2023-05-04T08:33:47,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189226980... 2023-05-04T08:33:47,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2023-05-04T08:33:47,109 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:47,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189227109.xml... 2023-05-04T08:33:47,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_1683189227109.xml... Done. 2023-05-04T08:33:47,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:47,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:47,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:47,266 [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-04T08:33:47,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:47,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:47,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:47,270 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:47,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:47,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:47,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:47,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:47,271 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:47,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:47,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:47,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:47,272 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:47,272 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:47,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189227109... 2023-05-04T08:33:47,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:47,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189227282.xml... 2023-05-04T08:33:47,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_1683189227282.xml... Done. 2023-05-04T08:33:47,558 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,558 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:47,559 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:47,560 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:47,560 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -2104016527 created 2023-05-04T08:33:47,561 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -2104016527 setup 2023-05-04T08:33:47,562 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189227282... 2023-05-04T08:33:47,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:47,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189227574.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189227574.xml... Done. 2023-05-04T08:33:47,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,678 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:47,678 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:47,679 [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-04T08:33:47,679 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:47,680 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:47,680 [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-04T08:33:47,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:47,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2023-05-04T08:33:47,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:47,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:47,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:47,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2023-05-04T08:33:47,684 [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-04T08:33:47,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:47,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:47,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:47,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:47,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:47,687 [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-04T08:33:47,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:47,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:47,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:47,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:47,691 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:47,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,692 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:47,692 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:47,693 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189227574... 2023-05-04T08:33:47,702 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,704 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:47,710 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189227704.xml... 2023-05-04T08:33:47,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_1683189227704.xml... Done. 2023-05-04T08:33:47,856 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,858 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:47,858 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:47,859 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:47,860 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:47,860 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:47,862 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:47,862 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:47,864 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:47,864 [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-04T08:33:47,864 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:47,865 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:47,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:47,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:47,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:47,869 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:47,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:47,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:47,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:47,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:47,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:47,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:47,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:47,873 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:47,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:47,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:47,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189227704... 2023-05-04T08:33:47,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189228143.xml... 2023-05-04T08:33:48,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189228143.xml... Done. 2023-05-04T08:33:48,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:48,253 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 730392390 created 2023-05-04T08:33:48,253 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 730392390 setup 2023-05-04T08:33:48,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:48,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189228143... 2023-05-04T08:33:48,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:48,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189228260.xml... 2023-05-04T08:33:48,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.math.singleport.provider.test/target/snapshot_1683189228260.xml... Done. 2023-05-04T08:33:48,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:48,886 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:48,886 [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-04T08:33:48,887 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:48,887 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:48,887 [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-04T08:33:48,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:48,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2023-05-04T08:33:48,912 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:48,913 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:48,913 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:48,913 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2023-05-04T08:33:48,913 [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-04T08:33:48,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:48,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:48,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:48,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:48,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:48,918 [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-04T08:33:48,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:48,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:48,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:48,925 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:48,925 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:48,927 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189228260... 2023-05-04T08:33:48,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:48,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189228933.xml... 2023-05-04T08:33:48,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189228933.xml... Done. 2023-05-04T08:33:48,951 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,951 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:48,951 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:48,951 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:48,951 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:48,956 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:48,956 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:48,960 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:48,960 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:48,963 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:48,966 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:48,968 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:48,968 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:48,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:33:48,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:48,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:48,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:48,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:48,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:48,972 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:48,972 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:48,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:48,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:48,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:48,973 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:48,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:48,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:48,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:48,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:48,974 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:48,975 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:48,975 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189228933... 2023-05-04T08:33:48,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:48,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189228983.xml... 2023-05-04T08:33:48,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189228983.xml... Done. 2023-05-04T08:33:48,991 [main] INFO 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_1683189226449.xml 2023-05-04T08:33:48,991 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,991 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:48,991 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:48,992 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - tear down once 2023-05-04T08:33:48,992 [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: 2.167 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.695 s gainOffsetWireComponentExists(org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest) Time elapsed: 0.692 s gainOffsetWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest) Time elapsed: 0.738 s Running org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest 2023-05-04T08:33:49,072 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - waiting for dependencies... 2023-05-04T08:33:49,073 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - waiting for dependencies... done 2023-05-04T08:33:49,073 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -1974217110 created 2023-05-04T08:33:49,073 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -1974217110 setup 2023-05-04T08:33:49,073 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189228983... 2023-05-04T08:33:49,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229081.xml... 2023-05-04T08:33:49,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_1683189229081.xml... Done. 2023-05-04T08:33:49,090 [main] INFO 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_1683189226875.xml 2023-05-04T08:33:49,090 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,090 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,091 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,091 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,092 [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-04T08:33:49,092 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:49,092 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:49,092 [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-04T08:33:49,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:49,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2023-05-04T08:33:49,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:49,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:49,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:49,095 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2023-05-04T08:33:49,095 [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-04T08:33:49,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:49,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:49,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:49,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:49,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:49,116 [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-04T08:33:49,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:49,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:49,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:49,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:49,119 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:49,120 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,121 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229081... 2023-05-04T08:33:49,121 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,125 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229127.xml... 2023-05-04T08:33:49,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229127.xml... Done. 2023-05-04T08:33:49,137 [main] INFO 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_1683189226980.xml 2023-05-04T08:33:49,137 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,138 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,139 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,140 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,140 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:49,141 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:49,142 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,142 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:49,144 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,144 [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-04T08:33:49,144 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:49,145 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:49,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:49,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:49,148 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:49,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:49,149 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:49,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:49,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:49,151 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:49,151 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,152 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229127... 2023-05-04T08:33:49,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229163.xml... 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229163.xml... Done. 2023-05-04T08:33:49,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_1683189227109.xml 2023-05-04T08:33:49,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,189 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,190 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 638114107 created 2023-05-04T08:33:49,190 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 638114107 setup 2023-05-04T08:33:49,190 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229163... 2023-05-04T08:33:49,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229216.xml... 2023-05-04T08:33:49,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229216.xml... Done. 2023-05-04T08:33:49,227 [main] INFO 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_1683189227282.xml 2023-05-04T08:33:49,227 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,227 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,227 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,227 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,228 [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-04T08:33:49,228 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:49,229 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:49,229 [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-04T08:33:49,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:49,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2023-05-04T08:33:49,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:49,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:49,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:49,232 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2023-05-04T08:33:49,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.emitter.pid 2023-05-04T08:33:49,232 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:49,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:49,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:49,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:49,234 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:49,234 [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-04T08:33:49,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:49,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:49,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:49,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:49,239 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:49,240 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229216... 2023-05-04T08:33:49,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229248.xml... 2023-05-04T08:33:49,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_1683189229248.xml... Done. 2023-05-04T08:33:49,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_1683189227574.xml 2023-05-04T08:33:49,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:49,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:49,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,269 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,269 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,272 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,272 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,273 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,274 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:49,275 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,275 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:49,278 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,278 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,278 [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-04T08:33:49,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:49,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:49,282 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:49,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:49,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:49,284 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:49,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:49,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:49,285 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:49,285 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,286 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229248... 2023-05-04T08:33:49,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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_1683189229318.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229318.xml... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189227704.xml 2023-05-04T08:33:49,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,329 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,329 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1270786185 created 2023-05-04T08:33:49,329 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1270786185 setup 2023-05-04T08:33:49,330 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229318... 2023-05-04T08:33:49,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229334.xml... 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229334.xml... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189228143.xml 2023-05-04T08:33:49,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,344 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,344 [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-04T08:33:49,345 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:49,345 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:49,345 [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-04T08:33:49,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:49,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2023-05-04T08:33:49,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:49,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:49,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:49,347 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2023-05-04T08:33:49,347 [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-04T08:33:49,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:49,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:49,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:49,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:49,349 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:49,349 [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-04T08:33:49,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:49,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:49,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:49,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:49,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:49,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229334... 2023-05-04T08:33:49,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229356.xml... 2023-05-04T08:33:49,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229356.xml... Done. 2023-05-04T08:33:49,366 [main] INFO 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_1683189228260.xml 2023-05-04T08:33:49,366 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,366 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,367 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:49,367 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:49,367 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,370 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,372 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,380 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,380 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,381 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:49,384 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,387 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,387 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,387 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:49,389 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - ### TESTING MAXIMUM COMPONENT ### 2023-05-04T08:33:49,389 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229356... 2023-05-04T08:33:49,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2023-05-04T08:33:49,414 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229415.xml... 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229415.xml... Done. 2023-05-04T08:33:49,431 [main] INFO 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_1683189228933.xml 2023-05-04T08:33:49,431 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:49,431 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:49,431 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:49,433 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - received {result=DoubleValue [value=9.0]} 2023-05-04T08:33:49,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:49,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:49,434 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:49,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:49,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:49,435 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:49,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:49,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:49,437 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:49,437 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,438 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229415... 2023-05-04T08:33:49,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,457 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229452.xml... 2023-05-04T08:33:49,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229452.xml... Done. 2023-05-04T08:33:49,463 [main] INFO 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_1683189228983.xml 2023-05-04T08:33:49,463 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,463 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,463 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,463 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - tear down once 2023-05-04T08:33:49,464 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,465 [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.392 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.116 s maximumWireComponentExists(org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest) Time elapsed: 0.139 s testMaximum(org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest) Time elapsed: 0.134 s Running org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest 2023-05-04T08:33:49,479 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - waiting for dependencies... 2023-05-04T08:33:49,479 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - waiting for dependencies... done 2023-05-04T08:33:49,479 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1305795303 created 2023-05-04T08:33:49,480 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1305795303 setup 2023-05-04T08:33:49,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229452... 2023-05-04T08:33:49,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,485 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229485.xml... 2023-05-04T08:33:49,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229485.xml... Done. 2023-05-04T08:33:49,497 [main] INFO 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_1683189229081.xml 2023-05-04T08:33:49,497 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,497 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,497 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,497 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,498 [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-04T08:33:49,498 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:49,498 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:49,498 [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-04T08:33:49,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:49,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-04T08:33:49,500 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:49,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:49,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:49,502 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2023-05-04T08:33:49,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.emitter.pid 2023-05-04T08:33:49,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:49,514 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:49,516 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:49,516 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:49,517 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:49,517 [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-04T08:33:49,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:49,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:49,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:49,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:49,521 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:49,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229485... 2023-05-04T08:33:49,523 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,524 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229530.xml... 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229530.xml... Done. 2023-05-04T08:33:49,544 [main] INFO 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_1683189229127.xml 2023-05-04T08:33:49,544 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,547 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,547 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,549 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,551 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:49,552 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:49,554 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:49,556 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,556 [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-04T08:33:49,557 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:49,557 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:49,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:49,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:49,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:49,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:49,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:49,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:49,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:49,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:49,560 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,561 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229530... 2023-05-04T08:33:49,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229567.xml... 2023-05-04T08:33:49,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.singleport.provider.test/target/snapshot_1683189229567.xml... Done. 2023-05-04T08:33:49,576 [main] INFO 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_1683189229163.xml 2023-05-04T08:33:49,576 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,577 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,577 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -757322218 created 2023-05-04T08:33:49,577 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -757322218 setup 2023-05-04T08:33:49,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229567... 2023-05-04T08:33:49,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229582.xml... 2023-05-04T08:33:49,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.singleport.provider.test/target/snapshot_1683189229582.xml... Done. 2023-05-04T08:33:49,595 [main] INFO 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_1683189229216.xml 2023-05-04T08:33:49,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,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-04T08:33:49,615 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:49,615 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:49,615 [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-04T08:33:49,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:49,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-04T08:33:49,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:49,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:49,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:49,617 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2023-05-04T08:33:49,618 [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-04T08:33:49,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:49,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:49,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:49,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:49,620 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:49,620 [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-04T08:33:49,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:49,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:49,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:49,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:49,622 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:49,623 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229582... 2023-05-04T08:33:49,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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.singleport.provider.test/target/snapshot_1683189229630.xml... 2023-05-04T08:33:49,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229630.xml... Done. 2023-05-04T08:33:49,643 [main] INFO 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_1683189229248.xml 2023-05-04T08:33:49,643 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,643 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,644 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:49,644 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:49,644 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,647 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,648 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,651 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,651 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,653 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,654 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:49,655 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,656 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:49,657 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,657 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - ### TESTING ODD AVERAGE COMPONENT ### 2023-05-04T08:33:49,657 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229630... 2023-05-04T08:33:49,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-04T08:33:49,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:49,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229665.xml... 2023-05-04T08:33:49,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.singleport.provider.test/target/snapshot_1683189229665.xml... Done. 2023-05-04T08:33:49,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.singleport.provider.test/target/snapshot_1683189229318.xml 2023-05-04T08:33:49,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:49,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:49,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:49,676 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - received {result=DoubleValue [value=5.0]} 2023-05-04T08:33:49,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:49,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:49,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:49,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:49,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:49,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:49,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:49,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:49,679 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:49,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,679 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229665... 2023-05-04T08:33:49,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229685.xml... 2023-05-04T08:33:49,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229685.xml... Done. 2023-05-04T08:33:49,694 [main] INFO 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_1683189229334.xml 2023-05-04T08:33:49,694 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,695 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,695 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,695 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1691770608 created 2023-05-04T08:33:49,695 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,714 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1691770608 setup 2023-05-04T08:33:49,714 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,714 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,715 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229685... 2023-05-04T08:33:49,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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_1683189229720.xml... 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229720.xml... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229356.xml 2023-05-04T08:33:49,732 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,732 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,732 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,732 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,733 [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-04T08:33:49,733 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:49,733 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:49,733 [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-04T08:33:49,733 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:49,733 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-04T08:33:49,734 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:49,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:49,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:49,735 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2023-05-04T08:33:49,735 [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-04T08:33:49,736 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:49,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:49,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:49,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:49,739 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:49,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2023-05-04T08:33:49,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:49,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:49,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:49,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:49,742 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:49,743 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,743 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,744 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229720... 2023-05-04T08:33:49,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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_1683189229748.xml... 2023-05-04T08:33:49,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229748.xml... Done. 2023-05-04T08:33:49,756 [main] INFO 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_1683189229415.xml 2023-05-04T08:33:49,757 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,758 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,758 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:49,761 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:49,762 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,763 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:49,764 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - ### TESTING EVEN AVERAGE COMPONENT ### 2023-05-04T08:33:49,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229748... 2023-05-04T08:33:49,765 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:49,765 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-04T08:33:49,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:49,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.math.singleport.provider.test/target/snapshot_1683189229771.xml... 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229771.xml... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229452.xml 2023-05-04T08:33:49,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:49,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:49,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:49,783 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - received {result=DoubleValue [value=5.5]} 2023-05-04T08:33:49,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:49,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:49,785 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:49,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:49,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:49,786 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:49,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:49,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:49,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:49,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229771... 2023-05-04T08:33:49,814 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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_1683189229816.xml... 2023-05-04T08:33:49,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229816.xml... Done. 2023-05-04T08:33:49,827 [main] INFO 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_1683189229485.xml 2023-05-04T08:33:49,828 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,828 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,828 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,828 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 578530589 created 2023-05-04T08:33:49,828 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 578530589 setup 2023-05-04T08:33:49,829 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,829 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229816... 2023-05-04T08:33:49,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,834 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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_1683189229834.xml... 2023-05-04T08:33:49,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.singleport.provider.test/target/snapshot_1683189229834.xml... Done. 2023-05-04T08:33:49,846 [main] INFO 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_1683189229530.xml 2023-05-04T08:33:49,846 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,846 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,846 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,847 [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-04T08:33:49,847 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:49,847 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:49,847 [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-04T08:33:49,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:49,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2023-05-04T08:33:49,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:49,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:49,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:49,850 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2023-05-04T08:33:49,850 [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-04T08:33:49,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:49,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:49,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:49,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:49,853 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:49,853 [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-04T08:33:49,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:49,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:49,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:49,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:49,855 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:49,856 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229834... 2023-05-04T08:33:49,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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.singleport.provider.test/target/snapshot_1683189229860.xml... 2023-05-04T08:33:49,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.math.singleport.provider.test/target/snapshot_1683189229860.xml... Done. 2023-05-04T08:33:49,883 [main] INFO 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_1683189229567.xml 2023-05-04T08:33:49,883 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,883 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,883 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:49,884 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:49,884 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,886 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:49,888 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,889 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,890 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:49,892 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,895 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:49,895 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:49,896 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:49,898 [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-04T08:33:49,898 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:49,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:49,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:49,901 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:49,901 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:49,901 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:49,901 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,902 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:49,902 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:49,902 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:49,902 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:49,903 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,903 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:49,903 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:49,903 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:49,903 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,904 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229860... 2023-05-04T08:33:49,909 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,910 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229910.xml... 2023-05-04T08:33:49,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229910.xml... Done. 2023-05-04T08:33:49,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.math.singleport.provider.test/target/snapshot_1683189229582.xml 2023-05-04T08:33:49,967 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,967 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,967 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:49,967 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - tear down once 2023-05-04T08:33:49,968 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 s - in org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest averageWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.097 s testOddaverage(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.118 s testEvenaverage(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.114 s averageWireComponentExists(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.139 s Running org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest 2023-05-04T08:33:49,977 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - waiting for dependencies... 2023-05-04T08:33:49,977 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - waiting for dependencies... done 2023-05-04T08:33:49,978 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -1789244848 created 2023-05-04T08:33:49,978 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -1789244848 setup 2023-05-04T08:33:49,979 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229910... 2023-05-04T08:33:49,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:49,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:49,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189229982.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229982.xml... Done. 2023-05-04T08:33:50,014 [main] INFO 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_1683189229630.xml 2023-05-04T08:33:50,014 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,014 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,015 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,015 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,015 [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-04T08:33:50,015 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,016 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,016 [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-04T08:33:50,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2023-05-04T08:33:50,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,018 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2023-05-04T08:33:50,018 [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-04T08:33:50,018 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,020 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,020 [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-04T08:33:50,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,023 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,023 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,023 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,024 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,025 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189229982... 2023-05-04T08:33:50,025 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,025 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,029 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230030.xml... 2023-05-04T08:33:50,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230030.xml... Done. 2023-05-04T08:33:50,081 [main] INFO 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_1683189229665.xml 2023-05-04T08:33:50,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,083 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,083 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,083 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,084 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,084 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,086 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,086 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,087 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,087 [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-04T08:33:50,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,089 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,091 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,092 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,093 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230030... 2023-05-04T08:33:50,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,101 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,104 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230101.xml... 2023-05-04T08:33:50,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230101.xml... Done. 2023-05-04T08:33:50,159 [main] INFO 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_1683189229685.xml 2023-05-04T08:33:50,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,160 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1858986535 created 2023-05-04T08:33:50,160 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1858986535 setup 2023-05-04T08:33:50,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230101... 2023-05-04T08:33:50,165 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230167.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230167.xml... Done. 2023-05-04T08:33:50,188 [main] INFO 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_1683189229720.xml 2023-05-04T08:33:50,188 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,188 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,188 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,188 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,189 [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-04T08:33:50,189 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,189 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,189 [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-04T08:33:50,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2023-05-04T08:33:50,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,192 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2023-05-04T08:33:50,193 [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-04T08:33:50,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,196 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2023-05-04T08:33:50,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,199 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,200 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,201 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230167... 2023-05-04T08:33:50,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,205 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,209 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230205.xml... 2023-05-04T08:33:50,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230205.xml... Done. 2023-05-04T08:33:50,220 [main] INFO 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_1683189229748.xml 2023-05-04T08:33:50,220 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,220 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,221 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,221 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,221 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,225 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,225 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,227 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,227 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,229 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,230 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,232 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,232 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,233 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - ### TESTING VARIANCE COMPONENT ### 2023-05-04T08:33:50,233 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,233 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230205... 2023-05-04T08:33:50,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2023-05-04T08:33:50,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:50,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_1683189230237.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230237.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189229771.xml 2023-05-04T08:33:50,289 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:50,289 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:50,289 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:50,289 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - received {result=DoubleValue [value=4.9]} 2023-05-04T08:33:50,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,291 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,291 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,292 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,292 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,293 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,293 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,293 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,293 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,294 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230237... 2023-05-04T08:33:50,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,302 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230302.xml... 2023-05-04T08:33:50,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230302.xml... Done. 2023-05-04T08:33:50,316 [main] INFO 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_1683189229816.xml 2023-05-04T08:33:50,316 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,316 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,316 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,316 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1697678562 created 2023-05-04T08:33:50,316 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1697678562 setup 2023-05-04T08:33:50,316 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,317 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230302... 2023-05-04T08:33:50,319 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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.math.singleport.provider.test/target/snapshot_1683189230320.xml... 2023-05-04T08:33:50,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_1683189230320.xml... Done. 2023-05-04T08:33:50,331 [main] INFO 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_1683189229834.xml 2023-05-04T08:33:50,332 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,332 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,332 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,332 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,333 [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-04T08:33:50,333 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,333 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,333 [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-04T08:33:50,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,333 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2023-05-04T08:33:50,334 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,335 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2023-05-04T08:33:50,336 [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-04T08:33:50,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,338 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,338 [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-04T08:33:50,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,340 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,340 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,340 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,340 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230320... 2023-05-04T08:33:50,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230344.xml... 2023-05-04T08:33:50,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230344.xml... Done. 2023-05-04T08:33:50,352 [main] INFO 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_1683189229860.xml 2023-05-04T08:33:50,352 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,354 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,354 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,355 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,356 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,356 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,358 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,358 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,359 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,359 [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-04T08:33:50,359 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,361 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,361 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,362 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,362 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230344... 2023-05-04T08:33:50,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230373.xml... 2023-05-04T08:33:50,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230373.xml... Done. 2023-05-04T08:33:50,380 [main] INFO 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_1683189229910.xml 2023-05-04T08:33:50,380 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,380 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,380 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,380 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - tear down once 2023-05-04T08:33:50,381 [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.405 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.182 s testVariance(org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest) Time elapsed: 0.156 s varianceWireComponentExists(org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest) Time elapsed: 0.064 s Running org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest 2023-05-04T08:33:50,390 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - waiting for dependencies... 2023-05-04T08:33:50,390 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - waiting for dependencies... done 2023-05-04T08:33:50,390 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -351964905 created 2023-05-04T08:33:50,390 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -351964905 setup 2023-05-04T08:33:50,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230373... 2023-05-04T08:33:50,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,414 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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_1683189230414.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230414.xml... Done. 2023-05-04T08:33:50,432 [main] INFO 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_1683189229982.xml 2023-05-04T08:33:50,432 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,432 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,432 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,433 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,433 [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-04T08:33:50,434 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,434 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,434 [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-04T08:33:50,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2023-05-04T08:33:50,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,438 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2023-05-04T08:33:50,438 [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-04T08:33:50,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,441 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,441 [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-04T08:33:50,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,444 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,445 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,445 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,445 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230414... 2023-05-04T08:33:50,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230451.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230451.xml... Done. 2023-05-04T08:33:50,462 [main] INFO 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_1683189230030.xml 2023-05-04T08:33:50,462 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,464 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,464 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,465 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,467 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,470 [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-04T08:33:50,471 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,473 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,473 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,474 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,474 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,475 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,475 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230451... 2023-05-04T08:33:50,479 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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.singleport.provider.test/target/snapshot_1683189230480.xml... 2023-05-04T08:33:50,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230480.xml... Done. 2023-05-04T08:33:50,489 [main] INFO 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_1683189230101.xml 2023-05-04T08:33:50,489 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,489 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,489 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,489 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 2093927900 created 2023-05-04T08:33:50,490 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,490 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 2093927900 setup 2023-05-04T08:33:50,490 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230480... 2023-05-04T08:33:50,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,493 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230494.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230494.xml... Done. 2023-05-04T08:33:50,511 [main] INFO 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_1683189230167.xml 2023-05-04T08:33:50,514 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,514 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,514 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,514 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,515 [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-04T08:33:50,515 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,515 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,515 [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-04T08:33:50,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2023-05-04T08:33:50,516 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,518 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2023-05-04T08:33:50,518 [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-04T08:33:50,518 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,519 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,520 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,520 [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-04T08:33:50,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,522 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,522 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230494... 2023-05-04T08:33:50,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,526 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230526.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230526.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230205.xml 2023-05-04T08:33:50,541 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,542 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,542 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,543 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,544 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,544 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,546 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,546 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,547 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,548 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - ### TESTING MINIMUM COMPONENT ### 2023-05-04T08:33:50,548 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,549 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230526... 2023-05-04T08:33:50,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2023-05-04T08:33:50,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:50,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_1683189230554.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230554.xml... Done. 2023-05-04T08:33:50,573 [main] INFO 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_1683189230237.xml 2023-05-04T08:33:50,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:50,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:50,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:50,575 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - received {result=DoubleValue [value=1.0]} 2023-05-04T08:33:50,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,576 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,578 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,579 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230554... 2023-05-04T08:33:50,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230584.xml... 2023-05-04T08:33:50,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.math.singleport.provider.test/target/snapshot_1683189230584.xml... Done. 2023-05-04T08:33:50,590 [main] INFO 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_1683189230302.xml 2023-05-04T08:33:50,590 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,590 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,590 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1166690812 created 2023-05-04T08:33:50,590 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1166690812 setup 2023-05-04T08:33:50,591 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230584... 2023-05-04T08:33:50,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230593.xml... 2023-05-04T08:33:50,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230593.xml... Done. 2023-05-04T08:33:50,599 [main] INFO 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_1683189230320.xml 2023-05-04T08:33:50,600 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,600 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,600 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,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-04T08:33:50,601 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,601 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,601 [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-04T08:33:50,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2023-05-04T08:33:50,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,604 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2023-05-04T08:33:50,604 [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-04T08:33:50,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,614 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,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-04T08:33:50,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,616 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,616 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230593... 2023-05-04T08:33:50,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230619.xml... 2023-05-04T08:33:50,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230619.xml... Done. 2023-05-04T08:33:50,625 [main] INFO 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_1683189230344.xml 2023-05-04T08:33:50,625 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,626 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,626 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,627 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,629 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,629 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,630 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,631 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,632 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,632 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,633 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,634 [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-04T08:33:50,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,636 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,637 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,638 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,638 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,639 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230619... 2023-05-04T08:33:50,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230644.xml... 2023-05-04T08:33:50,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.singleport.provider.test/target/snapshot_1683189230644.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230373.xml 2023-05-04T08:33:50,649 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,649 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,649 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,650 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - tear down once 2023-05-04T08:33:50,650 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,651 [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.262 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.099 s testMinimum(org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest) Time elapsed: 0.101 s minimumWireComponentExists(org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest) Time elapsed: 0.059 s Running org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest 2023-05-04T08:33:50,656 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - waiting for dependencies... 2023-05-04T08:33:50,656 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - waiting for dependencies... done 2023-05-04T08:33:50,656 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 804614100 created 2023-05-04T08:33:50,657 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 804614100 setup 2023-05-04T08:33:50,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230644... 2023-05-04T08:33:50,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230661.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230661.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230414.xml 2023-05-04T08:33:50,670 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,670 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,670 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,671 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,671 [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-04T08:33:50,671 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,671 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,671 [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-04T08:33:50,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2023-05-04T08:33:50,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,673 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2023-05-04T08:33:50,673 [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-04T08:33:50,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,676 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,676 [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-04T08:33:50,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,679 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,679 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,680 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230661... 2023-05-04T08:33:50,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230684.xml... 2023-05-04T08:33:50,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230684.xml... Done. 2023-05-04T08:33:50,690 [main] INFO 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_1683189230451.xml 2023-05-04T08:33:50,690 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,714 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,714 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,715 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,716 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,716 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,717 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,717 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,718 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:33:50,719 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,719 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,720 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,720 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,721 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,722 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,722 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230684... 2023-05-04T08:33:50,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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.math.singleport.provider.test/target/snapshot_1683189230726.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230726.xml... Done. 2023-05-04T08:33:50,733 [main] INFO 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_1683189230480.xml 2023-05-04T08:33:50,733 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,734 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,734 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,734 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - -490387525 created 2023-05-04T08:33:50,734 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - -490387525 setup 2023-05-04T08:33:50,735 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230726... 2023-05-04T08:33:50,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230739.xml... 2023-05-04T08:33:50,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230739.xml... Done. 2023-05-04T08:33:50,745 [main] INFO 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_1683189230494.xml 2023-05-04T08:33:50,745 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,745 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,745 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,745 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,745 [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-04T08:33:50,746 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,746 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,746 [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-04T08:33:50,746 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,746 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2023-05-04T08:33:50,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,748 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2023-05-04T08:33:50,748 [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-04T08:33:50,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,749 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2023-05-04T08:33:50,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,751 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230739... 2023-05-04T08:33:50,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230754.xml... 2023-05-04T08:33:50,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230754.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230526.xml 2023-05-04T08:33:50,760 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,763 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,763 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,764 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,764 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,766 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,767 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,770 [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-04T08:33:50,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,773 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,774 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,774 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,775 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,776 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,776 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230754... 2023-05-04T08:33:50,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230781.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230781.xml... Done. 2023-05-04T08:33:50,787 [main] INFO 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_1683189230554.xml 2023-05-04T08:33:50,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,788 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,788 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 676398087 created 2023-05-04T08:33:50,788 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 676398087 setup 2023-05-04T08:33:50,788 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,788 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230781... 2023-05-04T08:33:50,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230792.xml... 2023-05-04T08:33:50,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_1683189230792.xml... Done. 2023-05-04T08:33:50,820 [main] INFO 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_1683189230584.xml 2023-05-04T08:33:50,820 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,820 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,820 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,821 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,821 [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-04T08:33:50,822 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,822 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,822 [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-04T08:33:50,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2023-05-04T08:33:50,823 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,824 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2023-05-04T08:33:50,824 [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-04T08:33:50,824 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,825 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,826 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,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.receiver.pid 2023-05-04T08:33:50,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,828 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,830 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,831 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,831 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,832 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230792... 2023-05-04T08:33:50,833 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,833 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,834 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,835 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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_1683189230835.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230835.xml... Done. 2023-05-04T08:33:50,842 [main] INFO 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_1683189230593.xml 2023-05-04T08:33:50,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,842 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,843 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,843 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,844 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,844 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,845 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - ### TESTING SQUARE ROOT COMPONENT ### 2023-05-04T08:33:50,845 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,846 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230835... 2023-05-04T08:33:50,846 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2023-05-04T08:33:50,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:50,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230850.xml... 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230850.xml... Done. 2023-05-04T08:33:50,859 [main] INFO 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_1683189230619.xml 2023-05-04T08:33:50,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:50,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:50,860 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:50,860 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - received {myResult=DoubleValue [value=2.0]} 2023-05-04T08:33:50,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,861 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,863 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,863 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,864 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230850... 2023-05-04T08:33:50,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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_1683189230868.xml... 2023-05-04T08:33:50,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230868.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230644.xml 2023-05-04T08:33:50,876 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,876 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,876 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - tear down once 2023-05-04T08:33:50,876 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,877 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,877 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,878 [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.221 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.078 s sqrtWireComponentExists(org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest) Time elapsed: 0.054 s testSquareRoot(org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest) Time elapsed: 0.088 s Running org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest 2023-05-04T08:33:50,885 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - waiting for dependencies... 2023-05-04T08:33:50,885 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - waiting for dependencies... done 2023-05-04T08:33:50,885 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1259330976 created 2023-05-04T08:33:50,885 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1259330976 setup 2023-05-04T08:33:50,886 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230868... 2023-05-04T08:33:50,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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_1683189230890.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230890.xml... Done. 2023-05-04T08:33:50,897 [main] INFO 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_1683189230661.xml 2023-05-04T08:33:50,898 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,898 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,898 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,898 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,914 [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-04T08:33:50,915 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,915 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,915 [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-04T08:33:50,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-04T08:33:50,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,917 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-04T08:33:50,917 [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-04T08:33:50,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,919 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,919 [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-04T08:33:50,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,921 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,922 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,922 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,922 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230890... 2023-05-04T08:33:50,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230925.xml... 2023-05-04T08:33:50,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230925.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230684.xml 2023-05-04T08:33:50,933 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,936 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:50,936 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:50,937 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,938 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:50,938 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:50,939 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,940 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:50,940 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING EVEN MEDIAN WITH RANDOM VALUES### 2023-05-04T08:33:50,941 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:50,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230925... 2023-05-04T08:33:50,941 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:50,942 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-04T08:33:50,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:50,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.singleport.provider.test/target/snapshot_1683189230944.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230944.xml... Done. 2023-05-04T08:33:50,952 [main] INFO 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_1683189230726.xml 2023-05-04T08:33:50,953 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:50,953 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:50,953 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:50,954 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=1.5]} 2023-05-04T08:33:50,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:50,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:50,956 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:50,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:50,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:50,956 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:50,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:50,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:50,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:50,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:50,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230944... 2023-05-04T08:33:50,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,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_1683189230962.xml... 2023-05-04T08:33:50,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230962.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230739.xml 2023-05-04T08:33:50,968 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,968 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:50,968 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 2143544321 created 2023-05-04T08:33:50,969 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 2143544321 setup 2023-05-04T08:33:50,969 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,969 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:50,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230962... 2023-05-04T08:33:50,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230972.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230972.xml... Done. 2023-05-04T08:33:50,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230754.xml 2023-05-04T08:33:50,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,978 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:50,979 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:50,979 [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-04T08:33:50,979 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:50,979 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:50,979 [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-04T08:33:50,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:50,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-04T08:33:50,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:50,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:50,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:50,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-04T08:33:50,981 [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-04T08:33:50,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:50,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:50,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:50,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:50,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:50,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2023-05-04T08:33:50,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:50,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:50,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:50,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:50,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:50,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230972... 2023-05-04T08:33:50,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:50,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:50,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189230987.xml... 2023-05-04T08:33:51,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_1683189230987.xml... Done. 2023-05-04T08:33:51,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230781.xml 2023-05-04T08:33:51,021 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,021 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,021 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:51,021 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:51,021 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,025 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:51,025 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:51,028 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:51,028 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:51,030 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,032 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:51,034 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:51,034 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:51,035 [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-04T08:33:51,035 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:51,035 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:51,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:51,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:51,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:51,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:51,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:51,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:51,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:51,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:51,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:51,038 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:51,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189230987... 2023-05-04T08:33:51,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189231041.xml... 2023-05-04T08:33:51,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_1683189231041.xml... Done. 2023-05-04T08:33:51,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_1683189230792.xml 2023-05-04T08:33:51,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,050 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,050 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1304345014 created 2023-05-04T08:33:51,050 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1304345014 setup 2023-05-04T08:33:51,050 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231041... 2023-05-04T08:33:51,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,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.math.singleport.provider.test/target/snapshot_1683189231053.xml... 2023-05-04T08:33:51,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_1683189231053.xml... Done. 2023-05-04T08:33:51,059 [main] INFO 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_1683189230835.xml 2023-05-04T08:33:51,059 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,059 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,059 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,060 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,060 [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-04T08:33:51,061 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:51,061 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:51,061 [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-04T08:33:51,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:51,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-04T08:33:51,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:51,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:51,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:51,063 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-04T08:33:51,063 [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-04T08:33:51,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:51,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:51,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:51,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:51,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:51,065 [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-04T08:33:51,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:51,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:51,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:51,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:51,066 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:51,067 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,067 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:51,067 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:51,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231053... 2023-05-04T08:33:51,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189231070.xml... 2023-05-04T08:33:51,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_1683189231070.xml... Done. 2023-05-04T08:33:51,076 [main] INFO 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_1683189230850.xml 2023-05-04T08:33:51,076 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,078 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:51,078 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:51,079 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,080 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:51,080 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:51,081 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:51,081 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:51,082 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING EVEN MEDIAN ### 2023-05-04T08:33:51,082 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:51,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231070... 2023-05-04T08:33:51,083 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:51,084 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-04T08:33:51,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:51,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.math.singleport.provider.test/target/snapshot_1683189231088.xml... 2023-05-04T08:33:51,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189231088.xml... Done. 2023-05-04T08:33:51,096 [main] INFO 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_1683189230868.xml 2023-05-04T08:33:51,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:51,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:51,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:51,097 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=5.5]} 2023-05-04T08:33:51,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:51,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:51,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:51,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:51,115 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:51,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:51,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:51,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:51,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:51,115 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:51,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:51,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:51,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:51,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:51,116 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:51,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231088... 2023-05-04T08:33:51,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189231119.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189231119.xml... Done. 2023-05-04T08:33:51,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_1683189230890.xml 2023-05-04T08:33:51,127 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,127 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,127 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,127 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1979759964 created 2023-05-04T08:33:51,127 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1979759964 setup 2023-05-04T08:33:51,127 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,127 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231119... 2023-05-04T08:33:51,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,130 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,131 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189231130.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189231130.xml... Done. 2023-05-04T08:33:51,136 [main] INFO 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_1683189230925.xml 2023-05-04T08:33:51,136 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,136 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,136 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,136 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,137 [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-04T08:33:51,137 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:51,137 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:51,137 [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-04T08:33:51,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:51,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-04T08:33:51,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:51,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:51,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:51,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-04T08:33:51,139 [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-04T08:33:51,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:51,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:51,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:51,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:51,140 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:51,141 [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-04T08:33:51,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:51,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:51,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:51,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:51,142 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:51,143 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,143 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:51,143 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:51,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231130... 2023-05-04T08:33:51,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189231146.xml... 2023-05-04T08:33:51,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.math.singleport.provider.test/target/snapshot_1683189231146.xml... Done. 2023-05-04T08:33:51,154 [main] INFO 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_1683189230944.xml 2023-05-04T08:33:51,154 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,155 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:51,155 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:51,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:51,157 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:51,157 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:51,157 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:51,158 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:51,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:33:51,159 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:51,159 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:51,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:51,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:51,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:51,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:51,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:51,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:51,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:51,161 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:51,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:51,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:51,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:51,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:51,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:51,162 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:51,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231146... 2023-05-04T08:33:51,165 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,166 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,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_1683189231167.xml... 2023-05-04T08:33: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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189231167.xml... Done. 2023-05-04T08:33:51,174 [main] INFO 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_1683189230962.xml 2023-05-04T08:33:51,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,174 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,174 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 123923281 created 2023-05-04T08:33:51,174 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 123923281 setup 2023-05-04T08:33:51,174 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,175 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231167... 2023-05-04T08:33:51,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189231180.xml... 2023-05-04T08:33:51,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189231180.xml... Done. 2023-05-04T08:33:51,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_1683189230972.xml 2023-05-04T08:33:51,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,189 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,189 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,190 [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-04T08:33:51,190 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:33:51,190 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:33:51,190 [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-04T08:33:51,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:33:51,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-04T08:33:51,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:33:51,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:33:51,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:33:51,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2023-05-04T08:33:51,216 [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-04T08:33:51,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:33:51,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:33:51,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:33:51,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:33:51,218 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:33:51,218 [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-04T08:33:51,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:33:51,219 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:51,219 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:51,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:33:51,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:33:51,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:33:51,221 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:33:51,222 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,223 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:33:51,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231180... 2023-05-04T08:33:51,223 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:33:51,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189231226.xml... 2023-05-04T08:33:51,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_1683189231226.xml... Done. 2023-05-04T08:33:51,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189230987.xml 2023-05-04T08:33:51,238 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,240 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:33:51,240 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:33:51,241 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:51,241 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:33:51,242 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING ODD MEDIAN ### 2023-05-04T08:33:51,242 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:33:51,243 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:33:51,243 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:33:51,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231226... 2023-05-04T08:33:51,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2023-05-04T08:33:51,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:33:51,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189231247.xml... 2023-05-04T08:33:51,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.math.singleport.provider.test/target/snapshot_1683189231247.xml... Done. 2023-05-04T08:33:51,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/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1683189231041.xml 2023-05-04T08:33:51,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:33:51,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:51,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:33:51,258 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=5.0]} 2023-05-04T08:33:51,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:33:51,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:51,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:33:51,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:33:51,259 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:33:51,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:33:51,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:51,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:33:51,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:33:51,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:33:51,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:33:51,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:51,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:33:51,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:33:51,261 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:33:51,261 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189231247... 2023-05-04T08:33:51,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:33:51,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189231265.xml... 2023-05-04T08:33:51,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189231265.xml... Done. 2023-05-04T08:33:51,273 [main] INFO 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_1683189231053.xml 2023-05-04T08:33:51,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,274 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:33:51,274 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - tear down once 2023-05-04T08:33:51,274 [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.39 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.083 s medianWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.081 s testEvenMedian(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.077 s medianWireComponentExists(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.047 s testOddMedian(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.1 s Results: Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:33:51,290 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1894579889 deactivated 2023-05-04T08:33:51,291 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 997060819 deactivated 2023-05-04T08:33:51,291 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 1540983455 deactivated 2023-05-04T08:33:51,291 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 558403316 deactivated 2023-05-04T08:33:51,291 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 1259045141 deactivated 2023-05-04T08:33:51,291 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 244148663 deactivated 2023-05-04T08:33:51,291 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1765055256 deactivated 2023-05-04T08:33:51,292 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:33:51,292 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:33:51,292 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:33:51,294 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:33:51,294 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:33:51,295 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:33:51,295 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:33:51,295 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:33:51,296 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:33:51,314 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:33:51,316 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:33:51,318 [Framework stop - Equinox Container: 81912bfc-0be0-4cb2-9700-a64d1ad1f0d9] 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-04T08:33:54,846 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2023-05-04T08:33:54,858 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-04T08:33:54,861 [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-04T08:33:54,865 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 00010203 2023-05-04T08:33:54,869 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-04T08:33:54,879 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-04T08:33:54,880 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 000102030405000400080010 2023-05-04T08:33:54,883 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 8184FF 2023-05-04T08:33:54,884 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2023-05-04T08:33:54,886 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000163A0 2023-05-04T08:33:54,893 [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-04T08:33:54,897 [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-04T08:33:54,899 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received luxometer value: C429 2023-05-04T08:33:54,905 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-04T08:33:54,907 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2023-05-04T08:33:54,910 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 000102030405000400080010 2023-05-04T08:33:54,912 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2023-05-04T08:33:55,920 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2023-05-04T08:33:55,923 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-04T08:33:55,926 [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-04T08:33:55,931 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2023-05-04T08:33:55,932 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 0001B072 2023-05-04T08:33:55,934 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2023-05-04T08:33:55,938 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000102B48B01 2023-05-04T08:33:55,945 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-04T08:33:55,946 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-04T08:33:55,953 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0080008000C0 2023-05-04T08:33:55,971 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-04T08:33:55,975 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received luxometer value: C429 2023-05-04T08:33:55,976 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-04T08:33:55,983 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 00010080 2023-05-04T08:33:55,987 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 00010080 2023-05-04T08:33:55,987 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-04T08:33:55,989 [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-04T08:33:55,991 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2023-05-04T08:33:55,993 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2023-05-04T08:33:56,998 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2023-05-04T08:33:56,999 [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-04T08:33:57,002 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2023-05-04T08:33:57,009 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 8184FF 2023-05-04T08:33:57,011 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0080008000C0 2023-05-04T08:33:57,015 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000102B48B01 2023-05-04T08:33:57,016 [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-04T08:33:57,018 [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.9 sec Running org.eclipse.kura.example.ble.tisensortag.dbus.BluetoothLeTest 2023-05-04T08:33:57,056 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Activating BluetoothLe example... 2023-05-04T08:33:57,215 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Starting services discovery... 2023-05-04T08:33:57,216 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Service pressure f000aa30-0451-4000-b000-000000000000 2023-05-04T08:33:57,216 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Characteristics uuid : f000aa41-0451-4000-b000-000000000000 2023-05-04T08:33:58,216 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Ambient: 20.0 Target: 25.0 2023-05-04T08:33:59,217 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Acc X: 1.0 Acc Y: 1.5 Acc Z: -1.0 2023-05-04T08:34:00,218 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Humidity: 50.0 2023-05-04T08:34:01,218 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Mag X: 1000.0 Mag Y: 2000.0 Mag Z: 3000.0 2023-05-04T08:34:03,219 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Pre: 101.3 2023-05-04T08:34:04,220 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Gyro X: 4.0 Gyro Y: 5.0 Gyro Z: 6.0 2023-05-04T08:34:05,220 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Light: 100.1 2023-05-04T08:34:05,236 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Activating BluetoothLe example... 2023-05-04T08:34:05,237 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Bluetooth adapter interface => hci0 2023-05-04T08:34:05,237 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Enabling bluetooth adapter... 2023-05-04T08:34:06,237 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2023-05-04T08:34:06,239 [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-04T08:34:06,240 [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-04T08:34:06,240 [pool-3-thread-1] INFO o.e.k.e.b.t.d.BluetoothLe - Connecting to TiSensorTag 12:34:56:78:90:AC... 2023-05-04T08:34:06,240 [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.196 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-04 08:34:10.221 ----------------------------------------------- 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-04 08:34:10.662 !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-04T08:34:12,372 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:34:12,619 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:34:12,643 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] 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-04T08:34:12,643 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2023-05-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] 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-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2023-05-04T08:34:12,644 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:34:12,645 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:34:12,741 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:34:12,847 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:34:12,848 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:34:12,848 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:34:12,848 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:34:12,848 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:34:12,870 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:34:12,870 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:34:12,873 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:34:12,875 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:34:12,875 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:34:12,876 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] 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-04T08:34:12,877 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:34:12,878 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:34:12,895 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:34:12,897 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:34:12,897 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:34:12,898 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:34:12,997 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189252903.xml... 2023-05-04T08:34:13,007 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189252903.xml... Done. 2023-05-04T08:34:13,007 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:34:13,007 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:34:13,007 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:34:13,027 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:34:13,027 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,028 [Start Level: Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.LogicalOperators ... 2023-05-04T08:34:13,091 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:34:13,091 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:13,119 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:13,120 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,120 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:34:13,156 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 2061290876 created 2023-05-04T08:34:13,156 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 2061290876 bound 2023-05-04T08:34:13,156 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 2061290876 bound 2023-05-04T08:34:13,157 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 2061290876 activated 2023-05-04T08:34:13,157 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:34:13,157 [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-04T08:34:13,231 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:34:13,238 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - waiting for dependencies... 2023-05-04T08:34:13,239 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - waiting for dependencies... done 2023-05-04T08:34:13,239 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -847224392 created 2023-05-04T08:34:13,240 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -847224392 setup 2023-05-04T08:34:13,242 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189252903... 2023-05-04T08:34:13,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253250.xml... 2023-05-04T08:34:13,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253250.xml... Done. 2023-05-04T08:34:13,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,260 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,260 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,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-04T08:34:13,270 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:13,270 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:13,271 [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-04T08:34:13,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:13,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:13,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:13,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:13,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:13,273 [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-04T08:34:13,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:13,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:13,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:13,275 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:13,275 [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-04T08:34:13,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:13,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:13,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:13,277 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:13,277 [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-04T08:34:13,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:13,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:13,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:13,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:13,279 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:13,279 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:13,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253250... 2023-05-04T08:34:13,285 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,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_1683189253286.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253286.xml... Done. 2023-05-04T08:34:13,296 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,325 [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-1683189253271-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-04T08:34:13,326 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,329 [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-1683189253271-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-04T08:34:13,331 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,331 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:13,359 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,359 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,361 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,361 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,363 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,363 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,364 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,365 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:13,366 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:13,368 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,368 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:13,370 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,370 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:13,372 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,373 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:13,373 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,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-04T08:34:13,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:13,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:13,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:13,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:13,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:13,382 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:13,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:13,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:13,383 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:13,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:13,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:13,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:13,384 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,385 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,385 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:13,385 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:13,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253286... 2023-05-04T08:34:13,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,418 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253414.xml... 2023-05-04T08:34:13,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_1683189253414.xml... Done. 2023-05-04T08:34:13,423 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,423 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,423 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,424 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,425 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,425 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,425 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1448680049 created 2023-05-04T08:34:13,426 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1448680049 setup 2023-05-04T08:34:13,426 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,426 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253414... 2023-05-04T08:34:13,432 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,433 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253433.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253433.xml... Done. 2023-05-04T08:34:13,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,443 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,443 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,443 [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-04T08:34:13,444 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:13,444 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:13,444 [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-04T08:34:13,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:13,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:13,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:13,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:13,447 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:13,447 [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-04T08:34:13,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,448 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:13,448 [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-1683189253444-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-04T08:34:13,448 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,448 [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-1683189253444-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-04T08:34:13,448 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,449 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:13,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:13,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:13,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:13,451 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:13,451 [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-04T08:34:13,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:13,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:13,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:13,454 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:13,454 [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-04T08:34:13,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:13,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:13,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:13,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:13,456 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:13,457 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,457 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253433... 2023-05-04T08:34:13,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253465.xml... 2023-05-04T08:34:13,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253465.xml... Done. 2023-05-04T08:34:13,476 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,478 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,478 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,479 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,479 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,480 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,481 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:13,481 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:13,483 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,483 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:13,484 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,484 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:13,486 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,486 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:13,487 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253465... 2023-05-04T08:34:13,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,503 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:13,504 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,504 [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-1683189253444-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-04T08:34:13,504 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253503.xml... 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253503.xml... Done. 2023-05-04T08:34:13,524 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:13,524 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:13,524 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:13,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:13,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,527 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:13,527 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:13,528 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,528 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:13,528 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:13,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:13,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:13,528 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:13,528 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:13,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,529 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:13,529 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:13,529 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:13,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,530 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:13,530 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:13,530 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,531 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,531 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253503... 2023-05-04T08:34:13,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253539.xml... 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253539.xml... Done. 2023-05-04T08:34:13,546 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,546 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,546 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,546 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1672286311 created 2023-05-04T08:34:13,546 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1672286311 setup 2023-05-04T08:34:13,546 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,547 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253539... 2023-05-04T08:34:13,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253551.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253551.xml... Done. 2023-05-04T08:34:13,558 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,558 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,558 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,559 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,559 [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-04T08:34:13,559 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:13,559 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:13,559 [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-04T08:34:13,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:13,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:13,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:13,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:13,561 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:13,562 [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-04T08:34:13,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,562 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:13,562 [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-1683189253559-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-04T08:34:13,562 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:13,563 [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-1683189253559-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-04T08:34:13,563 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,563 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:13,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:13,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:13,564 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:13,564 [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-04T08:34:13,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:13,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:13,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:13,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:13,566 [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-04T08:34:13,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:13,567 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,567 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:13,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:13,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:13,568 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:13,568 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,569 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253551... 2023-05-04T08:34:13,569 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,569 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253573.xml... 2023-05-04T08:34:13,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_1683189253573.xml... Done. 2023-05-04T08:34:13,587 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,589 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,589 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,590 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,590 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:13,591 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:13,592 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,592 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:13,593 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,593 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:13,594 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253573... 2023-05-04T08:34:13,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:13,595 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:13,603 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,604 [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-1683189253559-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-04T08:34:13,604 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,614 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253603.xml... 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253603.xml... Done. 2023-05-04T08:34:13,619 [main] INFO 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_1683189252903.xml 2023-05-04T08:34:13,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:13,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:13,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:13,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:13,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,620 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:13,620 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:13,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:13,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:13,621 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:13,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:13,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:13,622 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:13,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:13,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:13,622 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:13,622 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,622 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,622 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:13,623 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:13,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253603... 2023-05-04T08:34:13,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253630.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253630.xml... Done. 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253250.xml 2023-05-04T08:34:13,637 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,637 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,637 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,637 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1303333688 created 2023-05-04T08:34:13,637 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1303333688 setup 2023-05-04T08:34:13,637 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253630... 2023-05-04T08:34:13,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253641.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253641.xml... Done. 2023-05-04T08:34:13,648 [main] INFO 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_1683189253286.xml 2023-05-04T08:34:13,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,648 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,649 [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-04T08:34:13,649 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,649 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:13,649 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:13,649 [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-04T08:34:13,649 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:13,649 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:13,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:13,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:13,651 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:13,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2023-05-04T08:34:13,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:13,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:13,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:13,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:13,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.second.emitter.pid 2023-05-04T08:34:13,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:13,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:13,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:13,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:13,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-04T08:34:13,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:13,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:13,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:13,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:13,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:13,658 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253641... 2023-05-04T08:34:13,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253662.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253662.xml... Done. 2023-05-04T08:34:13,671 [main] INFO 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_1683189253414.xml 2023-05-04T08:34:13,671 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,672 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,672 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:13,672 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:13,672 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,673 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,674 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,675 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:13,675 [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-1683189253649-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-04T08:34:13,675 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,675 [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-1683189253649-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-04T08:34:13,675 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,676 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:13,677 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,677 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,678 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:13,680 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,681 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,681 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:13,683 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,684 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,684 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:13,686 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,686 [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-04T08:34:13,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:13,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:13,687 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:13,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:13,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:13,688 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:13,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:13,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:13,689 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:13,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:13,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:13,689 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:13,689 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,689 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,690 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:13,690 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:13,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253662... 2023-05-04T08:34:13,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253698.xml... 2023-05-04T08:34:13,707 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253698.xml... Done. 2023-05-04T08:34:13,708 [main] INFO 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_1683189253433.xml 2023-05-04T08:34:13,708 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,708 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,708 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,708 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -872515768 created 2023-05-04T08:34:13,708 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -872515768 setup 2023-05-04T08:34:13,709 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,709 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253698... 2023-05-04T08:34:13,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253716.xml... 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253716.xml... Done. 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253465.xml 2023-05-04T08:34:13,724 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,724 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,724 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,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-04T08:34:13,725 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:13,725 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:13,725 [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-04T08:34:13,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:13,725 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:13,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:13,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:13,727 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:13,727 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,727 [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-04T08:34:13,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,728 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:13,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:13,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:13,729 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:13,729 [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-04T08:34:13,730 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,730 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:13,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:13,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:13,731 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:13,732 [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-04T08:34:13,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:13,733 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:13,733 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:13,734 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:13,734 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:13,734 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253716... 2023-05-04T08:34:13,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253739.xml... 2023-05-04T08:34:13,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253739.xml... Done. 2023-05-04T08:34:13,756 [main] INFO 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_1683189253503.xml 2023-05-04T08:34:13,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,756 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,757 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:13,757 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:13,757 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,758 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,759 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,761 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:13,761 [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-1683189253725-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-04T08:34:13,761 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,761 [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-1683189253725-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-04T08:34:13,761 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,762 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:13,764 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,764 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:13,766 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,768 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,768 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,769 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:13,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,773 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,773 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,774 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:13,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253739... 2023-05-04T08:34:13,775 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:13,782 [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-04 08:34:13.785 !MESSAGE2023-05-04T08:34:13,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253781.xml... bundle org.eclipse.kura.example.wire.logic.multiport.provider:1.2.1.202305040831 (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-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253781.xml... Done. 2023-05-04T08:34:13,793 [main] INFO 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_1683189253539.xml 2023-05-04T08:34:13,793 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:13,793 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:13,793 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:13,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:13,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:13,794 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:13,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:13,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:13,795 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:13,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:13,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:13,795 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:13,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:13,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:13,796 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:13,796 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,796 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,796 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:13,796 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:13,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253781... 2023-05-04T08:34:13,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,806 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253806.xml... 2023-05-04T08:34:13,814 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253806.xml... Done. 2023-05-04T08:34:13,815 [main] INFO 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_1683189253551.xml 2023-05-04T08:34:13,815 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,815 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,815 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1975874331 created 2023-05-04T08:34:13,815 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1975874331 setup 2023-05-04T08:34:13,816 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,816 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253806... 2023-05-04T08:34:13,820 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,821 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253821.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253821.xml... Done. 2023-05-04T08:34:13,834 [main] INFO 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_1683189253573.xml 2023-05-04T08:34:13,834 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,834 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,834 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,835 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,835 [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-04T08:34:13,835 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:13,836 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:13,836 [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-04T08:34:13,836 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:13,836 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:13,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:13,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:13,838 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:13,838 [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-04T08:34:13,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:13,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:13,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:13,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:13,840 [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-04T08:34:13,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:13,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:13,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:13,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:13,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2023-05-04T08:34:13,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:13,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:13,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:13,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:13,843 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:13,844 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253821... 2023-05-04T08:34:13,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253850.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253850.xml... Done. 2023-05-04T08:34:13,860 [main] INFO 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_1683189253603.xml 2023-05-04T08:34:13,860 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,860 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,860 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:13,860 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:13,860 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,861 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,861 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,862 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:13,862 [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-1683189253836-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-04T08:34:13,863 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,863 [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-1683189253836-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-04T08:34:13,863 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,863 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:13,865 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,866 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,866 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:13,867 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,868 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,868 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,869 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:13,870 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,871 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,871 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,872 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:13,873 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253850... 2023-05-04T08:34:13,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:13,884 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,884 [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-1683189253836-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-04T08:34:13,884 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253883.xml... 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253883.xml... Done. 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253630.xml 2023-05-04T08:34:13,894 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:13,894 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:13,894 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:13,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:13,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:13,895 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:13,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:13,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:13,896 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:13,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:13,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:13,896 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:13,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:13,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:13,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:13,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:13,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,897 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:13,897 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:13,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253883... 2023-05-04T08:34:13,903 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,904 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,906 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253904.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253904.xml... Done. 2023-05-04T08:34:13,917 [main] INFO 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_1683189253641.xml 2023-05-04T08:34:13,917 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,917 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,917 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,917 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -630609347 created 2023-05-04T08:34:13,917 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -630609347 setup 2023-05-04T08:34:13,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253904... 2023-05-04T08:34:13,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253923.xml... 2023-05-04T08:34:13,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.logic.multiport.provider.test/target/snapshot_1683189253923.xml... Done. 2023-05-04T08:34:13,937 [main] INFO 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_1683189253662.xml 2023-05-04T08:34:13,937 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,937 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,937 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,938 [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-04T08:34:13,938 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:13,938 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:13,939 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:13,939 [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-04T08:34:13,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:13,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:13,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:13,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:13,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:13,941 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:13,941 [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-04T08:34:13,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:13,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:13,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:13,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:13,943 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:13,943 [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-04T08:34:13,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:13,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:13,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:13,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:13,944 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:13,944 [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-04T08:34:13,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:13,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:13,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:13,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:13,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:13,947 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253923... 2023-05-04T08:34:13,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:13,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189253951.xml... 2023-05-04T08:34:13,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253951.xml... Done. 2023-05-04T08:34:13,977 [main] INFO 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_1683189253698.xml 2023-05-04T08:34:13,977 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:13,977 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,978 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:13,978 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:13,978 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,980 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:13,981 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:13,983 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:13,983 [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-1683189253939-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-04T08:34:13,983 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:13,983 [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-1683189253939-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-04T08:34:13,983 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:13,984 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:13,986 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,986 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,986 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:13,988 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,990 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,990 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,991 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:13,992 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,994 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:13,995 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:13,995 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:13,997 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:13,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189253951... 2023-05-04T08:34:14,007 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:14,014 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:14,015 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:14,016 [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-1683189253939-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-04T08:34:14,016 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254015.xml... 2023-05-04T08:34:14,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189254015.xml... Done. 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253716.xml 2023-05-04T08:34:14,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:14,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:14,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:14,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:14,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:14,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:14,035 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:14,035 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:14,036 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:14,036 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:14,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:14,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:14,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:14,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:14,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:14,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:14,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:14,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:14,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:14,039 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:14,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:14,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:14,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:14,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:14,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:14,041 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189254015... 2023-05-04T08:34:14,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:14,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.logic.multiport.provider.test/target/snapshot_1683189254057.xml... 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254057.xml... Done. 2023-05-04T08:34:14,075 [main] INFO 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_1683189253739.xml 2023-05-04T08:34:14,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,075 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:14,076 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1321466975 created 2023-05-04T08:34:14,076 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:14,076 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1321466975 setup 2023-05-04T08:34:14,076 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189254057... 2023-05-04T08:34:14,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:14,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.logic.multiport.provider.test/target/snapshot_1683189254087.xml... 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254087.xml... Done. 2023-05-04T08:34:14,097 [main] INFO 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_1683189253781.xml 2023-05-04T08:34:14,097 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,097 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,098 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:14,098 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:14,098 [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-04T08:34:14,099 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:14,099 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:14,099 [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-04T08:34:14,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:14,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:14,101 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:14,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:14,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:14,102 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:14,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2023-05-04T08:34:14,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:14,103 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:14,103 [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-1683189254099-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-04T08:34:14,103 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:14,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:14,103 [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-1683189254099-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-04T08:34:14,104 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:14,104 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:14,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:14,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:14,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:14,115 [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-04T08:34:14,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:14,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:14,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:14,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:14,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:14,117 [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-04T08:34:14,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:14,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:14,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:14,120 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:14,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:14,121 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:14,121 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:14,123 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,123 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:14,123 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:14,124 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189254087... 2023-05-04T08:34:14,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254129.xml... 2023-05-04T08:34:14,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.logic.multiport.provider.test/target/snapshot_1683189254129.xml... Done. 2023-05-04T08:34:14,145 [main] INFO 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_1683189253806.xml 2023-05-04T08:34:14,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,146 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:14,146 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:14,148 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:14,149 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:14,149 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:14,151 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:14,151 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:14,153 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:14,153 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:14,155 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:14,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189254129... 2023-05-04T08:34:14,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:14,157 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:14,165 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:14,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:14,170 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:14,171 [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-1683189254099-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-04T08:34:14,172 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:14,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189254167.xml... 2023-05-04T08:34:14,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189254167.xml... Done. 2023-05-04T08:34:14,182 [main] INFO 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_1683189253821.xml 2023-05-04T08:34:14,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:14,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:14,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:14,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:14,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:14,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:14,184 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:14,184 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:14,184 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:14,184 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:14,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:14,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:14,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:14,185 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:14,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:14,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:14,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:14,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:14,186 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:14,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:14,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:14,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:14,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:14,187 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:14,187 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:14,187 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189254167... 2023-05-04T08:34:14,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254217.xml... 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254217.xml... Done. 2023-05-04T08:34:14,228 [main] INFO 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_1683189253850.xml 2023-05-04T08:34:14,228 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,228 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,228 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:14,229 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1857286705 created 2023-05-04T08:34:14,229 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1857286705 setup 2023-05-04T08:34:14,229 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:14,229 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189254217... 2023-05-04T08:34:14,233 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:14,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.logic.multiport.provider.test/target/snapshot_1683189254234.xml... 2023-05-04T08:34:14,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.logic.multiport.provider.test/target/snapshot_1683189254234.xml... Done. 2023-05-04T08:34:14,243 [main] INFO 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_1683189253883.xml 2023-05-04T08:34:14,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,244 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:14,244 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:14,245 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:34:14,245 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:14,245 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:14,245 [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-04T08:34:14,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:14,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2023-05-04T08:34:14,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:14,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:14,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:14,248 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2023-05-04T08:34:14,248 [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-04T08:34:14,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2023-05-04T08:34:14,249 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2023-05-04T08:34:14,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2023-05-04T08:34:14,249 [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-1683189254245-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-04T08:34:14,249 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2023-05-04T08:34:14,249 [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-1683189254245-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-04T08:34:14,250 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2023-05-04T08:34:14,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2023-05-04T08:34:14,250 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2023-05-04T08:34:14,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2023-05-04T08:34:14,250 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2023-05-04T08:34:14,250 [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-04T08:34:14,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2023-05-04T08:34:14,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2023-05-04T08:34:14,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2023-05-04T08:34:14,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2023-05-04T08:34:14,254 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2023-05-04T08:34:14,254 [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-04T08:34:14,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:14,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:14,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:14,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:14,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:14,259 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:14,259 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:14,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189254234... 2023-05-04T08:34:14,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254265.xml... 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254265.xml... Done. 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253904.xml 2023-05-04T08:34:14,285 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,286 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:14,286 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:14,287 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:14,288 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:14,288 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:14,289 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:14,289 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2023-05-04T08:34:14,290 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:14,291 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2023-05-04T08:34:14,292 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:14,292 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:14,294 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:14,295 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:14,295 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:14,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:14,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:14,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:14,297 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:14,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2023-05-04T08:34:14,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:14,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2023-05-04T08:34:14,299 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2023-05-04T08:34:14,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2023-05-04T08:34:14,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:14,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2023-05-04T08:34:14,314 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2023-05-04T08:34:14,314 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:14,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:14,315 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:14,315 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:14,316 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:14,316 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2023-05-04T08:34:14,316 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2023-05-04T08:34:14,316 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189254265... 2023-05-04T08:34:14,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,327 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189254327.xml... 2023-05-04T08:34:14,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189254327.xml... Done. 2023-05-04T08:34:14,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/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1683189253923.xml 2023-05-04T08:34:14,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2023-05-04T08:34:14,339 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - tear down once 2023-05-04T08:34:14,340 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2023-05-04T08:34:14,341 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:14,341 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:14,342 [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.152 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.185 s testNotOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.12 s testNorOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.091 s wireComponentHasDefaultProperties(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.071 s testIllegalOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.107 s testOrOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.102 s testXorOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.158 s testNandOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.152 s testAndOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.11 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:34:14,490 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 2061290876 deactivated 2023-05-04T08:34:14,491 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:14,491 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:34:14,491 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:34:14,494 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:34:14,495 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:34:14,495 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:34:14,495 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:34:14,495 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:34:14,496 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:34:14,497 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:34:14,501 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:34:14,515 [Framework stop - Equinox Container: 50a80e6b-cbb1-4430-b96c-c1c83ec4fe15] 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-04 08:34:16.200 ----------------------------------------------- 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-04 08:34:16.648 !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-04T08:34:18,386 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2023-05-04T08:34:18,644 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2023-05-04T08:34:18,668 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] 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-04T08:34:18,668 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2023-05-04T08:34:18,668 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2023-05-04T08:34:18,668 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2023-05-04T08:34:18,669 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2023-05-04T08:34:18,669 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2023-05-04T08:34:18,669 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2023-05-04T08:34:18,669 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2023-05-04T08:34:18,669 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] 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-04T08:34:18,669 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2023-05-04T08:34:18,669 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2023-05-04T08:34:18,670 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2023-05-04T08:34:18,755 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2023-05-04T08:34:18,833 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2023-05-04T08:34:18,833 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2023-05-04T08:34:18,833 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2023-05-04T08:34:18,833 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2023-05-04T08:34:18,833 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2023-05-04T08:34:18,847 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.PKCS11KeystoreServiceImpl ... 2023-05-04T08:34:18,847 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2023-05-04T08:34:18,849 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.d.H2DbHelper - activating... 2023-05-04T08:34:18,850 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:34:18,850 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2023-05-04T08:34:18,851 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] 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-04T08:34:18,852 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:34:18,853 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2023-05-04T08:34:18,867 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2023-05-04T08:34:18,868 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2023-05-04T08:34:18,868 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2023-05-04T08:34:18,869 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2023-05-04T08:34:18,944 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189258873.xml... 2023-05-04T08:34:19,269 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189258873.xml... Done. 2023-05-04T08:34:19,270 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2023-05-04T08:34:19,270 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2023-05-04T08:34:19,270 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.d.H2DbHelper - activating...done 2023-05-04T08:34:19,286 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2023-05-04T08:34:19,287 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,287 [Start Level: Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,298 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.TrigonometricFunctions ... 2023-05-04T08:34:19,354 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2023-05-04T08:34:19,354 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:19,365 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:19,366 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:19,366 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:19,366 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2023-05-04T08:34:19,431 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1706898737 created 2023-05-04T08:34:19,431 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1706898737 bound 2023-05-04T08:34:19,431 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1706898737 bound 2023-05-04T08:34:19,432 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1706898737 activated 2023-05-04T08:34:19,432 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2023-05-04T08:34:19,432 [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-04T08:34:19,457 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2023-05-04T08:34:19,465 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - waiting for dependencies... 2023-05-04T08:34:19,465 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - waiting for dependencies... done 2023-05-04T08:34:19,466 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1201730368 created 2023-05-04T08:34:19,467 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1201730368 setup 2023-05-04T08:34:19,470 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189258873... 2023-05-04T08:34:19,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:19,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189259479.xml... 2023-05-04T08:34:19,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189259479.xml... Done. 2023-05-04T08:34:19,694 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,695 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,695 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:19,695 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:19,702 [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-04T08:34:19,706 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:19,706 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:19,707 [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-04T08:34:19,707 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:19,707 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:19,708 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:19,709 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:19,709 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:19,709 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-04T08:34:19,709 [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-04T08:34:19,710 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:34:19,710 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:34:19,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:34:19,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:34:19,711 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:34:19,712 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2023-05-04T08:34:19,712 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:19,712 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:19,713 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:19,713 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:19,713 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:19,715 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-04T08:34:19,716 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189259479... 2023-05-04T08:34:19,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:19,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.trig.test/target/snapshot_1683189259721.xml... 2023-05-04T08:34:19,752 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:19,754 [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-1683189259707-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-04T08:34:19,755 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:19,755 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-04T08:34:19,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189259721.xml... Done. 2023-05-04T08:34:19,909 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,948 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:19,948 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:19,951 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:19,951 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:19,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:19,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:19,954 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:34:19,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:19,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:19,958 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:19,959 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:19,959 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:19,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:19,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:19,967 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:19,967 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:19,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:34:19,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:19,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:34:19,969 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:34:19,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:19,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:19,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:19,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:19,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:19,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,970 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-04T08:34:19,970 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-04T08:34:19,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189259721... !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2023-05-04 08:34:19.974 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 (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-04 08:34:19.974 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 (55)[org.eclipse.kura.wire.TrigonometricFunctions(24)] : unbind method [unbindWireHelperService] not found 2023-05-04T08:34:19,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:19,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:19,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189259982.xml... 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189259982.xml... Done. 2023-05-04T08:34:20,221 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,222 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,222 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,223 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,223 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,224 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,224 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1781053452 created 2023-05-04T08:34:20,224 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1781053452 setup 2023-05-04T08:34:20,224 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189259982... 2023-05-04T08:34:20,229 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,230 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260230.xml... 2023-05-04T08:34:20,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260230.xml... Done. 2023-05-04T08:34:20,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,384 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,385 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,385 [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-04T08:34:20,386 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:20,386 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:20,386 [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-04T08:34:20,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:20,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:20,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:20,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:20,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-04T08:34:20,390 [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-04T08:34:20,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:34:20,390 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-04T08:34:20,390 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,390 [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-1683189260386-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-04T08:34:20,391 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,391 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-04T08:34:20,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:34:20,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:34:20,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:34:20,392 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:34:20,392 [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-04T08:34:20,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:20,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:20,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:20,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:20,394 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:20,394 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,395 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260230... 2023-05-04T08:34:20,395 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260399.xml... 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260399.xml... Done. 2023-05-04T08:34:20,407 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,409 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,409 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,410 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,411 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:20,411 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:34:20,412 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,412 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:20,414 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,415 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:20,415 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,415 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260399... 2023-05-04T08:34:20,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,422 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:20,423 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,423 [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-1683189260386-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-04T08:34:20,424 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,426 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260422.xml... 2023-05-04T08:34:20,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260422.xml... Done. 2023-05-04T08:34:20,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:20,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:20,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:20,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:20,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:20,434 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:20,434 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:34:20,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:34:20,435 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:34:20,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:20,435 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:20,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:20,436 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,436 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,436 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-04T08:34:20,436 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-04T08:34:20,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260422... !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2023-05-04 08:34:20.437 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 (55)[org.eclipse.kura.wire.TrigonometricFunctions(27)] : unbind method [unbindWireHelperService] not found 2023-05-04T08:34:20,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260444.xml... 2023-05-04T08:34:20,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.math.trig.test/target/snapshot_1683189260444.xml... Done. 2023-05-04T08:34:20,449 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,450 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1699764629 created 2023-05-04T08:34:20,450 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1699764629 setup 2023-05-04T08:34:20,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260444... 2023-05-04T08:34:20,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260456.xml... 2023-05-04T08:34:20,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260456.xml... Done. 2023-05-04T08:34:20,463 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,463 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,463 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,464 [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-04T08:34:20,465 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:20,465 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:20,465 [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-04T08:34:20,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:20,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:20,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:20,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:20,468 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-04T08:34:20,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.emitter.pid 2023-05-04T08:34:20,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:34:20,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:34:20,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:34:20,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:34:20,470 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:34:20,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-04T08:34:20,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:20,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:20,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:20,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:20,472 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:20,472 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260456... 2023-05-04T08:34:20,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260482.xml... 2023-05-04T08:34:20,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260482.xml... Done. 2023-05-04T08:34:20,492 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,492 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,492 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:20,493 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:20,493 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,494 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,496 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,498 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-04T08:34:20,499 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,499 [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-1683189260465-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-04T08:34:20,499 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,499 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-04T08:34:20,503 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,503 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,504 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:34:20,505 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,515 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,515 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,516 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:20,519 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,519 [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-04T08:34:20,521 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:20,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,522 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:20,522 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:20,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:34:20,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:34:20,523 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:34:20,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:20,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,524 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:20,524 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:20,525 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,525 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,525 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-04T08:34:20,525 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-04T08:34:20,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260482... !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2023-05-04 08:34:20.526 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 (55)[org.eclipse.kura.wire.TrigonometricFunctions(30)] : unbind method [unbindWireHelperService] not found 2023-05-04T08:34:20,533 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,535 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260535.xml... 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260535.xml... Done. 2023-05-04T08:34:20,544 [main] INFO 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_1683189258873.xml 2023-05-04T08:34:20,544 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,545 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,545 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,545 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1689772704 created 2023-05-04T08:34:20,545 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1689772704 setup 2023-05-04T08:34:20,546 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,546 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260535... 2023-05-04T08:34:20,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260551.xml... 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260551.xml... Done. 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189259479.xml 2023-05-04T08:34:20,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,560 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,561 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,562 [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-04T08:34:20,562 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:20,562 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:20,562 [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-04T08:34:20,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:20,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:20,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:20,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:20,565 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-04T08:34:20,565 [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-04T08:34:20,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:34:20,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:34:20,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:34:20,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:34:20,568 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:34:20,568 [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-04T08:34:20,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:20,569 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:20,569 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:20,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:20,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:20,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260551... 2023-05-04T08:34:20,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260577.xml... 2023-05-04T08:34:20,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.math.trig.test/target/snapshot_1683189260577.xml... Done. 2023-05-04T08:34:20,590 [main] INFO 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_1683189259721.xml 2023-05-04T08:34:20,590 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,590 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,591 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:20,591 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:20,591 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,616 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-04T08:34:20,616 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,616 [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-1683189260563-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-04T08:34:20,616 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,616 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-04T08:34:20,618 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,618 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,620 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,620 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,621 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,622 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:34:20,624 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,624 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:20,626 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,626 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,626 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2023-05-04T08:34:20,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:20,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:20,629 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:20,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:34:20,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:34:20,630 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:34:20,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:20,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:20,632 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:20,632 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,632 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,632 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-04T08:34:20,632 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done !ENTRY 2023-05-04T08:34:20,633 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260577... org.eclipse.kura.example.wire.math.trig 4 0 2023-05-04 08:34:20.633 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 (55)[org.eclipse.kura.wire.TrigonometricFunctions(33)] : unbind method [unbindWireHelperService] not found 2023-05-04T08:34:20,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260645.xml... 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260645.xml... Done. 2023-05-04T08:34:20,652 [main] INFO 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_1683189259982.xml 2023-05-04T08:34:20,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,653 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,653 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1274547889 created 2023-05-04T08:34:20,653 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1274547889 setup 2023-05-04T08:34:20,654 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,654 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260645... 2023-05-04T08:34:20,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260661.xml... 2023-05-04T08:34:20,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260661.xml... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260230.xml 2023-05-04T08:34:20,671 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,671 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,671 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,671 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,672 [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-04T08:34:20,672 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:20,672 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:20,672 [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-04T08:34:20,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:20,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:20,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:20,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:20,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-04T08:34:20,675 [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-04T08:34:20,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:34:20,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:34:20,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:34:20,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:34:20,678 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:34:20,678 [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-04T08:34:20,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:20,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:20,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:20,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:20,682 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:20,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260661... 2023-05-04T08:34:20,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260688.xml... 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260688.xml... Done. 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260399.xml 2023-05-04T08:34:20,726 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,726 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,726 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:20,727 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:20,727 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,730 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-04T08:34:20,730 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,730 [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-1683189260672-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-04T08:34:20,730 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,731 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-04T08:34:20,734 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,734 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,737 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,737 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,738 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,739 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:34:20,740 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,741 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:20,742 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,742 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260688... 2023-05-04T08:34:20,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:20,753 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,754 [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-1683189260672-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-04T08:34:20,754 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260752.xml... 2023-05-04T08:34:20,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_1683189260752.xml... Done. 2023-05-04T08:34:20,765 [main] INFO 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_1683189260422.xml 2023-05-04T08:34:20,765 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:20,765 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:20,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:20,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:20,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:20,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:20,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:34:20,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:34:20,769 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:34:20,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:20,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:20,769 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:20,769 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,770 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-04T08:34:20,770 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-04T08:34:20,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260752... !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2023-05-04 08:34:20.771 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 (55)[org.eclipse.kura.wire.TrigonometricFunctions(36)] : unbind method [unbindWireHelperService] not found 2023-05-04T08:34:20,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260778.xml... 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260778.xml... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260444.xml 2023-05-04T08:34:20,785 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,785 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,785 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,786 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1062866118 created 2023-05-04T08:34:20,786 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1062866118 setup 2023-05-04T08:34:20,786 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,786 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260778... 2023-05-04T08:34:20,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260815.xml... 2023-05-04T08:34:20,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_1683189260815.xml... Done. 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260456.xml 2023-05-04T08:34:20,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,823 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,824 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,824 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,825 [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-04T08:34:20,825 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:20,825 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:20,825 [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-04T08:34:20,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:20,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,827 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:20,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:20,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:20,828 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-04T08:34:20,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.emitter.pid 2023-05-04T08:34:20,828 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:34:20,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:34:20,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:34:20,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:34:20,830 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:34:20,830 [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-04T08:34:20,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:20,831 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:20,832 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:20,832 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:20,832 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:20,833 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260815... 2023-05-04T08:34:20,836 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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.math.trig.test/target/snapshot_1683189260838.xml... 2023-05-04T08:34:20,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260838.xml... Done. 2023-05-04T08:34:20,854 [main] INFO 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_1683189260482.xml 2023-05-04T08:34:20,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,854 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,854 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:20,854 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:20,854 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,856 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-04T08:34:20,856 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,856 [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-1683189260825-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-04T08:34:20,857 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,857 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-04T08:34:20,859 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,859 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,862 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,862 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,864 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,866 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:34:20,867 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,868 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:20,869 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,869 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260838... 2023-05-04T08:34:20,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:20,877 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,878 [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-1683189260825-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-04T08:34:20,878 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,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.math.trig.test/target/snapshot_1683189260877.xml... 2023-05-04T08:34:20,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260877.xml... Done. 2023-05-04T08:34:20,889 [main] INFO 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_1683189260535.xml 2023-05-04T08:34:20,889 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:20,889 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:20,889 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:20,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:20,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:20,891 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:20,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:34:20,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2023-05-04T08:34:20,892 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04T08:34:20,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:20,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:20,893 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:20,893 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260877... 2023-05-04T08:34:20,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260921.xml... 2023-05-04T08:34:20,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260921.xml... Done. 2023-05-04T08:34:20,929 [main] INFO 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_1683189260551.xml 2023-05-04T08:34:20,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,929 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,929 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:20,929 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 542589820 created 2023-05-04T08:34:20,930 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-04T08:34:20,930 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 542589820 setup 2023-05-04T08:34:20,930 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done !ENTRY 2023-05-04T08:34:20,930 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService org.eclipse.kura.example.wire.math.trig 4 0 2023-05-04 08:34:20.930 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 (55)[org.eclipse.kura.wire.TrigonometricFunctions(39)] : unbind method [unbindWireHelperService] not found2023-05-04T08:34:20,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260921... 2023-05-04T08:34:20,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,934 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260935.xml... 2023-05-04T08:34:20,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189260935.xml... Done. 2023-05-04T08:34:20,942 [main] INFO 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_1683189260577.xml 2023-05-04T08:34:20,942 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,942 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,942 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:20,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-04T08:34:20,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:20,944 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:20,944 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:20,944 [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-04T08:34:20,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:20,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:20,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:20,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:20,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:20,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-04T08:34:20,946 [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-04T08:34:20,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:34:20,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:34:20,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:34:20,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:34:20,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:34:20,948 [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-04T08:34:20,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:20,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:20,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:20,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:20,951 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:20,952 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260935... 2023-05-04T08:34:20,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:20,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.math.trig.test/target/snapshot_1683189260959.xml... 2023-05-04T08:34:20,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.trig.test/target/snapshot_1683189260959.xml... Done. 2023-05-04T08:34:20,970 [main] INFO 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_1683189260645.xml 2023-05-04T08:34:20,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:20,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:20,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:20,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,972 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:20,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:20,975 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-04T08:34:20,975 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:20,975 [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-1683189260944-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-04T08:34:20,976 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:20,976 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-04T08:34:20,978 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,978 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,979 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:34:20,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:20,985 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:20,985 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:20,986 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:20,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189260959... 2023-05-04T08:34:20,989 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:21,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:21,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:21,018 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:21,019 [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-1683189260944-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-04T08:34:21,019 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:21,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189261017.xml... 2023-05-04T08:34:21,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189261017.xml... Done. 2023-05-04T08:34:21,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260661.xml 2023-05-04T08:34:21,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:21,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:21,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:21,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:21,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:21,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:21,032 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:21,032 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:21,032 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-04T08:34:21,032 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-04T08:34:21,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... !ENTRY 2023-05-04T08:34:21,033 [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-04T08:34:21,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 4 0 2023-05-04T08:34:21,033 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2023-05-04 08:34:21.033 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.2.1.202305040831 (55)[org.eclipse.kura.wire.TrigonometricFunctions(42)] : unbind method [unbindWireHelperService] not found 2023-05-04T08:34:21,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2023-05-04T08:34:21,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:21,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:21,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:21,034 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:21,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189261017... 2023-05-04T08:34:21,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:21,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189261043.xml... 2023-05-04T08:34:21,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189261043.xml... Done. 2023-05-04T08:34:21,052 [main] INFO 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_1683189260688.xml 2023-05-04T08:34:21,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,052 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:21,052 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -115206808 created 2023-05-04T08:34:21,053 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -115206808 setup 2023-05-04T08:34:21,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189261043... 2023-05-04T08:34:21,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:21,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189261059.xml... 2023-05-04T08:34:21,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.trig.test/target/snapshot_1683189261059.xml... Done. 2023-05-04T08:34:21,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260752.xml 2023-05-04T08:34:21,067 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,068 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,068 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:21,068 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:21,069 [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-04T08:34:21,069 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2023-05-04T08:34:21,069 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2023-05-04T08:34:21,069 [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-04T08:34:21,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2023-05-04T08:34:21,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:21,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2023-05-04T08:34:21,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2023-05-04T08:34:21,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2023-05-04T08:34:21,074 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2023-05-04T08:34:21,074 [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-04T08:34:21,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2023-05-04T08:34:21,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2023-05-04T08:34:21,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2023-05-04T08:34:21,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2023-05-04T08:34:21,078 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2023-05-04T08:34:21,078 [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-04T08:34:21,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2023-05-04T08:34:21,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2023-05-04T08:34:21,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2023-05-04T08:34:21,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2023-05-04T08:34:21,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2023-05-04T08:34:21,082 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189261059... 2023-05-04T08:34:21,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:21,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.math.trig.test/target/snapshot_1683189261088.xml... 2023-05-04T08:34:21,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189261088.xml... Done. 2023-05-04T08:34:21,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/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1683189260778.xml 2023-05-04T08:34:21,122 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,122 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:21,123 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2023-05-04T08:34:21,123 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2023-05-04T08:34:21,123 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:21,124 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2023-05-04T08:34:21,124 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:21,124 [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-1683189261069-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-04T08:34:21,125 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:21,125 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2023-05-04T08:34:21,126 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:21,126 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:21,129 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2023-05-04T08:34:21,129 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2023-05-04T08:34:21,130 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:21,131 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2023-05-04T08:34:21,132 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:21,133 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2023-05-04T08:34:21,134 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2023-05-04T08:34:21,134 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2023-05-04T08:34:21,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189261088... 2023-05-04T08:34:21,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2023-05-04T08:34:21,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2023-05-04T08:34:21,145 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2023-05-04T08:34:21,146 [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-1683189261069-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-04T08:34:21,146 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2023-05-04T08:34:21,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189261145.xml... 2023-05-04T08:34:21,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189261145.xml... Done. 2023-05-04T08:34:21,155 [main] INFO 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_1683189260815.xml 2023-05-04T08:34:21,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2023-05-04T08:34:21,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:21,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2023-05-04T08:34:21,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2023-05-04T08:34:21,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:21,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2023-05-04T08:34:21,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2023-05-04T08:34:21,156 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2023-05-04T08:34:21,157 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2023-05-04T08:34:21,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2023-05-04T08:34:21,157 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2023-05-04T08:34:21,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid !ENTRY2023-05-04T08:34:21,157 [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 2023-05-04T08:34:21,157 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 4 0 2023-05-04 08:34:21.157 2023-05-04T08:34:21,157 [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.202305040831 (55)[org.eclipse.kura.wire.TrigonometricFunctions(45)] : unbind method [unbindWireHelperService] not found 2023-05-04T08:34:21,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:21,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2023-05-04T08:34:21,158 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2023-05-04T08:34:21,158 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2023-05-04T08:34:21,158 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1683189261145... 2023-05-04T08:34:21,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,164 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2023-05-04T08:34:21,166 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - 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_1683189261164.xml... 2023-05-04T08:34:21,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.trig.test/target/snapshot_1683189261164.xml... Done. 2023-05-04T08:34:21,172 [main] INFO 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_1683189260838.xml 2023-05-04T08:34:21,172 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,172 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2023-05-04T08:34:21,172 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - tear down once 2023-05-04T08:34:21,173 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2023-05-04T08:34:21,173 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s - in org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest testSinOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.756 s testArcTanOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.226 s wireComponentExists(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.095 s wireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.108 s testTanOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.132 s testArcCosOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.143 s testArcSinOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.122 s testCosOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.119 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 2023-05-04T08:34:21,288 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1706898737 deactivated 2023-05-04T08:34:21,289 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2023-05-04T08:34:21,289 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2023-05-04T08:34:21,289 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2023-05-04T08:34:21,292 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:34:21,292 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2023-05-04T08:34:21,293 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:34:21,293 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2023-05-04T08:34:21,293 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2023-05-04T08:34:21,293 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2023-05-04T08:34:21,294 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2023-05-04T08:34:21,296 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2023-05-04T08:34:21,299 [Framework stop - Equinox Container: 673612f5-e376-450b-ab2b-1ec7d0873549] 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 [ 7.374 s] [INFO] org.eclipse.kura.demo.heater 1.2.1-SNAPSHOT ........ SUCCESS [ 2.712 s] [INFO] org.eclipse.kura.demo.modbus 2.2.1-SNAPSHOT ........ SUCCESS [ 0.539 s] [INFO] org.eclipse.kura.example.project 1.2.1-SNAPSHOT .... SUCCESS [ 0.382 s] [INFO] org.eclipse.kura.example.publisher 1.2.1-SNAPSHOT .. SUCCESS [ 0.519 s] [INFO] org.eclipse.kura.example.serial.publisher 1.2.1-SNAPSHOT SUCCESS [ 0.581 s] [INFO] org.eclipse.kura.example.gpio 1.2.1-SNAPSHOT ....... SUCCESS [ 0.515 s] [INFO] org.eclipse.kura.example.ble.tisensortag 1.2.1-SNAPSHOT SUCCESS [ 1.005 s] [INFO] org.eclipse.kura.example.ble.tisensortag.dbus 1.2.1-SNAPSHOT SUCCESS [ 0.695 s] [INFO] org.eclipse.kura.example.beacon 1.2.1-SNAPSHOT ..... SUCCESS [ 0.361 s] [INFO] org.eclipse.kura.example.beacon.scanner 1.2.1-SNAPSHOT SUCCESS [ 0.376 s] [INFO] org.eclipse.kura.example.ibeacon.advertiser 1.2.1-SNAPSHOT SUCCESS [ 0.348 s] [INFO] org.eclipse.kura.example.ibeacon.scanner 1.2.1-SNAPSHOT SUCCESS [ 0.367 s] [INFO] org.eclipse.kura.example.eddystone.advertiser 1.2.1-SNAPSHOT SUCCESS [ 0.505 s] [INFO] org.eclipse.kura.example.eddystone.scanner 1.2.1-SNAPSHOT SUCCESS [ 0.338 s] [INFO] org.eclipse.kura.example.camel.quickstart 1.3.1-SNAPSHOT SUCCESS [ 0.369 s] [INFO] org.eclipse.kura.example.camel.publisher 1.2.1-SNAPSHOT SUCCESS [ 0.409 s] [INFO] org.eclipse.kura.example.camel.aggregation 1.3.1-SNAPSHOT SUCCESS [ 0.314 s] [INFO] org.eclipse.kura.raspberrypi.sensehat 1.2.1-SNAPSHOT SUCCESS [ 0.352 s] [INFO] org.eclipse.kura.raspberrypi.sensehat.example 1.2.1-SNAPSHOT SUCCESS [ 0.341 s] [INFO] org.eclipse.kura.example.wire.logic.multiport.provider 1.2.1-SNAPSHOT SUCCESS [ 0.327 s] [INFO] org.eclipse.kura.example.wire.math.multiport.provider 1.2.1-SNAPSHOT SUCCESS [ 0.351 s] [INFO] org.eclipse.kura.example.wire.math.singleport.provider 1.2.1-SNAPSHOT SUCCESS [ 0.437 s] [INFO] org.eclipse.kura.example.wire.math.trig 1.2.1-SNAPSHOT SUCCESS [ 0.291 s] [INFO] org.eclipse.kura.example.driver.sensehat 1.2.1-SNAPSHOT SUCCESS [ 0.447 s] [INFO] org.eclipse.kura.wire.devel.component.provider 1.2.1-SNAPSHOT SUCCESS [ 0.395 s] [INFO] org.eclipse.kura.example.web.extension 1.2.1-SNAPSHOT SUCCESS [ 41.639 s] [INFO] org.eclipse.kura.example.gpio.led 1.2.1-SNAPSHOT ... SUCCESS [ 0.435 s] [INFO] org.eclipse.kura.example.tamper.detection 1.2.1-SNAPSHOT SUCCESS [ 0.259 s] [INFO] org.eclipse.kura.example.rest.authentication.provider 1.0.1-SNAPSHOT SUCCESS [ 0.271 s] [INFO] test ............................................... SUCCESS [ 3.313 s] [INFO] org.eclipse.kura.example.testutil .................. SUCCESS [ 0.723 s] [INFO] org.eclipse.kura.example.ble.tisensortag.test ...... SUCCESS [ 32.376 s] [INFO] org.eclipse.kura.example.wire.math.singleport.provider.test SUCCESS [ 9.262 s] [INFO] org.eclipse.kura.example.ble.tisensortag.dbus.test . SUCCESS [ 17.249 s] [INFO] org.eclipse.kura.example.wire.logic.multiport.provider.test SUCCESS [ 5.876 s] [INFO] org.eclipse.kura.example.wire.math.trig.test 5.2.2 . SUCCESS [ 6.881 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:38 min [INFO] Finished at: 2023-05-04T08:34:21Z [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.0: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.0.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-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.0.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 [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-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 [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-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.0.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 [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-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 [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-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.0.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 [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-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 [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-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.0.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 [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-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 [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-runtime1103305501478113840.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:94146457 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Thu May 04 08:46:28 UTC 2023 md5: 12c3af546e52b1062ed12d1ec163cc5e [INFO] Total size: 94146457 [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:93576007 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Thu May 04 08:46:31 UTC 2023 md5: 586c0a24b29b67fea9ccfb4fe8659658 [INFO] Total size: 93576007 [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:94140623 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Thu May 04 08:46:35 UTC 2023 md5: 7673d4a1e5ef941d83f56fc3c9480a33 [INFO] Total size: 94140623 [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:93570517 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Thu May 04 08:46:38 UTC 2023 md5: 222481bfbc1b4f4b1c5cb3d2111de62d [INFO] Total size: 93570517 [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:94145035 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Thu May 04 08:46:41 UTC 2023 md5: c7dcb5714f7249c0a4ca1735d637e5b2 [INFO] Total size: 94145035 [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:93574861 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Thu May 04 08:46:45 UTC 2023 md5: c00ac6781b189802b0aa7328fc9ed2ac [INFO] Total size: 93574861 [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:103661912 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Thu May 04 08:46:48 UTC 2023 md5: 272c101ac551ee2e46dfd144be1ada06 [INFO] Total size: 103661912 [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:103093445 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Thu May 04 08:46:52 UTC 2023 md5: 14b4e2e737e03b5761382f004ab1bab8 [INFO] Total size: 103093445 [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: 12:57 min [INFO] Finished at: 2023-05-04T08:47:20Z [INFO] ------------------------------------------------------------------------ [kura-5-2-0-release-candidate] $ /bin/sh -xe /tmp/jenkins3539846597776462293.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