Started by an SCM change Obtained jenkins/Hono-CI-Pipeline.groovy from git https://github.com/eclipse/hono.git Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-9bvmj is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-9bvmj" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.hono.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-9bvmj" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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-9bvmj" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hono.svc.cluster.local/hono/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-hono" 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" Running on basic-9bvmj in /home/jenkins/agent/workspace/Hono CI Pipeline [Pipeline] { [Pipeline] readTrusted Obtained jenkins/Hono-PipelineUtils.groovy from git https://github.com/eclipse/hono.git [Pipeline] properties [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] echo Check out branch: master [Pipeline] git The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/hono.git > git init /home/jenkins/agent/workspace/Hono CI Pipeline # timeout=10 Fetching upstream changes from https://github.com/eclipse/hono.git > git --version # timeout=10 > git --version # 'git version 2.26.2' > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9a4805acbc066e28516f4c312c74ba8c9d0cdcb3 (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a4805acbc066e28516f4c312c74ba8c9d0cdcb3 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 9a4805acbc066e28516f4c312c74ba8c9d0cdcb3 # timeout=10 Commit message: "[#2267] Add AMQP 1.0 based CredentialsClient implementation" > git rev-list --no-walk b4778b72448963db5de5e5ae47b3c1ff00ab04a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.JacocoReportPublisher[disabled=true]] [withMaven] Available options: [withMaven] using JDK installation openjdk-jdk11-latest [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh + mvn -B clean install ----- withMaven Wrapper script ----- Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven666c88be/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven666c88be" Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.6.19-300.fc32.x86_64", arch: "amd64", family: "unix" [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven666c88be/maven-spy-20201105-153007-1351287496253426805077.log.tmp ... [INFO] Scanning for projects... [INFO] Inspecting build with total of 46 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 46 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Hono [pom] [INFO] Hono Dependencies [pom] [INFO] Legal Documents [jar] [INFO] Hono Demo Certs [jar] [INFO] Hono Core [bundle] [INFO] Hono Clients [pom] [INFO] Hono Client for Protocol Adapters [jar] [INFO] Hono Client [bundle] [INFO] Hono Client for Protocol Adapters (AMQP) [jar] [INFO] Hono Test Utils [pom] [INFO] Hono Core Test Utils [jar] [INFO] Hono Service base [jar] [INFO] Hotrod Device Connection client [jar] [INFO] Hono Service Base Test Utils [jar] [INFO] Hono Protocol Adapters [pom] [INFO] Hono Protocol Adapter Base (Spring) [pom] [INFO] Hono AMQP Adapter [jar] [INFO] Hono CoAP Adapter base [jar] [INFO] Hono CoAP Adapter [jar] [INFO] Hono HTTP Adapter base [jar] [INFO] Hono HTTP Adapter [jar] [INFO] Hono Service Base Quarkus [jar] [INFO] Hono Protocol Adapter Base (Quarkus) [pom] [INFO] Hono HTTP Adapter (Quarkus) [jar] [INFO] Hono MQTT Adapter base [jar] [INFO] Hono Kura Adapter [jar] [INFO] Hono LoRa Adapter [jar] [INFO] Hono MQTT Adapter [jar] [INFO] Hono MQTT Adapter (Quarkus) [jar] [INFO] Hono Sigfox Adapter [jar] [INFO] Hono command-line interface [jar] [INFO] Hono Deployment [jar] [INFO] Hono Examples [pom] [INFO] Hono Client Examples [jar] [INFO] Hono Protocol Gateway example [jar] [INFO] Hono JMeter Plugin [jar] [INFO] Hono Services [pom] [INFO] Hono Auth [jar] [INFO] Hono Service Device Registry Base [jar] [INFO] Base classes for JDBC services [jar] [INFO] Hono Device Connection service [jar] [INFO] Hono File Based Device Registry [jar] [INFO] Hono JDBC Based Device Registry [jar] [INFO] Hono Mongodb Based Device Registry [jar] [INFO] Hono Site [pom] [INFO] Hono Integration Tests [jar] [INFO] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 1.5.0-SNAPSHOT [1/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-parent --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-parent --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-parent --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/1.5.0-SNAPSHOT/hono-parent-1.5.0-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 1.5.0-SNAPSHOT [2/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-bom --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-bom --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/1.5.0-SNAPSHOT/hono-bom-1.5.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 1.5.0-SNAPSHOT [3/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-legal --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-legal --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-legal --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 42 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-legal --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 1.5.0-SNAPSHOT [4/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-demo-certs --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-demo-certs --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 1.5.0-SNAPSHOT [5/46] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-core --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-core --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.connection.impl.ConnectionFactoryImplTest [INFO] Running org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest SLF4J: A number (36) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - in org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest [INFO] Running org.eclipse.hono.config.ClientConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.config.ClientConfigPropertiesTest [INFO] Running org.eclipse.hono.config.KeyLoaderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in org.eclipse.hono.config.KeyLoaderTest [INFO] Running org.eclipse.hono.config.PemReaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.hono.config.PemReaderTest [INFO] Running org.eclipse.hono.config.AbstractConfigTest 15:30:50.531 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12 15:30:50.536 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.hono.config.AbstractConfigTest [INFO] Running org.eclipse.hono.config.FileFormatTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.config.FileFormatTest [INFO] Running org.eclipse.hono.util.TimeUntilDisconnectNotificationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.util.TimeUntilDisconnectNotificationTest [INFO] Running org.eclipse.hono.util.PairTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.util.PairTest [INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Running org.eclipse.hono.util.MessageTapTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.hono.util.MessageTapTest [INFO] Running org.eclipse.hono.util.MessageHelperTest 15:30:51.061 [ForkJoinPool-1-worker-3] WARN o.e.h.c.impl.ConnectionFactoryImpl - can't open connection to container [null] at [amqp://127.0.0.1:25673, role: unknown]: underlying connection was disconnected while opening AMQP connection [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s - in org.eclipse.hono.util.MessageHelperTest [INFO] Running org.eclipse.hono.util.HostnamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.HostnamesTest [INFO] Running org.eclipse.hono.util.ResourceIdentifierTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.util.ResourceIdentifierTest [INFO] Running org.eclipse.hono.util.HonoProtonHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.hono.util.HonoProtonHelperTest [INFO] Running org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Running org.eclipse.hono.util.TenantObjectTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s - in org.eclipse.hono.connection.impl.ConnectionFactoryImplTest [INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Running org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s - in org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest [INFO] Running org.eclipse.hono.auth.BCryptHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.auth.BCryptHelperTest [INFO] Running org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.TracingHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.hono.tracing.TracingHelperTest [INFO] Running org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Running org.eclipse.hono.util.TriTupleTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.util.TriTupleTest [INFO] Running org.eclipse.hono.util.JwtHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.hono.util.JwtHelperTest [INFO] Running org.eclipse.hono.util.AddressHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.hono.util.AddressHelperTest [INFO] Running org.eclipse.hono.util.CredentialsObjectTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.util.CredentialsObjectTest [INFO] Running org.eclipse.hono.util.RequestResponseApiConstantsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.RequestResponseApiConstantsTest [INFO] Running org.eclipse.hono.util.EventBusMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.util.EventBusMessageTest [INFO] Running org.eclipse.hono.util.FuturesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.hono.util.FuturesTest [INFO] Running org.eclipse.hono.util.StringsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.util.StringsTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s - in org.eclipse.hono.util.TenantObjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 172, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-core --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0 [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-core --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hono-core --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/core/target/hono-core-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ hono-core --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 1.5.0-SNAPSHOT [6/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-clients-parent --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-clients-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-clients-parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-clients-parent --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-clients-parent --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/1.5.0-SNAPSHOT/hono-clients-parent-1.5.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-adapter >---------------- [INFO] Building Hono Client for Protocol Adapters 1.5.0-SNAPSHOT [7/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.hono:hono-client >-------------------- [INFO] Building Hono Client 1.5.0-SNAPSHOT [8/46] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 92 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-client --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Running org.eclipse.hono.client.impl.EventSenderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s - in org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Running org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Running org.eclipse.hono.client.CommandTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.eclipse.hono.client.CommandTest [INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in org.eclipse.hono.client.impl.EventSenderImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest [INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest [INFO] Running org.eclipse.hono.client.device.amqp.TelemetrySenderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s - in org.eclipse.hono.client.device.amqp.TelemetrySenderTest [INFO] Running org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest [INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest [INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.hono.client.device.amqp.EventSenderTest [INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.hono.client.device.amqp.CommandResponderTest [INFO] Running org.eclipse.hono.client.CommandResponseTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.client.CommandResponseTest [INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.hono.client.impl.AbstractRequestResponseClientTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest [INFO] Running org.eclipse.hono.client.impl.CachingClientFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest [INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.hono.client.impl.AbstractSenderTest [INFO] Running org.eclipse.hono.client.impl.CommandClientImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.hono.client.impl.CommandClientImplTest [INFO] Running org.eclipse.hono.client.impl.TenantClientImplTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.hono.client.impl.TenantClientImplTest [INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in org.eclipse.hono.client.impl.DeviceConnectionClientImplTest [INFO] Running org.eclipse.hono.client.impl.CredentialsClientImplTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s - in org.eclipse.hono.client.impl.CredentialsClientImplTest [INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.hono.client.impl.EventConsumerImplTest [INFO] Running org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.TelemetrySenderImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest [INFO] Running org.eclipse.hono.client.impl.HonoConnectionImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.RegistrationClientImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.hono.client.impl.RegistrationClientImplTest [INFO] Running org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.AbstractHonoClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.client.impl.AbstractHonoClientTest [INFO] Running org.eclipse.hono.client.impl.CommandTargetMapperImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s - in org.eclipse.hono.client.impl.HonoConnectionImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 203, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-client --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0 [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-client --- [WARNING] Include-Resource: overriding org/eclipse/hono/client/ServiceInvocationException_messages.properties=src/main/resources/org/eclipse/hono/client/ServiceInvocationException_messages.properties with META-INF=/home/jenkins/agent/workspace/Hono CI Pipeline/client/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hono-client --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client/target/hono-client-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ hono-client --- [INFO] Installing org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.hono:hono-client-adapter-amqp >-------------- [INFO] Building Hono Client for Protocol Adapters (AMQP) 1.5.0-SNAPSHOT [9/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter-amqp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter-amqp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-amqp --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-amqp --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 1.5.0-SNAPSHOT [10/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ test-utils --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ test-utils --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/1.5.0-SNAPSHOT/test-utils-1.5.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 1.5.0-SNAPSHOT [11/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ core-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ core-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ core-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ core-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ core-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ core-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ core-test-utils --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-base >----------------- [INFO] Building Hono Service base 1.5.0-SNAPSHOT [12/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-service-base --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.EventBusServiceTest [INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s - in org.eclipse.hono.service.EventBusServiceTest [INFO] Running org.eclipse.hono.service.AbstractProtocolAdapterBaseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.411 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest [INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest 15:31:46.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.hono.service.http.X509AuthHandlerTest [INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.eclipse.hono.service.http.HonoBasicAuthHandlerTest [INFO] Running org.eclipse.hono.service.http.HonoChainAuthHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest [INFO] Running org.eclipse.hono.service.http.HttpContextTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.service.http.HttpContextTest [INFO] Running org.eclipse.hono.service.AbstractApplicationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.service.AbstractApplicationTest [INFO] Running org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest [INFO] Running org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest [INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest [INFO] Running org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest 15:31:47.337 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks] 15:31:47.338 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 375359244] successfully connected 15:31:47.339 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 624420463] successfully connected 15:31:47.340 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 611441131] successfully connected 15:31:47.341 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1499605874] successfully connected 15:31:47.341 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1866587854] successfully connected 15:31:47.344 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service 15:31:47.345 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control 15:31:47.515 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks] 15:31:47.515 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 538802341] successfully connected 15:31:47.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Event client [Mock for EventSender, hashCode: 638441307] successfully connected 15:31:47.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1759915032] successfully connected 15:31:47.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1647756690] successfully connected 15:31:47.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 698700065] successfully connected 15:31:47.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service 15:31:47.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control 15:31:47.522 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - lost connection to Command & Control 15:31:47.523 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connection to Command & Control re-established [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.hono.service.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest [INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest 15:31:47.659 [ForkJoinPool-1-worker-3] ERROR o.e.h.s.AbstractServiceBaseTest$1 - configuration must have at least one of key & certificate or insecure port set to start up 15:31:47.667 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 15:31:47.668 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 15:31:47.669 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true 15:31:47.670 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 15:31:47.670 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2] 15:31:47.670 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 15:31:47.716 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 15:31:47.716 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1] 15:31:47.717 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 15:31:47.717 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 15:31:47.720 [ForkJoinPool-1-worker-3] ERROR o.e.h.s.AbstractServiceBaseTest$1 - secure and insecure ports must be configured to bind to different port numbers [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest 15:31:48.025 [ForkJoinPool-1-worker-3] WARN o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: sum(hono_connections_authenticated{tenant="DEFAULT_TENANT"})]: null 15:31:48.339 [ForkJoinPool-1-worker-3] WARN o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: minute( sum( increase( hono_connections_authenticated_duration_seconds_sum {tenant="DEFAULT_TENANT"} [17341m:15s])))]: null [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest [INFO] Running org.eclipse.hono.service.auth.device.X509AuthProviderTest 15:31:48.418 [ForkJoinPool-1-worker-3] WARN o.e.h.s.r.PrometheusBasedResourceLimitChecks - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: floor(sum(increase(hono_messages_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [6691m:15s]) or hono_commands_payload_bytes_sum*0) + sum(increase(hono_commands_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [6691m:15s]) or hono_messages_payload_bytes_sum*0))]: null [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.service.auth.device.X509AuthProviderTest [INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest [INFO] Running org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.service.VertxBasedHealthCheckServerTest 15:31:48.746 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured 15:31:48.747 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured. 15:31:48.749 [ForkJoinPool-1-worker-3] ERROR o.e.h.s.VertxBasedHealthCheckServer - failed to start Health Check server java.lang.IllegalStateException: neither secure nor insecure server has been started at org.eclipse.hono.service.VertxBasedHealthCheckServer.lambda$start$0(VertxBasedHealthCheckServer.java:133) at io.vertx.core.Future.lambda$map$4(Future.java:411) at io.vertx.core.impl.FutureImpl.dispatch(FutureImpl.java:105) at io.vertx.core.impl.FutureImpl.onComplete(FutureImpl.java:83) at io.vertx.core.impl.CompositeFutureImpl.onComplete(CompositeFutureImpl.java:131) at io.vertx.core.impl.CompositeFutureImpl.onComplete(CompositeFutureImpl.java:25) at io.vertx.core.Future.map(Future.java:407) at org.eclipse.hono.service.VertxBasedHealthCheckServer.start(VertxBasedHealthCheckServer.java:131) at org.eclipse.hono.service.VertxBasedHealthCheckServerTest.testHealthCheckServerWithNoBindAddressFailsToStart(VertxBasedHealthCheckServerTest.java:73) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:396) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:721) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:162) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:136) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) 15:31:48.833 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest [INFO] Running org.eclipse.hono.service.auth.device.ChainAuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.hono.service.auth.device.ChainAuthHandlerTest [INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest [INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest 15:31:49.434 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest [INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest 15:31:49.444 [ForkJoinPool-1-worker-1] INFO org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds 15:31:49.445 [ForkJoinPool-1-worker-1] INFO org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens 15:31:49.445 [ForkJoinPool-1-worker-1] INFO org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens 15:31:49.447 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server 15:31:49.447 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:45041/readiness 15:31:49.447 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:45041/liveness 15:31:49.449 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server 15:31:49.449 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:41039/readiness 15:31:49.449 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:41039/liveness 15:31:49.529 [vert.x-eventloop-thread-2] ERROR o.e.h.s.a.EventBusAuthenticationService - got illegal status code in authentication response exception: 200 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest [INFO] Running org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest [INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest 15:31:50.046 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:45041] 15:31:50.051 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:41039] 15:31:50.065 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured 15:31:50.065 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only 15:31:50.117 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server 15:31:50.117 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:39291/readiness 15:31:50.117 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:39291/liveness 15:31:50.130 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:39291] 15:31:50.140 [ForkJoinPool-1-worker-3] WARN o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only 15:31:50.223 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured. 15:31:50.228 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server 15:31:50.228 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:37861/readiness 15:31:50.228 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:37861/liveness [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest [INFO] Running org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest 15:31:50.255 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB). 15:31:50.313 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: 100MB). [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest [INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest 15:31:50.320 [ForkJoinPool-1-worker-3] INFO o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:37861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest [INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest 15:31:50.333 [ForkJoinPool-1-worker-1] INFO o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null) 15:31:50.336 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2 is too high: Recommended is maximum 0 (based on null) 15:31:50.338 [ForkJoinPool-1-worker-1] INFO o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null) 15:31:50.340 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) 15:31:50.353 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest [INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest 15:31:50.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.547 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.566 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.573 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.576 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.579 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.583 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.586 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.592 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.757 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$733908387] 15:31:50.893 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$116087618] 15:31:50.921 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.947 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.955 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.964 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 15:31:50.969 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 15:31:50.971 [ForkJoinPool-1-worker-3] INFO o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 162, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.hono:client-device-connection-infinispan >-------- [INFO] Building Hotrod Device Connection client 1.5.0-SNAPSHOT [13/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-device-connection-infinispan --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-device-connection-infinispan --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-device-connection-infinispan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-device-connection-infinispan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-device-connection-infinispan --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest 15:32:04.547 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.550 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:04.744 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.745 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:04.756 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.756 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:04.765 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.765 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:04.817 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.817 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:04.829 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.830 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:04.838 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.839 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:04.852 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.852 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:04.859 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:04.860 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest 15:32:04.957 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:04.959 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 15:32:05.015 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:05.017 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 15:32:05.026 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:05.027 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 15:32:05.034 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:05.036 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 15:32:05.043 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:05.044 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 15:32:05.052 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:05.054 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 15:32:05.061 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:05.062 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 15:32:05.119 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:05.120 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 15:32:05.129 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache 15:32:05.130 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest Configuration [asyncExecutorFactory=ExecutorFactoryConfiguration [factoryClass=class org.infinispan.client.hotrod.impl.async.DefaultAsyncExecutorFactory, factory=null, properties()={infinispan.client.hotrod.connection_pool.min_idle=2}], balancingStrategyFactory=()->org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy@663798b1,classLoader=java.lang.ref.WeakReference@6145dae3, clientIntelligence=HASH_DISTRIBUTION_AWARE, connectionPool=ConnectionPoolConfiguration{exhaustedAction=WAIT, maxActive=-1, maxWait=-1, minIdle=2, minEvictableIdleTime=1800000, maxPendingRequests=5}, connectionTimeout=60000, consistentHashImpl=[null, class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV2, class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash], forceReturnValues=false, keySizeEstimate=64, marshallerClass=class org.infinispan.commons.marshall.ProtoStreamMarshaller, marshaller=org.infinispan.commons.marshall.ProtoStreamMarshaller@4bbda44, protocolVersion=3.0, servers=[ServerConfiguration[host='127.0.0.1', port=11222]], socketTimeout=60000, security=org.infinispan.client.hotrod.configuration.SecurityConfiguration@811e635, tcpNoDelay=true, tcpKeepAlive=false, valueSizeEstimate=512, maxRetries=10, serialWhiteList=[], batchSize=10000, nearCache=NearCacheConfiguration{mode=DISABLED, maxEntries=-1, cacheNamePattern=null}, remoteCaches= {}, transaction=TransactionConfiguration{transactionMode=NONE, transactionManagerLookup=org.infinispan.client.hotrod.transaction.lookup.GenericTransactionManagerLookup@52390596, timeout=60000}, statistics=StatisticsConfiguration = [enabled=false, jmx_enabled=false, jmx_domain=org.infinispan, mbeanserverlookup=org.infinispan.commons.jmx.PlatformMBeanServerLookup@1de44ff0, jmx_name=Default]] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest 15:32:05.892 [vert.x-worker-thread-0] INFO org.infinispan.CONTAINER - ISPN000128: Infinispan version: Infinispan 'Turia' 10.1.8.Final 15:32:06.340 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:06.345 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:06.541 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:06.542 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:06.626 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:06.627 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:06.718 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:06.719 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:06.766 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:06.767 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:06.849 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:06.850 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.031 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.032 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.124 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.125 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.216 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.218 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.261 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.262 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.337 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.338 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.416 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.417 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.451 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.452 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.536 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.537 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.575 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.577 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.646 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.647 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.719 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.720 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.761 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.762 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.828 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.830 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.873 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.875 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.942 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.943 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:07.980 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:07.981 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.044 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.045 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.130 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.131 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.162 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.163 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.224 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.225 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.261 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.262 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.320 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.321 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.351 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.351 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.379 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.412 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.443 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.444 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.477 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.477 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 15:32:08.537 [vert.x-worker-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache 15:32:08.538 [vert.x-eventloop-thread-0] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest 15:32:08.549 [Thread-15] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.549 [Thread-19] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.549 [Thread-27] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.549 [Thread-51] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.549 [Thread-75] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.549 [Thread-79] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.550 [Thread-63] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.550 [Thread-71] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.550 [Thread-127] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.550 [Thread-47] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.550 [Thread-83] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.550 [Thread-67] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.551 [Thread-115] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.551 [Thread-91] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.553 [Thread-11] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.553 [Thread-119] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.553 [Thread-43] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.553 [Thread-23] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.553 [Thread-131] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.553 [Thread-35] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.553 [Thread-39] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.554 [Thread-111] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.554 [Thread-123] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.554 [Thread-103] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.554 [Thread-31] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.554 [Thread-55] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.554 [Thread-87] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.554 [Thread-59] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.555 [Thread-107] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.555 [Thread-99] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.555 [Thread-95] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.555 [Thread-7] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null 15:32:08.613 [Thread-3] INFO o.i.manager.DefaultCacheManager - Stopping cache manager null on null [INFO] [INFO] Results: [INFO] [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-device-connection-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-device-connection-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ client-device-connection-infinispan --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-device-connection-infinispan --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:service-base-test-utils >-------------- [INFO] Building Hono Service Base Test Utils 1.5.0-SNAPSHOT [14/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-base-test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ service-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ service-base-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ service-base-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ service-base-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ service-base-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ service-base-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ service-base-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ service-base-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ service-base-test-utils --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ service-base-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ service-base-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ service-base-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ service-base-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/test-utils/service-base-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.hono:hono-adapters >------------------- [INFO] Building Hono Protocol Adapters 1.5.0-SNAPSHOT [15/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapters --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapters --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/1.5.0-SNAPSHOT/hono-adapters-1.5.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-base-spring >-------------- [INFO] Building Hono Protocol Adapter Base (Spring) 1.5.0-SNAPSHOT [16/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-spring --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base-spring --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-spring --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-base-spring --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base-spring --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.5.0-SNAPSHOT/hono-adapter-base-spring-1.5.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-amqp-vertx >-------------- [INFO] Building Hono AMQP Adapter 1.5.0-SNAPSHOT [17/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-amqp-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-amqp-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-amqp-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-amqp-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.amqp.impl.VertxBasedAmqpProtocolAdapterTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.965 s - in org.eclipse.hono.adapter.amqp.impl.VertxBasedAmqpProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-amqp-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-amqp-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-coap-vertx-base >------------ [INFO] Building Hono CoAP Adapter base 1.5.0-SNAPSHOT [18/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-coap-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest SLF4J: A number (31) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay 15:32:24.152 [ForkJoinPool-1-worker-1] INFO io.jaegertracing.Configuration - Initialized tracer=JaegerTracer(version=Java-1.2.0, serviceName=test, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=basic-9bvmj, jaeger.version=Java-1.2.0, ip=10.40.14.149}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 s - in org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s - in org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Running org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest 15:32:25.843 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$670556307] 15:32:25.844 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 931126982] successfully connected 15:32:25.845 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 435446733] successfully connected 15:32:25.846 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 599167941] successfully connected 15:32:25.847 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 806543421] successfully connected 15:32:25.848 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 1473755224] successfully connected 15:32:25.850 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service 15:32:25.852 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control 15:32:25.856 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test] 15:32:26.618 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$670556307] 15:32:26.619 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 871222980] successfully connected 15:32:26.619 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 212327849] successfully connected 15:32:26.620 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1389953713] successfully connected 15:32:26.621 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1989003558] successfully connected 15:32:26.621 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 726377181] successfully connected 15:32:26.622 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service 15:32:26.623 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control 15:32:26.675 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$670556307] 15:32:26.675 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 1170523960] successfully connected 15:32:26.676 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 372201238] successfully connected 15:32:26.676 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 1801897393] successfully connected 15:32:26.677 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1055027183] successfully connected 15:32:26.677 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 1568444940] successfully connected 15:32:26.678 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service 15:32:26.679 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control 15:32:26.829 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$670556307] 15:32:26.830 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Telemetry client [Mock for TelemetrySender, hashCode: 936106786] successfully connected 15:32:26.830 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Event client [Mock for EventSender, hashCode: 1088858917] successfully connected 15:32:26.831 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Tenant service client [Mock for TenantClient, hashCode: 2123764179] successfully connected 15:32:26.831 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1148354347] successfully connected 15:32:26.832 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - Credentials service client [Mock for CredentialsClient, hashCode: 763997772] successfully connected 15:32:26.833 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service 15:32:26.834 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control 15:32:26.835 [ForkJoinPool-1-worker-3] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: null] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-coap-vertx >-------------- [INFO] Building Hono CoAP Adapter 1.5.0-SNAPSHOT [19/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-coap-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-coap-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-http-vertx-base >------------ [INFO] Building Hono HTTP Adapter base 1.5.0-SNAPSHOT [20/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest 15:32:33.713 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:33.730 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks] 15:32:33.735 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Telemetry client [Mock for TelemetrySender, hashCode: 1544620506] successfully connected 15:32:33.738 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Event client [Mock for EventSender, hashCode: 640101110] successfully connected 15:32:33.739 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Tenant service client [Mock for TenantClient, hashCode: 1195817755] successfully connected 15:32:33.740 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 358731791] successfully connected 15:32:33.741 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Credentials service client [Mock for CredentialsClient, hashCode: 259962847] successfully connected 15:32:33.744 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Device Connection service 15:32:33.745 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Command & Control 15:32:33.747 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Vertx native support: false 15:32:33.760 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes 15:32:33.827 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:34.117 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:43995 15:32:34.135 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)] 15:32:34.654 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:34.771 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:34.839 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:34.871 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)] 15:32:34.923 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:34.960 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.045 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)] 15:32:35.116 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)] 15:32:35.117 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.139 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)] 15:32:35.151 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.160 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)] 15:32:35.224 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)] 15:32:35.233 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.239 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)] 15:32:35.254 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)] 15:32:35.313 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.313 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1712671406] 15:32:35.313 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1139082206] successfully connected 15:32:35.314 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 888408480] successfully connected 15:32:35.315 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1569500336] successfully connected 15:32:35.316 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1201327328] successfully connected 15:32:35.316 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 738905150] successfully connected 15:32:35.317 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service 15:32:35.318 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control 15:32:35.319 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false 15:32:35.319 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)] 15:32:35.319 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 15:32:35.322 [ForkJoinPool-1-worker-1] ERROR o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - error while starting up insecure http server io.vertx.core.impl.NoStackTraceThrowable: http server intentionally failed to start 15:32:35.339 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)] 15:32:35.341 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.420 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.451 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.468 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)] 15:32:35.520 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)] 15:32:35.530 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.531 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)] 15:32:35.544 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)] 15:32:35.560 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.561 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1712671406] 15:32:35.562 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1577302591] successfully connected 15:32:35.612 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 299611372] successfully connected 15:32:35.613 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1930612981] successfully connected 15:32:35.614 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1039324622] successfully connected 15:32:35.615 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)] 15:32:35.615 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 2120434189] successfully connected 15:32:35.616 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service 15:32:35.616 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control 15:32:35.617 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false 15:32:35.617 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 15:32:35.618 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080 15:32:35.643 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter 15:32:35.645 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.652 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - successfully stopped protocol adapter [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.644 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest 15:32:35.723 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.724 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1712671406] 15:32:35.724 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 619959389] successfully connected 15:32:35.725 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 101573994] successfully connected 15:32:35.725 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 43758794] successfully connected 15:32:35.726 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 1337914374] successfully connected 15:32:35.726 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1976930448] successfully connected 15:32:35.727 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service 15:32:35.728 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control 15:32:35.729 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false 15:32:35.729 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 15:32:35.730 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080 15:32:35.745 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] 15:32:35.772 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$2120568950] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.759 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-http-vertx >-------------- [INFO] Building Hono HTTP Adapter 1.5.0-SNAPSHOT [21/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-http-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-service-base-quarkus >------------- [INFO] Building Hono Service Base Quarkus 1.5.0-SNAPSHOT [22/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-quarkus --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy resources) @ hono-service-base-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-quarkus --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.quarkus.SystemLoggerTest Nov 05, 2020 3:32:43 PM org.eclipse.hono.service.quarkus.SystemLoggerTest reflectionOnJdkInternalEventAllowed INFO: access to jdk.internal.event.EventHelper via reflection is not possible, run JVM with option --add-opens java.base/jdk.internal.event=ALL-UNNAMED to enable tests [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.058 s - in org.eclipse.hono.service.quarkus.SystemLoggerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-base-quarkus >------------- [INFO] Building Hono Protocol Adapter Base (Quarkus) 1.5.0-SNAPSHOT [23/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-base-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-base-quarkus --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-base-quarkus --- [INFO] Type of the artifact is POM, skipping build goal [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-base-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.5.0-SNAPSHOT/hono-adapter-base-quarkus-1.5.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-http-vertx-quarkus >---------- [INFO] Building Hono HTTP Adapter (Quarkus) 1.5.0-SNAPSHOT [24/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-http-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-http-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-http-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HttpConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.http.quarkus.ResourceLimitChecksFactory#prometheusResourceLimitChecks - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.MetricsRegistryFactory#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.http.quarkus.MetricsFactory#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4287ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-http-vertx-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-mqtt-vertx-base >------------ [INFO] Building Hono MQTT Adapter base 1.5.0-SNAPSHOT [25/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-mqtt-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.722 s - in org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest [INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] Running org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest 15:33:03.620 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$627323248] 15:33:03.625 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 589642885] successfully connected 15:33:03.626 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 2147116939] successfully connected 15:33:03.627 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 1993526638] successfully connected 15:33:03.628 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 534254347] successfully connected 15:33:03.628 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 128406460] successfully connected 15:33:03.630 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service 15:33:03.632 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control 15:33:03.633 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes 15:33:03.635 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false 15:33:03.637 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883 15:33:03.638 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest 15:33:04.498 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$627323248] 15:33:04.498 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Telemetry client [Mock for TelemetrySender, hashCode: 1987704618] successfully connected 15:33:04.499 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Event client [Mock for EventSender, hashCode: 889575197] successfully connected 15:33:04.499 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Tenant service client [Mock for TenantClient, hashCode: 725503653] successfully connected 15:33:04.500 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Device Registration service client [Mock for DeviceRegistrationClient, hashCode: 127996375] successfully connected 15:33:04.500 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Credentials service client [Mock for CredentialsClient, hashCode: 1054373550] successfully connected 15:33:04.501 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service 15:33:04.502 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control 15:33:04.502 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes 15:33:04.510 [ForkJoinPool-1-worker-1] WARN o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2147483647 is too high: Recommended is maximum 48687 (based on max. available memory: 1073MB) 15:33:04.510 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false 15:33:04.510 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883 15:33:04.512 [ForkJoinPool-1-worker-1] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-kura >----------------- [INFO] Building Hono Kura Adapter 1.5.0-SNAPSHOT [26/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-kura --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-kura --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-kura --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-kura --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-kura --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-kura --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-kura --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-kura --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-kura --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.kura.impl.KuraProtocolAdapterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.358 s - in org.eclipse.hono.adapter.kura.impl.KuraProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-kura --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-kura --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-kura --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-kura --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-lora-vertx >-------------- [INFO] Building Hono LoRa Adapter 1.5.0-SNAPSHOT [27/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-lora-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-lora-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 16 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest SLF4J: A number (23) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.215 s - in org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest 15:33:16.843 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$462998608] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest 15:33:17.294 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$462998608] 15:33:17.335 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$462998608] 15:33:17.439 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$462998608] 15:33:17.544 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$462998608] 15:33:17.578 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$462998608] 15:33:17.642 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$462998608] 15:33:17.779 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$462998608] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 s - in org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-lora-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-lora-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-lora-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-lora-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-vertx >-------------- [INFO] Building Hono MQTT Adapter 1.5.0-SNAPSHOT [28/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-mqtt-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus >---------- [INFO] Building Hono MQTT Adapter (Quarkus) 1.5.0-SNAPSHOT [29/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.7:jandex (make-index) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.8.1.Final:build (default) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.1.1.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$ResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$TenantClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$RegistrationClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DownstreamSenderConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$DeviceConnectionConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CredentialsClientConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$MqttConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$HealthCheckConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.HonoConfig$CommandConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.mqtt.quarkus.MetricsFactory#scrapingResource - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.MetricsRegistryFactory#prometheusRegistry - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.service.quarkus.TracerFactory#jaegerTracer - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.arc.processor.Beans] Ignoring producer method org.eclipse.hono.adapter.mqtt.quarkus.ResourceLimitChecksFactory#prometheusResourceLimitChecks - declared as an @Alternative but not selected by @Priority, @AlternativePriority or quarkus.arc.selected-alternatives [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 3904ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-sigfox-vertx >------------- [INFO] Building Hono Sigfox Adapter 1.5.0-SNAPSHOT [30/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-sigfox-vertx --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-sigfox-vertx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-sigfox-vertx --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-sigfox-vertx --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-sigfox-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-sigfox-vertx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-sigfox-vertx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-sigfox-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-sigfox-vertx --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-sigfox-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-adapter-sigfox-vertx --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-sigfox-vertx --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-sigfox-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 1.5.0-SNAPSHOT [31/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-cli --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.cli.app.ReceiverTest 15:33:29.863 [ForkJoinPool-1-worker-3] ERROR org.eclipse.hono.cli.app.Receiver - Error occurred during initialization of receiver: Invalid message type ["xxxxx"]. Valid types are "telemetry", "event" or "all" 15:33:29.884 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit 15:33:29.897 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit 15:33:29.915 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: telemetry] created successfully, hit ctrl-c to exit [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.346 s - in org.eclipse.hono.cli.app.ReceiverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-cli --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-cli --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.hono:hono-deploy >-------------------- [INFO] Building Hono Deployment 1.5.0-SNAPSHOT [32/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-deploy --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-deploy --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-deploy --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-deploy --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-deploy --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/sandbox/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12,*.properties" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (create_default_tenants_trust_anchor) @ hono-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources to deploy [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (create_sandbox_config_files) @ hono-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 34 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-deploy --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-deploy --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-deploy --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-deploy --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-deploy --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-deploy --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/deploy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.hono:hono-example >-------------------- [INFO] Building Hono Examples 1.5.0-SNAPSHOT [33/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/1.5.0-SNAPSHOT/hono-example-1.5.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-example-client >---------------- [INFO] Building Hono Client Examples 1.5.0-SNAPSHOT [34/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example-client --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-example-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-example-client --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-example-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-example-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-example-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-example-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-example-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-example-client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example-client --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------ [INFO] Building Hono Protocol Gateway example 1.5.0-SNAPSHOT [35/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ protocol-gateway --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ protocol-gateway --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ protocol-gateway --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ protocol-gateway --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ protocol-gateway --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ protocol-gateway --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ protocol-gateway --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ protocol-gateway --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ protocol-gateway --- [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ protocol-gateway --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ protocol-gateway --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.eclipse.hono:hono-jmeter >-------------------- [INFO] Building Hono JMeter Plugin 1.5.0-SNAPSHOT [36/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-jmeter --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-jmeter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-jmeter --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-jmeter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-jmeter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-jmeter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/classes [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-jmeter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-jmeter --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-jmeter --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-jmeter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (jmeter-plugin) @ hono-jmeter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/plugin/hono-jmeter-1.5.0-SNAPSHOT-jar-with-dependencies.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-jmeter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-jmeter --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-jmeter --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 1.5.0-SNAPSHOT [37/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-services --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/1.5.0-SNAPSHOT/hono-services-1.5.0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth 1.5.0-SNAPSHOT [38/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest [INFO] Running org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest 15:34:02.742 [ForkJoinPool-1-worker-1] INFO o.e.h.s.a.i.FileBasedAuthenticationService - loading permissions from resource file:/home/jenkins/agent/workspace/Hono%20CI%20Pipeline/services/auth/target/test-classes/authentication-service-test-permissions.json [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.521 s - in org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.537 s - in org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-auth --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-auth --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-auth --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >--------- [INFO] Building Hono Service Device Registry Base 1.5.0-SNAPSHOT [39/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy resources) @ hono-service-device-registry-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest 15:34:48.738 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.071 s - in org.eclipse.hono.service.management.credentials.CredentialsTest [INFO] Running org.eclipse.hono.service.management.credentials.SecretsTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.hono.service.management.credentials.SecretsTest [INFO] Running org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 s - in org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest 15:34:49.563 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1154563213 15:34:49.628 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1070498680 15:34:49.637 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 502525826 15:34:49.641 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 2071422693 15:34:49.651 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1595591107 15:34:49.657 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1763805309 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Running org.eclipse.hono.service.tenant.TenantMessageFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.service.tenant.TenantMessageFilterTest [INFO] Running org.eclipse.hono.service.credentials.CredentialsMessageFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.hono.service.credentials.CredentialsMessageFilterTest [INFO] Running org.eclipse.hono.service.registration.RegistrationMessageFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest [INFO] Running org.eclipse.hono.service.management.tenant.TenantTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest [INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest Nov 05, 2020 3:34:50 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 3:34:50 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 s - in org.eclipse.hono.service.management.tenant.TenantTest [INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest Nov 05, 2020 3:34:50 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 3:34:50 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 3:34:50 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 3:34:50 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 3:34:50 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 3:34:51 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext Nov 05, 2020 3:34:51 PM org.eclipse.hono.service.http.TracingHandler SEVERE: Sever SpanContext is null or not an instance of SpanContext [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest [INFO] Running org.eclipse.hono.service.management.device.FilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.service.management.device.FilterTest [INFO] Running org.eclipse.hono.service.management.device.DeviceTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.hono.service.management.device.DeviceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 130, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy_legal_docs_for_test_jar) @ hono-service-device-registry-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 40 resources [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >--------------- [INFO] Building Base classes for JDBC services 1.5.0-SNAPSHOT [40/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-jdbc --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-jdbc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-jdbc --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.StatementTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.hono.service.base.jdbc.store.StatementTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-jdbc --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-service-device-connection >----------- [INFO] Building Hono Device Connection service 1.5.0-SNAPSHOT [41/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-connection --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-connection --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-connection --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-connection --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-connection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-connection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-connection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-connection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-connection --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceconnection.infinispan.CacheBasedDeviceConnectionServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 s - in org.eclipse.hono.deviceconnection.infinispan.CacheBasedDeviceConnectionServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-connection --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-connection --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-connection --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-file >--------- [INFO] Building Hono File Based Device Registry 1.5.0-SNAPSHOT [42/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-file --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-file --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-file --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-file --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-file --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-file --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-file --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest 15:35:07.548 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:08.518 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext) 15:35:08.568 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:09.061 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext) 15:35:09.135 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext) 15:35:09.140 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext) 15:35:09.144 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext) 15:35:09.148 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext) 15:35:09.151 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext) 15:35:09.154 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest 15:35:09.367 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:09.534 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 15:35:09.547 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds 15:35:09.636 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:09.742 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json] 15:35:09.750 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - Either filename is null or empty start is set, won't load any tenants 15:35:09.750 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file 15:35:09.767 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json] 15:35:09.767 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file 15:35:10.037 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest 15:35:10.258 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 15:35:10.263 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - Either filename is null or empty start is set, won't load any device identities 15:35:10.263 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 15:35:10.317 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds 15:35:10.324 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:10.342 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json] 15:35:10.351 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json] 15:35:10.351 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 15:35:10.360 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 15:35:10.416 [ForkJoinPool-1-worker-3] WARN o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json] 15:35:10.416 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 15:35:10.420 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest 15:35:10.487 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:10.605 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:10.720 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:11.094 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:11.243 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:11.387 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:11.525 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:11.657 [ForkJoinPool-1-worker-1] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 15:35:11.666 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds 15:35:11.668 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds 15:35:11.690 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json] 15:35:11.691 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 15:35:11.693 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json] 15:35:11.693 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file 15:35:11.697 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:11.815 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:11.938 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:12.069 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json] 15:35:12.074 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:12.190 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:12.313 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:12.437 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - Either filename is null or empty start is set, won't load any device identities 15:35:12.437 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 15:35:12.437 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - Either filename is null or empty start is set, won't load any credentials 15:35:12.437 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file 15:35:12.445 [ForkJoinPool-1-worker-1] WARN o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json] 15:35:12.445 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 15:35:12.446 [ForkJoinPool-1-worker-1] WARN o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json] 15:35:12.446 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.402 s - in org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-file --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-file --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-file --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-file --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-file --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-file --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >--------- [INFO] Building Hono JDBC Based Device Registry 1.5.0-SNAPSHOT [43/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-jdbc --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest SLF4J: A number (31) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay 15:35:30.735 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b3cd468-cc20-4f75-af48-c0ab42821cf0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:30.735 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/595f0246-4145-494f-8c9e-c7c3c90748ff","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:30.965 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40596607 15:35:30.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@240d9904 15:35:30.965 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:30.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:30.965 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:30.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:31.062 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:31.062 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:31.065 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b3cd468-cc20-4f75-af48-c0ab42821cf0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/595f0246-4145-494f-8c9e-c7c3c90748ff","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@657131fd 15:35:31.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:31.069 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29084045 15:35:31.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:31.069 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:31.069 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:31.073 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:31.074 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:31.158 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb26689b-3f86-490f-bd27-0f3ff8660e65","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@609c9357 15:35:31.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:31.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:31.165 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:31.167 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb26689b-3f86-490f-bd27-0f3ff8660e65","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.168 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4823d85f 15:35:31.168 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:31.168 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:31.173 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:31.183 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:31.186 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb26689b-3f86-490f-bd27-0f3ff8660e65","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.187 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@279315ed 15:35:31.187 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:31.187 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e25a4d3d-9fc9-4c18-a003-1783fa596b3f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.187 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:31.188 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2aeb28ad 15:35:31.188 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:31.212 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:31.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:31.216 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:31.216 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb26689b-3f86-490f-bd27-0f3ff8660e65","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.216 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e25a4d3d-9fc9-4c18-a003-1783fa596b3f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.217 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a11d16f 15:35:31.217 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@133220b 15:35:31.217 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:31.217 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:31.217 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:31.217 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:31.222 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:31.222 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:31.223 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:31.223 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e25a4d3d-9fc9-4c18-a003-1783fa596b3f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.224 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6a24a179 15:35:31.225 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:31.225 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:31.228 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:31.229 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e25a4d3d-9fc9-4c18-a003-1783fa596b3f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:31.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6739aade 15:35:31.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:31.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:31.233 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:31.236 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:31.325 [MLog-Init-Reporter] INFO com.mchange.v2.log.MLog - MLog clients using slf4j logging. 15:35:31.558 [vert.x-worker-thread-0] INFO com.mchange.v2.c3p0.C3P0Registry - Initializing c3p0-0.9.5.4 [built 23-March-2019 23:00:48 -0700; debug? true; trace: 10] 15:35:31.750 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6762b878, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6762b878, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fb26689b-3f86-490f-bd27-0f3ff8660e65, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:31.750 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4224f1ae, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4224f1ae, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e25a4d3d-9fc9-4c18-a003-1783fa596b3f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:32.133 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|28f08848, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|28f08848, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e25a4d3d-9fc9-4c18-a003-1783fa596b3f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:32.287 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d8cbee01-2fa9-4f30-8535-f2530fcc10a7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13d63d74 15:35:32.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:32.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:32.316 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:32.316 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d8cbee01-2fa9-4f30-8535-f2530fcc10a7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.317 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f756e87 15:35:32.317 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:32.318 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:32.320 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:32.387 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a259dae2-c0e9-4de7-8856-e3fdf4e10b99","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.395 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d1ef7b57-dfbc-42b9-8a1e-e14f72562928","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.388 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51131c02 15:35:32.396 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@469dbab6 15:35:32.412 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.412 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:32.412 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.412 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:32.415 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:32.415 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d1ef7b57-dfbc-42b9-8a1e-e14f72562928","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.415 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.416 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a259dae2-c0e9-4de7-8856-e3fdf4e10b99","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.416 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6cb78eb4 15:35:32.416 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:32.416 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:32.416 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63e3258 15:35:32.417 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.417 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.418 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:32.419 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.420 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:32.420 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a259dae2-c0e9-4de7-8856-e3fdf4e10b99","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.421 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f3fd791 15:35:32.421 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.421 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.423 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.424 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a259dae2-c0e9-4de7-8856-e3fdf4e10b99","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.424 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74720c30 15:35:32.425 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.425 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.427 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.455 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|506813f4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|506813f4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a259dae2-c0e9-4de7-8856-e3fdf4e10b99, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:32.463 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb3b5e84-6ac3-4e7e-8b4b-54010fe7e03d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.512 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7b0ad0b2 15:35:32.513 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.513 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.516 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.516 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb3b5e84-6ac3-4e7e-8b4b-54010fe7e03d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.517 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a8d3b85 15:35:32.517 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.517 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.520 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.520 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:32.520 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb3b5e84-6ac3-4e7e-8b4b-54010fe7e03d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.521 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64fc3d8f 15:35:32.521 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.521 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.523 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.524 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb3b5e84-6ac3-4e7e-8b4b-54010fe7e03d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.525 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68e5afb 15:35:32.525 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.525 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.527 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.549 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4883a83e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4883a83e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a259dae2-c0e9-4de7-8856-e3fdf4e10b99, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:32.631 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|100c39d4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|100c39d4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb3b5e84-6ac3-4e7e-8b4b-54010fe7e03d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:32.740 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|a4b1221, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|a4b1221, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb3b5e84-6ac3-4e7e-8b4b-54010fe7e03d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:32.740 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|23697655, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|23697655, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a259dae2-c0e9-4de7-8856-e3fdf4e10b99, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:32.820 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|5873d43d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|5873d43d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb3b5e84-6ac3-4e7e-8b4b-54010fe7e03d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:32.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/be74f502-fe4b-41db-9d56-19dcbd60c3bf","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@145b7c23 15:35:32.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:32.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:32.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:32.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/be74f502-fe4b-41db-9d56-19dcbd60c3bf","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25c960ff 15:35:32.833 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:32.833 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:32.834 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:32.878 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d7f18f8-821e-4be4-90bf-670c4e532498","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.912 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42175a60 15:35:32.913 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.913 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.915 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.915 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d7f18f8-821e-4be4-90bf-670c4e532498","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ae89437 15:35:32.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.918 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:32.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d7f18f8-821e-4be4-90bf-670c4e532498","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51bf0895 15:35:32.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.921 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.922 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d7f18f8-821e-4be4-90bf-670c4e532498","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:32.922 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13c75b39 15:35:32.922 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:32.922 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:32.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:32.947 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|2593ee93, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|2593ee93, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d7f18f8-821e-4be4-90bf-670c4e532498, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:33.037 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|7e766b66, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|7e766b66, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2d7f18f8-821e-4be4-90bf-670c4e532498, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.314 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest 15:35:33.186 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/224dcebd-445b-4549-be5e-9c0285a55893","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.195 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7fc41cde-ff72-4376-a61f-eed6e1762930","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.196 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@482ce0be 15:35:33.196 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:33.196 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.212 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5626a6cb 15:35:33.213 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:33.213 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.215 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/224dcebd-445b-4549-be5e-9c0285a55893","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.215 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.215 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7fc41cde-ff72-4376-a61f-eed6e1762930","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.215 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76831370 15:35:33.215 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:33.216 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.216 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9ff91c0 15:35:33.216 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:33.216 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.217 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.219 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.270 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6daa638-61f5-4104-b71c-4fd9f14af310","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.271 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17a10038 15:35:33.271 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.271 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.278 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22e416c2-6a7b-4f60-bbff-0c5badce47dd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.279 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@521eb353 15:35:33.312 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.312 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.312 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6daa638-61f5-4104-b71c-4fd9f14af310","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ab50c91 15:35:33.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.315 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.315 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.315 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:33.316 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6daa638-61f5-4104-b71c-4fd9f14af310","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.316 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22e416c2-6a7b-4f60-bbff-0c5badce47dd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.324 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28def5bf 15:35:33.324 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.325 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.325 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@52586ca 15:35:33.325 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.325 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.326 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a6daa638-61f5-4104-b71c-4fd9f14af310","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.328 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28ca80cf 15:35:33.328 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.328 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.328 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.328 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:33.328 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22e416c2-6a7b-4f60-bbff-0c5badce47dd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@782367d3 15:35:33.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.330 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.330 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.332 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.332 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22e416c2-6a7b-4f60-bbff-0c5badce47dd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.334 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59cfb5bb 15:35:33.334 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.334 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.336 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.338 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:33.421 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|84fa5a0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|84fa5a0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/224dcebd-445b-4549-be5e-9c0285a55893, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:33.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/56690b5c-56de-4d2c-b033-a8a88af065a2","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43c7b66 15:35:33.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:33.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.515 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.515 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/56690b5c-56de-4d2c-b033-a8a88af065a2","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e4ee7a 15:35:33.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:33.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.553 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4c6b1c01-1ecf-4212-94cd-d91a2e853746","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.555 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@674abd0d 15:35:33.555 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.555 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.556 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.556 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4c6b1c01-1ecf-4212-94cd-d91a2e853746","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@601dea28 15:35:33.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.559 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:33.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4c6b1c01-1ecf-4212-94cd-d91a2e853746","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@461ec47 15:35:33.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.561 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.561 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4c6b1c01-1ecf-4212-94cd-d91a2e853746","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.562 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@670ae723 15:35:33.562 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.562 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.612 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.647 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|5bc9ddc9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|5bc9ddc9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/56690b5c-56de-4d2c-b033-a8a88af065a2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:33.663 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3e069bb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3e069bb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22e416c2-6a7b-4f60-bbff-0c5badce47dd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:33.748 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3fa20a3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3fa20a3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22e416c2-6a7b-4f60-bbff-0c5badce47dd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:33.762 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f44bbe70-7de1-4f38-aaea-780865490811","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e2bfe9c 15:35:33.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:33.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.764 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.764 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f44bbe70-7de1-4f38-aaea-780865490811","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e7c5039 15:35:33.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:33.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.827 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|58638803, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|58638803, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22e416c2-6a7b-4f60-bbff-0c5badce47dd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:33.853 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ad3b58f-dba6-4eee-bafb-bb3a00bae04e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.855 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a585c81 15:35:33.855 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.855 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.858 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.859 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ad3b58f-dba6-4eee-bafb-bb3a00bae04e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.860 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26430f96 15:35:33.860 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.860 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.862 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.863 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:33.863 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ad3b58f-dba6-4eee-bafb-bb3a00bae04e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55b2df3c 15:35:33.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ad3b58f-dba6-4eee-bafb-bb3a00bae04e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.867 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38405919 15:35:33.867 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:33.867 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:33.868 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:33.945 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|40fbe74f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|40fbe74f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f44bbe70-7de1-4f38-aaea-780865490811, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:33.961 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/695b1e3f-8a37-46cc-bc83-cd022140bcda","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.962 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40866aa8 15:35:33.963 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:33.963 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:33.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/695b1e3f-8a37-46cc-bc83-cd022140bcda","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:33.966 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@dc54fc4 15:35:33.966 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:33.966 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:33.967 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:34.035 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3e5f95b3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3e5f95b3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f44bbe70-7de1-4f38-aaea-780865490811, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:34.053 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b282849-968f-445b-961f-f645abb84745","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.054 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4b85331 15:35:34.054 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.054 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.056 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.056 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b282849-968f-445b-961f-f645abb84745","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.056 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@380eee7e 15:35:34.057 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.057 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.058 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.058 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:34.058 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b282849-968f-445b-961f-f645abb84745","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.059 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30424c6d 15:35:34.059 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.059 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b282849-968f-445b-961f-f645abb84745","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f88fa3d 15:35:34.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.062 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.063 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:34.187 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/245d017a-59b1-47a4-a949-0d22cfcdd744","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.188 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@345ac51a 15:35:34.188 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:34.188 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:34.213 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:34.213 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/245d017a-59b1-47a4-a949-0d22cfcdd744","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@253aa4b1 15:35:34.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:34.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:34.215 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:34.253 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/921bd30a-b364-417e-984a-f3f8737cb8f5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.254 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63cee5d7 15:35:34.254 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.255 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.256 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.256 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/921bd30a-b364-417e-984a-f3f8737cb8f5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ca18273 15:35:34.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.258 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.258 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:34.258 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/921bd30a-b364-417e-984a-f3f8737cb8f5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.259 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2daaeb01 15:35:34.259 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.259 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.260 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.260 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/921bd30a-b364-417e-984a-f3f8737cb8f5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4b570a5c 15:35:34.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.262 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.330 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|7a35f388, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|7a35f388, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/245d017a-59b1-47a4-a949-0d22cfcdd744, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:34.353 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6f43772d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6f43772d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b282849-968f-445b-961f-f645abb84745, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:34.414 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4a4e2df4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4a4e2df4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/245d017a-59b1-47a4-a949-0d22cfcdd744, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:34.437 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|abc4ee4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|abc4ee4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b282849-968f-445b-961f-f645abb84745, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:34.462 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fc374d36-7949-439f-a32b-7d6121b6ee12","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.462 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@23ec4caf 15:35:34.463 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:34.463 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:34.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:34.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fc374d36-7949-439f-a32b-7d6121b6ee12","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30cbe3c9 15:35:34.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:34.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:34.515 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:34.553 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8050eb6-1acb-4352-a54e-ba155ab22beb","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.554 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c414af2 15:35:34.554 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.554 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.556 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.556 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8050eb6-1acb-4352-a54e-ba155ab22beb","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.556 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70814abb 15:35:34.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.558 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:34.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8050eb6-1acb-4352-a54e-ba155ab22beb","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@12efdb9f 15:35:34.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.613 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.614 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f8050eb6-1acb-4352-a54e-ba155ab22beb","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:34.616 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36be2334 15:35:34.616 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:34.616 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:34.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:34.657 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|70a961aa, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|70a961aa, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fc374d36-7949-439f-a32b-7d6121b6ee12, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:34.948 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|5500bc94, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|5500bc94, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4b282849-968f-445b-961f-f645abb84745, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:35.226 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/629dec64-2c3f-4301-8546-f9e15c3b1058","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.228 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7917f14 15:35:35.228 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:35.228 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:35.230 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:35.230 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/629dec64-2c3f-4301-8546-f9e15c3b1058","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.230 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@645dae2d 15:35:35.230 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:35.231 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:35.232 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:35.262 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/289a725f-1ac1-4857-8023-de18a55cbba9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.263 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3c46074f 15:35:35.264 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:35.264 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:35.265 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:35.265 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/289a725f-1ac1-4857-8023-de18a55cbba9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.266 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@529f80c0 15:35:35.266 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:35.266 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:35.267 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:35.310 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fbe96c34-25cf-41de-b9a9-99afe7b6498f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.311 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71fae3e5 15:35:35.312 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:35.312 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:35.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:35.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fbe96c34-25cf-41de-b9a9-99afe7b6498f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.314 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@298d8c73 15:35:35.314 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:35.314 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:35.315 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:35.316 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:35.316 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fbe96c34-25cf-41de-b9a9-99afe7b6498f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.317 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@23aa8eb5 15:35:35.317 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:35.317 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:35.318 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:35.318 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fbe96c34-25cf-41de-b9a9-99afe7b6498f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.319 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b3e12b9 15:35:35.319 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:35.319 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:35.320 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:35.341 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|12e54206, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|12e54206, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/629dec64-2c3f-4301-8546-f9e15c3b1058, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.217 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest 15:35:35.470 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095e6c0d-5aa6-40d4-ada7-877dd25f519a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.471 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ddf6c17 15:35:35.471 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:35.471 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:35.472 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:35.473 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095e6c0d-5aa6-40d4-ada7-877dd25f519a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.473 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@459794d9 15:35:35.473 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:35.473 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:35.475 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:35.476 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:35.476 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095e6c0d-5aa6-40d4-ada7-877dd25f519a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.476 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70f95ca5 15:35:35.477 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:35.477 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:35.478 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:35.479 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095e6c0d-5aa6-40d4-ada7-877dd25f519a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.479 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d5cf2d7 15:35:35.479 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:35.480 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:35.481 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:35.482 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:35.623 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|75770889, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|75770889, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095e6c0d-5aa6-40d4-ada7-877dd25f519a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:35.660 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4915f865, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4915f865, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095e6c0d-5aa6-40d4-ada7-877dd25f519a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:35.682 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4c71acc2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4c71acc2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095e6c0d-5aa6-40d4-ada7-877dd25f519a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:35.730 [vert.x-eventloop-thread-0] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:35.762 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b00503c-fc21-4e32-99c6-4c8a5886c59f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1956055b 15:35:35.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:35.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:35.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:35.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b00503c-fc21-4e32-99c6-4c8a5886c59f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:35.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@187ad277 15:35:35.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:35.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:35.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:36.679 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ef56014-60a5-4e38-b084-cac6adf906f9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:36.680 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71ef5798 15:35:36.680 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:36.680 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:36.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:36.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ef56014-60a5-4e38-b084-cac6adf906f9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:36.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@387bca34 15:35:36.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:36.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:36.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:36.684 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:36.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ef56014-60a5-4e38-b084-cac6adf906f9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:36.685 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@497cb42b 15:35:36.685 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:36.685 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:36.686 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:36.686 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ef56014-60a5-4e38-b084-cac6adf906f9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:36.687 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34a63bc1 15:35:36.687 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:36.687 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:36.688 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:36.707 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4247d567, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4247d567, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2b00503c-fc21-4e32-99c6-4c8a5886c59f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:36.731 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4bf0f146, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4bf0f146, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ef56014-60a5-4e38-b084-cac6adf906f9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:36.764 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6f400ea6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6f400ea6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6ef56014-60a5-4e38-b084-cac6adf906f9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:36.780 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6058e6e6-adcd-4d8f-84b0-20d0f846d395","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:36.781 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@187f6827 15:35:36.781 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:36.781 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:36.813 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:36.813 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6058e6e6-adcd-4d8f-84b0-20d0f846d395","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:36.814 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d9fbe86 15:35:36.814 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:36.814 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:36.816 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:37.437 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76787d55-8bd3-41b7-a704-c818002e85f3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.438 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6bf0136f 15:35:37.438 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:37.438 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:37.439 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:37.439 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76787d55-8bd3-41b7-a704-c818002e85f3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.440 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74c471dd 15:35:37.440 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:37.440 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:37.440 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:37.441 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:37.441 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76787d55-8bd3-41b7-a704-c818002e85f3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.441 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6a0c15c5 15:35:37.441 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:37.441 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:37.442 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:37.442 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76787d55-8bd3-41b7-a704-c818002e85f3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.443 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a9be25c 15:35:37.443 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:37.443 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:37.444 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:37.444 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:37.560 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:37.562 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1584028d-8708-4da6-bd27-039add759c63","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.563 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6735c9f6 15:35:37.563 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:37.563 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:37.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:37.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1584028d-8708-4da6-bd27-039add759c63","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ea020a4 15:35:37.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:37.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:37.565 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:37.581 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|527b60d4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|527b60d4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76787d55-8bd3-41b7-a704-c818002e85f3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:37.638 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4c5e3eda, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4c5e3eda, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/76787d55-8bd3-41b7-a704-c818002e85f3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:37.912 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fec9d72-618d-43b6-be74-7a2623c8da15","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.913 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3c38e7d3 15:35:37.913 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:37.913 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:37.914 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:37.914 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fec9d72-618d-43b6-be74-7a2623c8da15","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.914 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54e6ee74 15:35:37.915 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:37.915 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:37.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:37.916 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:37.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fec9d72-618d-43b6-be74-7a2623c8da15","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@774ed922 15:35:37.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:37.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:37.917 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:37.917 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fec9d72-618d-43b6-be74-7a2623c8da15","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:37.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42f41ef5 15:35:37.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:37.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:37.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:37.936 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|1792e004, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|1792e004, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1584028d-8708-4da6-bd27-039add759c63, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:37.967 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|51fbfd4d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|51fbfd4d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fec9d72-618d-43b6-be74-7a2623c8da15, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:37.967 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|7e203871, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|7e203871, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2fec9d72-618d-43b6-be74-7a2623c8da15, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.675 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 15:35:38.070 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8d6ded6b-0091-49ce-9a3d-22b357e3b4e7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.113 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13ac4127 15:35:38.113 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:38.113 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:38.115 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:38.115 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8d6ded6b-0091-49ce-9a3d-22b357e3b4e7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.115 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28046c14 15:35:38.115 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:38.115 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:38.116 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:38.212 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a7aa326b-5e39-4293-93ac-6f32f0307714","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.212 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1806be12 15:35:38.213 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:38.213 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:38.213 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:38.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a7aa326b-5e39-4293-93ac-6f32f0307714","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@12e4160a 15:35:38.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:38.214 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:38.215 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:38.378 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cca8ddf5-73d1-4f0a-9ce3-9068fa916603","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.379 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e882bd0 15:35:38.379 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.379 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cca8ddf5-73d1-4f0a-9ce3-9068fa916603","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@961425c 15:35:38.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.382 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.382 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:38.383 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cca8ddf5-73d1-4f0a-9ce3-9068fa916603","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.383 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7231ccb4 15:35:38.383 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.383 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.384 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.384 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cca8ddf5-73d1-4f0a-9ce3-9068fa916603","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.384 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e73a508 15:35:38.384 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.385 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.385 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.402 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|20d289d1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|20d289d1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cca8ddf5-73d1-4f0a-9ce3-9068fa916603, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:38.424 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|24862734, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|24862734, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cca8ddf5-73d1-4f0a-9ce3-9068fa916603, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:38.587 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1e44b1b0-81ca-45cb-9b97-fe285a48546e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61e8fc98 15:35:38.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1e44b1b0-81ca-45cb-9b97-fe285a48546e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5409f55f 15:35:38.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.590 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.591 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:38.591 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1e44b1b0-81ca-45cb-9b97-fe285a48546e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.591 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21204086 15:35:38.591 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.591 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.592 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.592 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1e44b1b0-81ca-45cb-9b97-fe285a48546e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@506e52bb 15:35:38.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.614 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|f94bb0d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|f94bb0d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a7aa326b-5e39-4293-93ac-6f32f0307714, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:38.712 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5e7664cb-8992-48dd-a7ce-1126be8736c0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1180f2da 15:35:38.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:38.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:38.715 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:38.715 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5e7664cb-8992-48dd-a7ce-1126be8736c0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.715 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a59197c 15:35:38.715 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:38.715 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:38.716 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:38.853 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6778285-b142-409e-8a93-342a7162b39e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.855 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72f6d948 15:35:38.855 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:38.855 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:38.856 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:38.856 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6778285-b142-409e-8a93-342a7162b39e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.857 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@769432aa 15:35:38.857 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:38.857 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:38.858 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:38.939 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb4d16b5-ce3a-45d1-8e2e-3fe57326ad83","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.940 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1015087 15:35:38.940 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.940 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb4d16b5-ce3a-45d1-8e2e-3fe57326ad83","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@33627a33 15:35:38.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.942 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.942 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.943 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:38.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb4d16b5-ce3a-45d1-8e2e-3fe57326ad83","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1fc3d2c8 15:35:38.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb4d16b5-ce3a-45d1-8e2e-3fe57326ad83","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:38.945 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@217aeaf5 15:35:38.945 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:38.945 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:38.946 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:38.967 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|138db88, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|138db88, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb4d16b5-ce3a-45d1-8e2e-3fe57326ad83, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:39.061 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a20f379f-c2b0-46bc-9552-2fead15e7f31","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.063 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4cc67ed8 15:35:39.063 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:39.063 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:39.065 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:39.065 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a20f379f-c2b0-46bc-9552-2fead15e7f31","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.066 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72b1c804 15:35:39.066 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:39.066 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:39.067 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:39.068 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:39.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a20f379f-c2b0-46bc-9552-2fead15e7f31","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@66ab69fa 15:35:39.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:39.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:39.070 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:39.070 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a20f379f-c2b0-46bc-9552-2fead15e7f31","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.071 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3759bd1b 15:35:39.071 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:39.071 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:39.073 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:39.128 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|10c4e118, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|10c4e118, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6778285-b142-409e-8a93-342a7162b39e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:39.152 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|2ec983ef, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|2ec983ef, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6778285-b142-409e-8a93-342a7162b39e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:39.415 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|2512a369, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|2512a369, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb4d16b5-ce3a-45d1-8e2e-3fe57326ad83, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:39.454 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|292b2dba, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|292b2dba, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cb4d16b5-ce3a-45d1-8e2e-3fe57326ad83, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:39.753 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/673cebe1-2ca2-4f52-983c-897b26d3fa2c","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.754 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d0cc226 15:35:39.755 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:39.755 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:39.756 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:39.756 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/673cebe1-2ca2-4f52-983c-897b26d3fa2c","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.757 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@384e0362 15:35:39.757 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:39.757 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:39.758 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:39.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f82999e-e556-49df-b42b-110844cb4263","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@334092f8 15:35:39.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:39.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:39.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:39.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f82999e-e556-49df-b42b-110844cb4263","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4868197 15:35:39.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:39.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:39.834 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:39.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ccf7fb4c-f78a-49d7-a43d-eff4790a10ac","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.954 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41b2aecd 15:35:39.954 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:39.954 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:39.955 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:39.955 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ccf7fb4c-f78a-49d7-a43d-eff4790a10ac","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.956 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e23f7b7 15:35:39.956 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:39.956 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:39.957 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:39.957 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:39.957 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ccf7fb4c-f78a-49d7-a43d-eff4790a10ac","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.958 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@416e10d5 15:35:39.958 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:39.958 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:39.958 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:39.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ccf7fb4c-f78a-49d7-a43d-eff4790a10ac","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:39.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@fa0d881 15:35:39.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:39.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:39.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:39.976 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|2006c0de, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|2006c0de, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/673cebe1-2ca2-4f52-983c-897b26d3fa2c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.087 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b4ac50d6-5cb4-4232-8521-d88d5fe72e7a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.087 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41dc1b58 15:35:40.087 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.088 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.089 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.089 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b4ac50d6-5cb4-4232-8521-d88d5fe72e7a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.089 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@677c2a37 15:35:40.089 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.089 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.090 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.091 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:40.091 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b4ac50d6-5cb4-4232-8521-d88d5fe72e7a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.091 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c64a4b6 15:35:40.091 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.091 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b4ac50d6-5cb4-4232-8521-d88d5fe72e7a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@209a554a 15:35:40.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.094 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.094 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:40.230 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|47113acd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|47113acd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b4ac50d6-5cb4-4232-8521-d88d5fe72e7a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.252 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|464f642c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|464f642c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b4ac50d6-5cb4-4232-8521-d88d5fe72e7a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.271 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|60532f07, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|60532f07, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b4ac50d6-5cb4-4232-8521-d88d5fe72e7a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.288 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19cf35ad-30a4-4e7f-a9b3-6b477ce62769","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.289 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76914283 15:35:40.289 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:40.289 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:40.290 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:40.290 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19cf35ad-30a4-4e7f-a9b3-6b477ce62769","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.290 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@69b05f1a 15:35:40.290 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:40.290 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:40.291 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:40.366 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22b64df9-f129-4fcc-b181-476015c22700","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.366 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a18102d 15:35:40.366 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.366 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.367 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.367 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22b64df9-f129-4fcc-b181-476015c22700","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.368 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c60fbe4 15:35:40.368 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.368 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.369 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.369 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:40.369 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22b64df9-f129-4fcc-b181-476015c22700","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.370 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@93100fe 15:35:40.370 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.370 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.370 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2495bbf-e053-47ce-8d79-180b77e12a17","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.370 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.371 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/22b64df9-f129-4fcc-b181-476015c22700","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.371 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b38257f 15:35:40.371 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.371 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.372 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.412 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73180523 15:35:40.412 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:40.412 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:40.413 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:40.413 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2495bbf-e053-47ce-8d79-180b77e12a17","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.414 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@8f17d37 15:35:40.414 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:40.414 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:40.414 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:40.429 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|14cd85cb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|14cd85cb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19cf35ad-30a4-4e7f-a9b3-6b477ce62769, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.453 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f15e2da-6769-49b6-8463-e7564d9feab5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.454 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a39547b 15:35:40.454 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.454 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.455 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.455 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f15e2da-6769-49b6-8463-e7564d9feab5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.455 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63688a03 15:35:40.455 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.455 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.456 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.457 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:40.457 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f15e2da-6769-49b6-8463-e7564d9feab5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.457 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ce409f8 15:35:40.457 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.457 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f15e2da-6769-49b6-8463-e7564d9feab5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3fddf490 15:35:40.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.459 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.460 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:40.478 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d734a615-ce58-4520-bef2-b47f08342609","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.479 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ab7674f 15:35:40.479 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:40.479 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:40.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:40.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d734a615-ce58-4520-bef2-b47f08342609","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@53e793bd 15:35:40.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:40.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:40.515 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:40.554 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b86f0d8e-df7b-4e3e-8136-710b3853823d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.555 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@190bd30d 15:35:40.555 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.555 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.556 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.556 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b86f0d8e-df7b-4e3e-8136-710b3853823d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6fa37126 15:35:40.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.557 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.558 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:40.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b86f0d8e-df7b-4e3e-8136-710b3853823d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46942d3 15:35:40.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b86f0d8e-df7b-4e3e-8136-710b3853823d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d0a851d 15:35:40.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.630 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|7ffd0a17, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|7ffd0a17, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d734a615-ce58-4520-bef2-b47f08342609, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.753 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/be0bbb33-bd45-4d5a-bb51-7e26149c4d6a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.754 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24bdc0ba 15:35:40.754 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:40.754 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:40.755 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:40.755 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/be0bbb33-bd45-4d5a-bb51-7e26149c4d6a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.756 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e990a81 15:35:40.756 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:40.756 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:40.757 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:40.834 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|954858f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|954858f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f15e2da-6769-49b6-8463-e7564d9feab5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.855 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/553b19bf-1d62-47eb-a09e-b16aab754975","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.856 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@276192a3 15:35:40.856 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.856 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.858 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.858 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/553b19bf-1d62-47eb-a09e-b16aab754975","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.859 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28282bde 15:35:40.859 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.859 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.861 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.861 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:40.861 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/553b19bf-1d62-47eb-a09e-b16aab754975","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.862 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|7b7e6440, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|7b7e6440, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f15e2da-6769-49b6-8463-e7564d9feab5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.862 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38229662 15:35:40.862 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.862 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.863 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.863 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/553b19bf-1d62-47eb-a09e-b16aab754975","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:40.863 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1475cb5a 15:35:40.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:40.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:40.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:40.937 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|64cbcd08, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|64cbcd08, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0f15e2da-6769-49b6-8463-e7564d9feab5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:40.939 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|73fd52cc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|73fd52cc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/be0bbb33-bd45-4d5a-bb51-7e26149c4d6a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:41.070 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b3adf1f-00e7-4cfe-8866-fda30f56d44d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.070 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f092ac2-20b3-4a61-b94a-c0cafa2e0b39","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.071 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c2571f1 15:35:41.071 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2403a501 15:35:41.071 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:41.071 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:41.071 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.071 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.073 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.073 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b3adf1f-00e7-4cfe-8866-fda30f56d44d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1f092ac2-20b3-4a61-b94a-c0cafa2e0b39","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.112 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ada02c3 15:35:41.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2dfe75ee 15:35:41.112 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:41.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:41.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.112 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.113 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.113 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52495795-ac77-4c31-a51c-fedde2a35808","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.154 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@740c54c3 15:35:41.154 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.154 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.155 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.155 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52495795-ac77-4c31-a51c-fedde2a35808","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.156 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f88a8e 15:35:41.156 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.156 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.157 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:41.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52495795-ac77-4c31-a51c-fedde2a35808","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@148543bc 15:35:41.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.158 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.158 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/52495795-ac77-4c31-a51c-fedde2a35808","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4cd3281a 15:35:41.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.161 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a92ad2b-5cc8-4a27-8259-66a56d616421","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.162 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c37354 15:35:41.162 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.162 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.163 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.163 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a92ad2b-5cc8-4a27-8259-66a56d616421","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.163 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7afa038f 15:35:41.163 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.163 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.164 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.164 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:41.164 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a92ad2b-5cc8-4a27-8259-66a56d616421","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.165 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6bf795e1 15:35:41.165 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.165 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a92ad2b-5cc8-4a27-8259-66a56d616421","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43a4b0d6 15:35:41.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.168 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.168 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:41.218 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3c0015b5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3c0015b5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b3adf1f-00e7-4cfe-8866-fda30f56d44d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:41.270 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9c36c516-269b-43eb-b398-4e7c2c311702","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.271 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@50e4b6b8 15:35:41.312 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:41.312 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9c36c516-269b-43eb-b398-4e7c2c311702","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a6d2ff 15:35:41.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:41.313 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.314 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.362 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/298e7e85-6d1b-4634-9b90-2696bfd48b75","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.363 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@673f780 15:35:41.363 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.363 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.364 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.365 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/298e7e85-6d1b-4634-9b90-2696bfd48b75","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.365 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e48629a 15:35:41.365 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.365 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.366 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.413 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:41.413 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/298e7e85-6d1b-4634-9b90-2696bfd48b75","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.414 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7bb7ee35 15:35:41.414 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.414 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.414 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.415 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/298e7e85-6d1b-4634-9b90-2696bfd48b75","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.415 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7271f26f 15:35:41.415 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.415 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.416 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.436 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3502ee93, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3502ee93, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9c36c516-269b-43eb-b398-4e7c2c311702, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:41.521 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|62b1ccb2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|62b1ccb2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a92ad2b-5cc8-4a27-8259-66a56d616421, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:41.545 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/13ea028d-f18f-4aff-a19b-197f7745bfbf","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.546 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ecdc05b 15:35:41.546 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:41.546 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.547 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.547 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/13ea028d-f18f-4aff-a19b-197f7745bfbf","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.548 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@590ca6e6 15:35:41.548 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:41.548 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.548 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.548 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|340b6985, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|340b6985, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a92ad2b-5cc8-4a27-8259-66a56d616421, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:41.630 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/137fe5bc-b9ea-4874-aaaa-68dcb0d6d067","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.631 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ddae928 15:35:41.631 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.631 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.633 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.633 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/137fe5bc-b9ea-4874-aaaa-68dcb0d6d067","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.634 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11224a45 15:35:41.634 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.634 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.635 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.636 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:41.636 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/137fe5bc-b9ea-4874-aaaa-68dcb0d6d067","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.636 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|53193f3e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|53193f3e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a92ad2b-5cc8-4a27-8259-66a56d616421, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:41.637 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@33df6cca 15:35:41.637 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.637 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.638 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.638 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/137fe5bc-b9ea-4874-aaaa-68dcb0d6d067","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.638 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41a1b7ef 15:35:41.638 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:41.638 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:41.639 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:41.722 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6cd30936, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6cd30936, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/13ea028d-f18f-4aff-a19b-197f7745bfbf, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:41.812 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fae36769-56ba-4d85-988c-474a89f71cd5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.813 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6ce25e37 15:35:41.814 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:41.814 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.814 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:41.815 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/fae36769-56ba-4d85-988c-474a89f71cd5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:41.815 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76ea5948 15:35:41.815 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:41.815 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:41.816 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:42.000 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/24ab9b29-55d5-4825-8431-280da8efe827","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.001 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@817f181 15:35:42.001 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:42.001 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:42.002 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:42.002 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/24ab9b29-55d5-4825-8431-280da8efe827","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.003 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7af75aee 15:35:42.003 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:42.003 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:42.004 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:42.821 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/39972efe-513c-4830-b1b7-7f9ecaa439a9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.821 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/782c781f-aedf-492e-803e-e424e0135bfd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.822 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11f66359 15:35:42.822 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@60ce3227 15:35:42.822 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:42.822 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:42.822 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:42.822 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:42.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:42.823 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:42.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/39972efe-513c-4830-b1b7-7f9ecaa439a9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.823 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/782c781f-aedf-492e-803e-e424e0135bfd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@567c8a6 15:35:42.824 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@27823415 15:35:42.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:42.824 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:42.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:42.824 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:42.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:42.825 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:42.825 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:42.825 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:42.825 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/782c781f-aedf-492e-803e-e424e0135bfd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/39972efe-513c-4830-b1b7-7f9ecaa439a9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.826 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@39ea1472 15:35:42.826 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:42.826 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:42.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4fc720fb 15:35:42.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:42.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:42.827 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:42.827 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:42.827 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/782c781f-aedf-492e-803e-e424e0135bfd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.827 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/39972efe-513c-4830-b1b7-7f9ecaa439a9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:42.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25340f01 15:35:42.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:42.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@19dd4811 15:35:42.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:42.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:42.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:42.829 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:42.829 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:42.829 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:42.849 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|49b1aa9b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|49b1aa9b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/24ab9b29-55d5-4825-8431-280da8efe827, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:43.023 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|55875fd1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|55875fd1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/782c781f-aedf-492e-803e-e424e0135bfd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:43.049 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6f312f71, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6f312f71, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/782c781f-aedf-492e-803e-e424e0135bfd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:43.074 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|39d5c312, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|39d5c312, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/782c781f-aedf-492e-803e-e424e0135bfd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:44.438 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f2f2c6a2-36ce-4c83-8da3-aeecde9419c2","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.438 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4fbbdf5f-ebd0-44f2-8b36-6b3527909655","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.439 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7fd9a222 15:35:44.439 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45cacef7 15:35:44.439 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:44.439 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:44.439 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.439 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.440 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.440 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.440 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f2f2c6a2-36ce-4c83-8da3-aeecde9419c2","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.440 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4fbbdf5f-ebd0-44f2-8b36-6b3527909655","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.441 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b2d07fd 15:35:44.441 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7b2937d 15:35:44.441 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:44.441 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:44.441 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.441 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.442 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.442 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.505 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cc7b08e8-b24f-4a1f-a717-f27208e346d1","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.505 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1df13e6-8337-4efb-8946-ada6a337b605","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.506 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@79d4f9af 15:35:44.506 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3f3fb29e 15:35:44.506 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.506 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.506 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.506 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.507 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.507 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.507 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cc7b08e8-b24f-4a1f-a717-f27208e346d1","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.507 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1df13e6-8337-4efb-8946-ada6a337b605","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.508 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6fca51e9 15:35:44.508 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2382cbc8 15:35:44.508 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.508 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.508 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.508 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.509 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.509 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.509 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:44.509 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:44.509 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1df13e6-8337-4efb-8946-ada6a337b605","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.509 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cc7b08e8-b24f-4a1f-a717-f27208e346d1","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.510 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43f3176f 15:35:44.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f88bf6 15:35:44.510 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.510 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.511 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.511 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1df13e6-8337-4efb-8946-ada6a337b605","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cc7b08e8-b24f-4a1f-a717-f27208e346d1","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3704b677 15:35:44.512 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70c6e9f6 15:35:44.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.512 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.512 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.513 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.543 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|58bc43ce, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|58bc43ce, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1df13e6-8337-4efb-8946-ada6a337b605, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:44.543 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3f2b983c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3f2b983c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4fbbdf5f-ebd0-44f2-8b36-6b3527909655, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:44.626 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|5015be7c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|5015be7c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1df13e6-8337-4efb-8946-ada6a337b605, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:44.626 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|19940743, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|19940743, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4fbbdf5f-ebd0-44f2-8b36-6b3527909655, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:44.650 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|68df0f94, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|68df0f94, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a1df13e6-8337-4efb-8946-ada6a337b605, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.626 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 15:35:44.671 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5c119e3e-5a1a-411e-9fbe-3185bc902524","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ff4dcff 15:35:44.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:44.712 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.713 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.714 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5c119e3e-5a1a-411e-9fbe-3185bc902524","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.714 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f99618e 15:35:44.714 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:44.714 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.715 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.755 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a9578d4-bdfc-4c03-8972-508e2c04daae","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.756 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f1b4b30 15:35:44.756 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:44.756 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.757 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.757 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0a9578d4-bdfc-4c03-8972-508e2c04daae","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.757 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30dcff6a 15:35:44.757 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:44.757 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.758 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f57ab242-3bf1-4da6-b752-729ecab2165f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34194bc3 15:35:44.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f57ab242-3bf1-4da6-b752-729ecab2165f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ef88812 15:35:44.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.768 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.768 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:44.768 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f57ab242-3bf1-4da6-b752-729ecab2165f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d89034a 15:35:44.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.770 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.771 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f57ab242-3bf1-4da6-b752-729ecab2165f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.771 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f9706f2 15:35:44.771 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.771 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.813 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.830 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d79348d3-9903-489e-9d38-b0dc0ade90c7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@573c31e8 15:35:44.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d79348d3-9903-489e-9d38-b0dc0ade90c7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.833 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|40a5070f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|40a5070f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/5c119e3e-5a1a-411e-9fbe-3185bc902524, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:44.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13d9c0eb 15:35:44.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.833 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.835 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.835 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:44.835 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d79348d3-9903-489e-9d38-b0dc0ade90c7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.835 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30ae130e 15:35:44.836 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.836 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.837 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.837 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d79348d3-9903-489e-9d38-b0dc0ade90c7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.840 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@432bd340 15:35:44.840 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:44.840 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:44.841 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:44.919 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3fe6be7e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3fe6be7e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d79348d3-9903-489e-9d38-b0dc0ade90c7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:44.938 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2f0680be-1ca1-4241-af8f-5e7fa0ff41a8","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.939 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5318be5e 15:35:44.939 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:44.939 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.939 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.940 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2f0680be-1ca1-4241-af8f-5e7fa0ff41a8","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.940 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3230d533 15:35:44.940 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:44.940 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.941 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.971 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f58cd7fe-1a80-4c8d-848c-97152efb2c7b","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.973 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f63cf10 15:35:44.973 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:44.973 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.974 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:44.974 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f58cd7fe-1a80-4c8d-848c-97152efb2c7b","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:44.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6956ffe2 15:35:44.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:44.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:44.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:45.013 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0402c3-873e-47b7-a82f-d39a061d875f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:45.013 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25700ef0 15:35:45.013 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:45.013 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:45.014 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:45.014 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0402c3-873e-47b7-a82f-d39a061d875f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:45.015 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@454c864f 15:35:45.015 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:45.015 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:45.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:45.016 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:45.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0402c3-873e-47b7-a82f-d39a061d875f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:45.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57aefe00 15:35:45.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:45.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:45.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:45.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a0402c3-873e-47b7-a82f-d39a061d875f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:45.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7703893d 15:35:45.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:45.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:45.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:45.035 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6c2615af, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6c2615af, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2f0680be-1ca1-4241-af8f-5e7fa0ff41a8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:45.056 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3336fde9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3336fde9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2f0680be-1ca1-4241-af8f-5e7fa0ff41a8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:45.913 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cdc8de67-fe78-44f0-9a55-789343cba2ca","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:45.914 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e1f442 15:35:45.914 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:45.914 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:45.915 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:45.915 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cdc8de67-fe78-44f0-9a55-789343cba2ca","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:45.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55264592 15:35:45.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:45.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:45.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:46.118 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6e9642df-d089-4e79-963f-bb8a28d57d37","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:46.119 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67ee9e0b 15:35:46.119 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:46.119 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:46.120 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:46.120 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6e9642df-d089-4e79-963f-bb8a28d57d37","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:46.121 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44c1a00c 15:35:46.121 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:46.121 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:46.121 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:46.122 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:46.122 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6e9642df-d089-4e79-963f-bb8a28d57d37","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:46.122 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@158fed9b 15:35:46.122 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:46.122 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:46.123 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:46.123 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6e9642df-d089-4e79-963f-bb8a28d57d37","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:46.123 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22d86e13 15:35:46.123 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:46.123 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:46.124 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:46.144 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|264d50cb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|264d50cb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/6e9642df-d089-4e79-963f-bb8a28d57d37, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:47.111 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e4efb62-6f2e-4b15-97c5-b58bcceb1db1","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@854a96f 15:35:47.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:47.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:47.113 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:47.113 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e4efb62-6f2e-4b15-97c5-b58bcceb1db1","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.113 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@755edc30 15:35:47.113 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:47.113 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:47.114 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:47.114 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:47.114 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e4efb62-6f2e-4b15-97c5-b58bcceb1db1","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.115 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@65b7bfb8 15:35:47.115 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:47.115 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:47.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:47.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/4e4efb62-6f2e-4b15-97c5-b58bcceb1db1","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38c2b0f4 15:35:47.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:47.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:47.117 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:47.132 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|203e54ca, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|203e54ca, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/cdc8de67-fe78-44f0-9a55-789343cba2ca, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:47.198 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ec97810-6527-4a49-bd08-d2998f78cbcd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.198 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@312ede3c 15:35:47.198 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:47.198 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:47.212 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:47.213 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ec97810-6527-4a49-bd08-d2998f78cbcd","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.213 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a7e5cda 15:35:47.213 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:47.213 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:47.214 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:47.951 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2f77468-619c-422f-a657-768db0f1a6d0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.951 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f8bbe07-6e38-47f1-b7bd-4349bd4221c5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.952 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@32ad7c0e 15:35:47.952 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:47.952 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:47.952 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2660c64 15:35:47.952 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:47.952 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:47.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:47.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2f77468-619c-422f-a657-768db0f1a6d0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.953 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:47.953 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f8bbe07-6e38-47f1-b7bd-4349bd4221c5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68fc12ef 15:35:47.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:47.953 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:47.953 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@794cde3b 15:35:47.954 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:47.954 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:47.954 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:47.954 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:47.955 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:47.955 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f8bbe07-6e38-47f1-b7bd-4349bd4221c5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.955 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62fd3883 15:35:47.955 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:47.955 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:47.956 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:47.956 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f8bbe07-6e38-47f1-b7bd-4349bd4221c5","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:47.956 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@615ec5de 15:35:47.956 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:47.956 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:47.957 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:47.973 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|7aa33039, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|7aa33039, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7f8bbe07-6e38-47f1-b7bd-4349bd4221c5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:48.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a14398e-2acd-4b5a-8f8c-fa882a1767ab","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e2ae9f8 15:35:48.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a14398e-2acd-4b5a-8f8c-fa882a1767ab","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.162 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74c13bbd 15:35:48.162 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.162 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.163 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.163 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:48.163 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a14398e-2acd-4b5a-8f8c-fa882a1767ab","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.164 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@65a06257 15:35:48.164 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.164 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.164 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.164 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1a14398e-2acd-4b5a-8f8c-fa882a1767ab","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.165 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41b5e9d1 15:35:48.165 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.165 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.165 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.182 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|1cd783a5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|1cd783a5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2f77468-619c-422f-a657-768db0f1a6d0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:48.220 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c1592b76-5486-4e7b-a505-adb37477fb2f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.221 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d9ea501 15:35:48.221 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:48.221 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.222 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.222 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c1592b76-5486-4e7b-a505-adb37477fb2f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.222 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a60fc3e 15:35:48.222 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:48.222 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.223 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/31cfd780-e8a1-44cb-9dcd-938506d5bce7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.276 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51072c62 15:35:48.276 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:48.276 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/31cfd780-e8a1-44cb-9dcd-938506d5bce7","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3878fd75 15:35:48.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:48.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.368 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43934e6c-58ed-4bea-bf22-175403723bf3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.369 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46a6546b 15:35:48.369 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.369 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.370 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.371 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43934e6c-58ed-4bea-bf22-175403723bf3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.371 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18326b2d 15:35:48.371 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.371 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.372 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.372 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:48.372 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43934e6c-58ed-4bea-bf22-175403723bf3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.372 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a7faddc 15:35:48.372 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.372 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.373 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.373 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43934e6c-58ed-4bea-bf22-175403723bf3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.374 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f47693f 15:35:48.374 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.374 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.374 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.390 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|1fe4a2c7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|1fe4a2c7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43934e6c-58ed-4bea-bf22-175403723bf3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:48.416 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|28a63ca, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|28a63ca, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/43934e6c-58ed-4bea-bf22-175403723bf3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:48.453 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2f58df9-7a2f-44fd-9a19-f3506646dd82","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.454 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ab515c7 15:35:48.454 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.454 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.455 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.455 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2f58df9-7a2f-44fd-9a19-f3506646dd82","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.455 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2eb5563e 15:35:48.455 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.455 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.456 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.456 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:48.456 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2f58df9-7a2f-44fd-9a19-f3506646dd82","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.457 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@605eafc0 15:35:48.457 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.457 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/d2f58df9-7a2f-44fd-9a19-f3506646dd82","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30dffb1c 15:35:48.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.475 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6acd9f40, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6acd9f40, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/31cfd780-e8a1-44cb-9dcd-938506d5bce7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:48.512 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8bc3958d-4be7-4f62-bd3b-3b9fd4f6829e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.513 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d361dab 15:35:48.513 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:48.513 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.514 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.514 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8bc3958d-4be7-4f62-bd3b-3b9fd4f6829e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.514 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26318071 15:35:48.514 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:48.514 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.515 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.528 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|437dcfa9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|437dcfa9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/31cfd780-e8a1-44cb-9dcd-938506d5bce7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:48.799 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19638334-ced5-4d13-8f9d-5b79c401439d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.800 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@619a08f4 15:35:48.801 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.801 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.802 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.802 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19638334-ced5-4d13-8f9d-5b79c401439d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.802 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ee81ad5 15:35:48.802 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.802 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.803 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.803 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:48.804 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19638334-ced5-4d13-8f9d-5b79c401439d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.804 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72c70822 15:35:48.804 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.804 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.805 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.805 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19638334-ced5-4d13-8f9d-5b79c401439d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.805 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@541894f0 15:35:48.805 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.805 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.806 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.825 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|14d84c52, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|14d84c52, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19638334-ced5-4d13-8f9d-5b79c401439d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:48.852 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|de245a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|de245a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/19638334-ced5-4d13-8f9d-5b79c401439d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:48.893 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/27813ca0-8f04-4bd4-ac07-3153cd9d065b","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.893 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b453647 15:35:48.894 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:48.894 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.894 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.894 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/27813ca0-8f04-4bd4-ac07-3153cd9d065b","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.895 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f2bb790 15:35:48.895 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:48.895 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.896 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.933 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3a2e7c6e-a09f-4fdb-aea6-0f155cc88912","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.934 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d5e8145 15:35:48.934 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:48.934 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.935 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.935 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3a2e7c6e-a09f-4fdb-aea6-0f155cc88912","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.935 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5cc3db19 15:35:48.935 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:48.935 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:48.936 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:48.977 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e38f1388-67d3-4ff4-b210-8f654d50fce6","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.978 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51271b71 15:35:48.978 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.978 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.979 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.979 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e38f1388-67d3-4ff4-b210-8f654d50fce6","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.979 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29c1f3ce 15:35:48.979 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.979 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.980 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.980 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:48.980 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e38f1388-67d3-4ff4-b210-8f654d50fce6","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.980 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7acc17dd 15:35:48.980 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.980 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:48.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:48.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e38f1388-67d3-4ff4-b210-8f654d50fce6","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:48.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43b5bfb3 15:35:48.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:48.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:49.012 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:49.027 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|44a8dd4b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|44a8dd4b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/27813ca0-8f04-4bd4-ac07-3153cd9d065b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:49.051 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|5e6c42b1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|5e6c42b1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/27813ca0-8f04-4bd4-ac07-3153cd9d065b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:49.099 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/38fa5798-9ed8-485a-abdc-db5a2c0b1918","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:49.100 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@168c9273 15:35:49.100 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:49.100 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:49.101 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:49.101 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/38fa5798-9ed8-485a-abdc-db5a2c0b1918","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:49.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b7f2f67 15:35:49.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:49.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:49.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:49.103 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:49.103 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/38fa5798-9ed8-485a-abdc-db5a2c0b1918","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:49.103 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5807add8 15:35:49.103 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:49.103 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:49.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:49.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/38fa5798-9ed8-485a-abdc-db5a2c0b1918","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:49.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48abebf9 15:35:49.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:49.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:49.105 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:49.128 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|24375fdd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|24375fdd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/38fa5798-9ed8-485a-abdc-db5a2c0b1918, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:49.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/93bd95c7-5d30-482e-b84c-d83701ae00d2","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:49.468 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f9f94d4 15:35:49.468 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:49.468 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:49.469 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:49.470 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/93bd95c7-5d30-482e-b84c-d83701ae00d2","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:49.470 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34cf3c02 15:35:49.470 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:49.470 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:49.471 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:49.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/35aae05a-6e26-4042-822a-0ed05eee6a0f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:49.978 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1f552d89 15:35:49.978 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:49.978 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:49.980 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:49.980 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/35aae05a-6e26-4042-822a-0ed05eee6a0f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:49.980 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a10e1eb 15:35:49.980 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:49.980 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:49.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:50.195 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06e8ef67-21e3-4a74-aa09-9da657a47f91","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:50.196 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@53ae6411 15:35:50.196 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:50.196 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:50.197 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:50.197 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06e8ef67-21e3-4a74-aa09-9da657a47f91","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:50.198 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61e02d6a 15:35:50.198 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:50.198 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:50.198 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:50.199 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:50.199 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06e8ef67-21e3-4a74-aa09-9da657a47f91","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:50.199 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c4c1fcb 15:35:50.199 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:50.199 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:50.200 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:50.200 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06e8ef67-21e3-4a74-aa09-9da657a47f91","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:50.201 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b4cff56 15:35:50.201 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:50.201 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:50.202 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:50.222 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|521fbe3b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|521fbe3b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/93bd95c7-5d30-482e-b84c-d83701ae00d2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.524 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 15:35:50.283 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/159f16d0-c804-4557-8152-1ddf2c5db738","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:50.284 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@140931c1 15:35:50.284 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:50.284 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:50.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:50.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/159f16d0-c804-4557-8152-1ddf2c5db738","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:50.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59614da 15:35:50.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:50.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:50.286 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:50.287 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:50.287 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/159f16d0-c804-4557-8152-1ddf2c5db738","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:50.287 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28496e3e 15:35:50.287 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:50.287 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:50.288 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:50.288 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/159f16d0-c804-4557-8152-1ddf2c5db738","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:50.288 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2697200c 15:35:50.288 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:50.288 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:50.289 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:50.305 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|1b9e851f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|1b9e851f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/159f16d0-c804-4557-8152-1ddf2c5db738, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:51.016 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e921907a-1b47-41f8-823e-c2437e59d621","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.017 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5cbf5e8 15:35:51.017 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:51.017 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:51.018 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:51.018 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e921907a-1b47-41f8-823e-c2437e59d621","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.018 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46628775 15:35:51.018 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:51.018 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:51.019 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:51.533 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23763fce-5578-46b6-9c0e-03639053ba64","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.534 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29d1123c 15:35:51.534 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:51.534 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:51.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:51.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23763fce-5578-46b6-9c0e-03639053ba64","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4550bde4 15:35:51.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:51.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:51.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:51.536 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:51.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23763fce-5578-46b6-9c0e-03639053ba64","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.537 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48ebb279 15:35:51.537 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:51.537 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:51.537 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:51.537 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23763fce-5578-46b6-9c0e-03639053ba64","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.538 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68973e06 15:35:51.538 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:51.538 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:51.538 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:51.561 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|36992da3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|36992da3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/23763fce-5578-46b6-9c0e-03639053ba64, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:51.791 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf977f8c-a06a-48b3-b363-571aa3ca4a4e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.792 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e6d1402 15:35:51.792 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:51.792 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:51.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:51.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bf977f8c-a06a-48b3-b363-571aa3ca4a4e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e284346 15:35:51.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:51.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:51.794 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:51.851 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f59f10b1-e495-46e3-95f0-223d4bc321fc","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.852 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d7948d1 15:35:51.852 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:51.852 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:51.853 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:51.853 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f59f10b1-e495-46e3-95f0-223d4bc321fc","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.853 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a4e02a7 15:35:51.853 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:51.853 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:51.854 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:51.854 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:51.854 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f59f10b1-e495-46e3-95f0-223d4bc321fc","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.854 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3281f009 15:35:51.855 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:51.855 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:51.855 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:51.855 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f59f10b1-e495-46e3-95f0-223d4bc321fc","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:51.856 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6ec0cc4f 15:35:51.856 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:51.856 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:51.856 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:51.870 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|52168941, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|52168941, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/f59f10b1-e495-46e3-95f0-223d4bc321fc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:52.101 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1629b468-eab5-4020-9076-5bad4bf95f3c","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a4eaea6 15:35:52.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:52.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.103 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.103 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1629b468-eab5-4020-9076-5bad4bf95f3c","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ed4d043 15:35:52.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:52.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.105 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.186 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/873e6ec5-cbe1-41c8-ba3a-a18b1f856d78","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.187 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61813725 15:35:52.187 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.187 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.188 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.188 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/873e6ec5-cbe1-41c8-ba3a-a18b1f856d78","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.189 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1de81cec 15:35:52.189 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.189 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.190 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.191 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:52.191 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/873e6ec5-cbe1-41c8-ba3a-a18b1f856d78","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.191 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f5b2e5b 15:35:52.191 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.191 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.192 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.193 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/873e6ec5-cbe1-41c8-ba3a-a18b1f856d78","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.193 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c91dde9 15:35:52.193 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.193 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.194 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.209 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|670d85ec, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|670d85ec, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/873e6ec5-cbe1-41c8-ba3a-a18b1f856d78, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:52.236 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|1f0846b6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|1f0846b6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/873e6ec5-cbe1-41c8-ba3a-a18b1f856d78, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:52.350 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ddff1c94-c5ab-441a-a9fa-14d418814acb","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.351 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2982ff62 15:35:52.351 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:52.351 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.352 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.352 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/ddff1c94-c5ab-441a-a9fa-14d418814acb","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.352 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f81d650 15:35:52.352 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:52.352 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.352 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.470 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/144f0720-2404-4b7f-9064-170a4be9b071","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.471 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@158396b 15:35:52.471 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.471 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.472 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.472 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/144f0720-2404-4b7f-9064-170a4be9b071","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.472 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@946bc6c 15:35:52.472 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.472 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.473 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.473 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:52.473 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/144f0720-2404-4b7f-9064-170a4be9b071","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.474 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d20aad6 15:35:52.474 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.474 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.474 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.474 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/144f0720-2404-4b7f-9064-170a4be9b071","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.475 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d0a9244 15:35:52.475 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.475 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.475 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.490 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|319b1abc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|319b1abc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/144f0720-2404-4b7f-9064-170a4be9b071, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:52.534 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0aaf1e26-c622-4490-b9ac-95cffea32115","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.534 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72201dbc 15:35:52.534 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:52.534 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.535 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/0aaf1e26-c622-4490-b9ac-95cffea32115","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@fe521e0 15:35:52.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:52.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.567 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/332a7ab4-18c1-4ebb-af49-221f5a422d8a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4564bafb 15:35:52.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/332a7ab4-18c1-4ebb-af49-221f5a422d8a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9b111fd 15:35:52.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.570 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:52.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/332a7ab4-18c1-4ebb-af49-221f5a422d8a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57d1500a 15:35:52.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.571 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.571 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/332a7ab4-18c1-4ebb-af49-221f5a422d8a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.571 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f6102d8 15:35:52.571 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.571 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.572 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.586 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|30f14d6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|30f14d6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/332a7ab4-18c1-4ebb-af49-221f5a422d8a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:52.642 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/176689bc-2ad5-4cd0-a991-be3949c0f96b","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.643 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35873472 15:35:52.643 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:52.643 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/176689bc-2ad5-4cd0-a991-be3949c0f96b","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3de46966 15:35:52.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:52.644 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.645 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.682 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6896689-f583-4f2f-b143-8958e303e987","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.682 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61e3cfb3 15:35:52.682 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.682 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.683 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.683 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6896689-f583-4f2f-b143-8958e303e987","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.684 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2110e6bd 15:35:52.684 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.684 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.712 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.713 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:52.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6896689-f583-4f2f-b143-8958e303e987","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@519ed437 15:35:52.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.714 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.714 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6896689-f583-4f2f-b143-8958e303e987","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.714 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31dc357 15:35:52.714 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.714 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.715 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.731 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6c3ead15, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6c3ead15, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6896689-f583-4f2f-b143-8958e303e987, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:52.760 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|2ddb69f9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|2ddb69f9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b6896689-f583-4f2f-b143-8958e303e987, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:52.859 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20dd5651-eb22-4d71-a9a0-cf40fe0cbb23","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.860 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ab2761d 15:35:52.860 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:52.860 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.861 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.861 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/20dd5651-eb22-4d71-a9a0-cf40fe0cbb23","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.862 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e676835 15:35:52.862 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:52.862 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:52.863 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:52.901 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b415336-f3cc-48fb-93f5-e4c3ec845e59","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.901 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5217249c 15:35:52.901 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.901 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.913 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.913 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b415336-f3cc-48fb-93f5-e4c3ec845e59","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.914 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@141b1107 15:35:52.914 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.914 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.915 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.915 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:52.915 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b415336-f3cc-48fb-93f5-e4c3ec845e59","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.916 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43ec696f 15:35:52.916 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.916 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.917 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.917 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b415336-f3cc-48fb-93f5-e4c3ec845e59","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:52.917 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b2db7c1 15:35:52.918 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:52.918 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:52.919 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:52.934 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6d821763, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6d821763, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b415336-f3cc-48fb-93f5-e4c3ec845e59, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:52.958 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6d91d501, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6d91d501, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/1b415336-f3cc-48fb-93f5-e4c3ec845e59, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.059 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/50705177-285e-439a-94fd-dfd7cc09d228","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.059 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5dfebe9a 15:35:53.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:53.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/50705177-285e-439a-94fd-dfd7cc09d228","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@646f7040 15:35:53.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:53.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/666fbc01-2abf-441b-b945-788b47983e0d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77e0487c 15:35:53.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.094 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/666fbc01-2abf-441b-b945-788b47983e0d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.094 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b75a15d 15:35:53.094 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.094 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.095 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.095 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:53.095 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/666fbc01-2abf-441b-b945-788b47983e0d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.095 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18971a51 15:35:53.095 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.095 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.096 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.096 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/666fbc01-2abf-441b-b945-788b47983e0d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.096 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@613fd53e 15:35:53.096 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.096 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.097 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.127 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|134a8fce, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|134a8fce, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/666fbc01-2abf-441b-b945-788b47983e0d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.184 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e6d4e87c-a3d6-4a5d-ab94-c16525f1edfa","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.185 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2703e17a 15:35:53.185 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:53.185 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.185 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.186 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/e6d4e87c-a3d6-4a5d-ab94-c16525f1edfa","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.186 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7377da5c 15:35:53.186 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:53.186 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.186 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.226 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06d09b9b-83bc-4b00-8f9e-514342561143","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.226 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b070edd 15:35:53.226 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.226 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.227 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.227 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06d09b9b-83bc-4b00-8f9e-514342561143","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.228 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6231d0af 15:35:53.228 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.228 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.228 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.229 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:53.229 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06d09b9b-83bc-4b00-8f9e-514342561143","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.229 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@47ed028e 15:35:53.229 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.229 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06d09b9b-83bc-4b00-8f9e-514342561143","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e43142a 15:35:53.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.230 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.231 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.246 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|62933b68, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|62933b68, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/06d09b9b-83bc-4b00-8f9e-514342561143, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.309 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c71904df-e7ea-4c62-9405-1e9ba9c9ae5d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.310 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73d5a775 15:35:53.310 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:53.310 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.312 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.313 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/c71904df-e7ea-4c62-9405-1e9ba9c9ae5d","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.313 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76d68c81 15:35:53.313 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:53.313 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.313 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.351 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2e1ee052-7369-44c0-87a6-d58a6fa25816","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.351 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45751078 15:35:53.351 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.351 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.352 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.352 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2e1ee052-7369-44c0-87a6-d58a6fa25816","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.353 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7bf393c1 15:35:53.353 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.353 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.354 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.354 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:53.354 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2e1ee052-7369-44c0-87a6-d58a6fa25816","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.354 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25bdca57 15:35:53.354 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.354 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.355 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.355 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2e1ee052-7369-44c0-87a6-d58a6fa25816","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.355 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@78ee891f 15:35:53.355 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.355 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.356 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.370 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|54d5a52a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|54d5a52a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2e1ee052-7369-44c0-87a6-d58a6fa25816, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.389 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|183336c2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|183336c2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/2e1ee052-7369-44c0-87a6-d58a6fa25816, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.442 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a3c00b11-699d-441a-baa0-58c595ec35d4","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.443 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d01472e 15:35:53.443 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:53.443 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.444 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.444 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a3c00b11-699d-441a-baa0-58c595ec35d4","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.444 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ec7ff92 15:35:53.444 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:53.444 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.445 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.478 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9321d918-f2bd-4b1e-b0ce-9a4dd8ddbe7e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.479 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e4474c9 15:35:53.479 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.479 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.480 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.480 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9321d918-f2bd-4b1e-b0ce-9a4dd8ddbe7e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.480 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73e24abe 15:35:53.480 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.480 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.481 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.481 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:53.481 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9321d918-f2bd-4b1e-b0ce-9a4dd8ddbe7e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.481 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@161cb255 15:35:53.481 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.482 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.482 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.482 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9321d918-f2bd-4b1e-b0ce-9a4dd8ddbe7e","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.482 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b484f6b 15:35:53.483 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.483 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.483 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.498 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|55b00b24, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|55b00b24, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/9321d918-f2bd-4b1e-b0ce-9a4dd8ddbe7e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.551 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/49646a85-8043-405f-8189-2d984231205a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.551 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@515dcbf8 15:35:53.551 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:53.551 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.552 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.552 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/49646a85-8043-405f-8189-2d984231205a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.553 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5fa60429 15:35:53.553 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:53.553 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.553 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.601 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b130aa9-2e0b-4611-b3d5-d6089edca1e0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.602 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71de679c 15:35:53.602 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.602 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.603 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.603 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b130aa9-2e0b-4611-b3d5-d6089edca1e0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.603 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4aad4171 15:35:53.603 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.603 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.604 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.604 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:53.604 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b130aa9-2e0b-4611-b3d5-d6089edca1e0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.604 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1bf7059a 15:35:53.604 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.604 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.605 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.605 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b130aa9-2e0b-4611-b3d5-d6089edca1e0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.605 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d46f8cd 15:35:53.605 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.605 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.606 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.621 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|6487ece3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|6487ece3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/7b130aa9-2e0b-4611-b3d5-d6089edca1e0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.684 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/27803877-525d-4d42-92b6-aa5b483ca8c6","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.685 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@444f8846 15:35:53.685 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:53.685 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.686 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.686 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/27803877-525d-4d42-92b6-aa5b483ca8c6","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.686 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@49f03a42 15:35:53.686 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:53.686 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.687 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.717 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed55d5d-4bd2-40bb-ac39-96a3651aa6a9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.718 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4a3c9d75 15:35:53.718 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.718 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.719 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.719 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed55d5d-4bd2-40bb-ac39-96a3651aa6a9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.719 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c7faa98 15:35:53.719 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.719 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.720 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.720 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:53.720 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed55d5d-4bd2-40bb-ac39-96a3651aa6a9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.720 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30979541 15:35:53.720 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.720 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.721 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.721 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed55d5d-4bd2-40bb-ac39-96a3651aa6a9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.721 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1cff859b 15:35:53.721 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.722 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.722 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.740 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|4afedbd7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|4afedbd7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/8ed55d5d-4bd2-40bb-ac39-96a3651aa6a9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.793 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc1e090e-2f5e-4b10-a16f-9ea3bc8111a0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.794 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2dec2d21 15:35:53.794 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:53.794 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.795 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.795 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/bc1e090e-2f5e-4b10-a16f-9ea3bc8111a0","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.795 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@27d614af 15:35:53.795 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:53.795 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:53.796 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:53.843 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3669ab78-f194-486e-8553-a2bfdab1684f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.844 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67014628 15:35:53.844 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.844 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.846 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.846 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3669ab78-f194-486e-8553-a2bfdab1684f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.846 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a60c700 15:35:53.846 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.846 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.847 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.847 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:53.848 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3669ab78-f194-486e-8553-a2bfdab1684f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.861 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6308ead3 15:35:53.861 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.861 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.862 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.862 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3669ab78-f194-486e-8553-a2bfdab1684f","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:53.863 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1889f6fa 15:35:53.863 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:53.863 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:53.864 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:53.919 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|3a675305, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|3a675305, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3669ab78-f194-486e-8553-a2bfdab1684f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.940 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|7f94b560, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|7f94b560, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/3669ab78-f194-486e-8553-a2bfdab1684f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:53.992 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9776dd2-5652-4223-9289-57ee4e01c0b3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.020 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b3e7e51 15:35:54.021 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:54.021 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:54.022 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:54.022 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b9776dd2-5652-4223-9289-57ee4e01c0b3","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.023 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@58feeb13 15:35:54.023 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:54.023 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:54.023 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:54.059 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095d38b0-2df5-4fe4-8804-96d63eb6480a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f6be4d7 15:35:54.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.060 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095d38b0-2df5-4fe4-8804-96d63eb6480a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a4c4906 15:35:54.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.061 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.062 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.062 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:54.062 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095d38b0-2df5-4fe4-8804-96d63eb6480a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.063 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f11f2af 15:35:54.063 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.063 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.063 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.064 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095d38b0-2df5-4fe4-8804-96d63eb6480a","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.064 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b98c03b 15:35:54.064 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.064 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.080 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|240e8331, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|240e8331, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/095d38b0-2df5-4fe4-8804-96d63eb6480a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:54.168 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b877d62f-70d5-4f6f-9080-e0167ffc5fe9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.169 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1ea5543b 15:35:54.169 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:54.169 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:54.170 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:54.170 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/b877d62f-70d5-4f6f-9080-e0167ffc5fe9","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.170 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d6b94a3 15:35:54.170 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:54.170 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:54.181 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:54.243 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/998ca53e-6f95-4d3a-a379-911a24807d59","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.244 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@50fa824f 15:35:54.244 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.244 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/998ca53e-6f95-4d3a-a379-911a24807d59","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@52fb15d1 15:35:54.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.246 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.246 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:54.246 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/998ca53e-6f95-4d3a-a379-911a24807d59","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.246 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@880f7ca 15:35:54.246 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.246 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.247 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.247 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/998ca53e-6f95-4d3a-a379-911a24807d59","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.247 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7fa312a8 15:35:54.247 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.247 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.248 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.277 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|14d42d3d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|14d42d3d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/998ca53e-6f95-4d3a-a379-911a24807d59, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 15:35:54.326 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a72c6b00-ab03-46cd-994d-1e9ae9b9a391","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.327 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11d0e83 15:35:54.327 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 15:35:54.327 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:54.328 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:54.328 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/a72c6b00-ab03-46cd-994d-1e9ae9b9a391","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.328 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7311d70b 15:35:54.328 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 15:35:54.328 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 15:35:54.329 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 15:35:54.360 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/45aadaf3-be62-4f12-8f4e-fe2263b44a92","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.360 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15d73d94 15:35:54.360 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.360 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.361 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.361 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/45aadaf3-be62-4f12-8f4e-fe2263b44a92","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.362 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e1ddc0f 15:35:54.362 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.362 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.362 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.362 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:35:54.362 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/45aadaf3-be62-4f12-8f4e-fe2263b44a92","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.363 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a29f471 15:35:54.363 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.363 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.363 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.363 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/45aadaf3-be62-4f12-8f4e-fe2263b44a92","user":null,"driver_class":"org.h2.Driver"} - table: null 15:35:54.364 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d0b3b11 15:35:54.364 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 15:35:54.364 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 15:35:54.364 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 15:35:54.379 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg7f9ad16grd3x18by0lb|1f081783, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg7f9ad16grd3x18by0lb|1f081783, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/data/45aadaf3-be62-4f12-8f4e-fe2263b44a92, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.696 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 67, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-jdbc --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-jdbc --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-jdbc --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >-------- [INFO] Building Hono Mongodb Based Device Registry 1.5.0-SNAPSHOT [44/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-mongodb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-mongodb --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono CI Pipeline/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-device-registry-mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.2.7.RELEASE:repackage (default) @ hono-service-device-registry-mongodb --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] --- embedmongo-maven-plugin:0.4.2:start (start-mongodb) @ hono-service-device-registry-mongodb --- [WARNING] Unrecognised MongoDB version '4.0.20', this might be a new version that we don't yet know about. Attempting download anyway... Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 START Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 DownloadSize: 85436437 Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99% 100% Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 downloaded with 83434kb/s Download GenericFeatureAwareVersion{4.0.20}:Linux:B64 DONE Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz START Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz extract mongodb-linux-x86_64-4.0.20/bin/mongod Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz nothing left Extract /home/jenkins/.embedmongo/linux/mongodb-linux-x86_64-4.0.20.tgz DONE [INFO] start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@4b2d8d87 [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:integration-test (run-tests) @ hono-service-device-registry-mongodb --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest 15:36:34.408 [main] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:45433], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500} 15:36:34.460 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:34.465 [main] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: credentials] 15:36:34.484 [main] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@2d83c5a5 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:45433, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out 15:36:34.519 [cluster-ClusterId{value='5fa41c029114b26f238f3f02', description='null'}-127.0.0.1:45433] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:1, serverValue:1}] to 127.0.0.1:45433 15:36:34.524 [cluster-ClusterId{value='5fa41c029114b26f238f3f02', description='null'}-127.0.0.1:45433] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:45433, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2911021} 15:36:34.543 [Thread-5] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:45433 15:36:34.863 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: credentials] 15:36:34.864 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: credentials] 15:36:36.318 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: credentials] 15:36:36.318 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedCredentialsService - MongoDB Credentials service started 15:36:36.318 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices] 15:36:36.609 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices] 15:36:36.609 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started 15:36:36.611 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsFailsForWrongResourceVersion(VertxTestContext) 15:36:36.613 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:36.985 [Thread-6] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:45433 15:36:36.988 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsEncodesPlaintextPasswords(VertxTestContext) 15:36:37.202 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataUpdateDoesntChangeSecretID(VertxTestContext) 15:36:37.203 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:37.368 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsUpdatingExistingSecrets(VertxTestContext) 15:36:37.369 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:37.853 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsReplacesCredentialsOfSameTypeAndAuthId(VertxTestContext) 15:36:37.854 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:38.016 [vert.x-eventloop-thread-2] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:38.176 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateSecretFailsWithWrongSecretId(VertxTestContext) 15:36:38.177 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:38.308 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:38.430 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsFailsForNonExistingCredentials(VertxTestContext) 15:36:38.439 [Thread-3] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:45433 15:36:38.441 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsRemovingExistingCredentialsAndSecrets(VertxTestContext) 15:36:39.014 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSucceeds(VertxTestContext) 15:36:39.015 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:39.340 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataDeletion(VertxTestContext) 15:36:39.341 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:39.630 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testCreateAndDeletePasswordSecret(VertxTestContext) 15:36:39.631 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:39.913 [Thread-3] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:45433 15:36:39.913 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testDisableCredentials(VertxTestContext) 15:36:39.914 [main] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 15:36:40.221 [main] INFO o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsSucceedsForExistingDevice(VertxTestContext) 15:36:40.232 [Thread-7] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:45433 because the pool has been closed. 15:36:40.232 [Thread-4] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:45433 because the pool has been closed. 15:36:40.232 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:45433 because the pool has been closed. 15:36:40.233 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:45433 because the pool has been closed. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest 15:36:40.258 [main] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:45433], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500} 15:36:40.260 [main] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: tenants] 15:36:40.261 [main] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@40021799 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:45433, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out 15:36:40.312 [cluster-ClusterId{value='5fa41c089114b26f238f3f1b', description='null'}-127.0.0.1:45433] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:6, serverValue:6}] to 127.0.0.1:45433 15:36:40.313 [cluster-ClusterId{value='5fa41c089114b26f238f3f1b', description='null'}-127.0.0.1:45433] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:45433, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=521451} 15:36:40.316 [Thread-7] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:45433 15:36:40.616 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: tenants] 15:36:40.617 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: tenants] 15:36:40.724 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: tenants] 15:36:40.725 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedTenantService - MongoDB Tenant service started 15:36:40.726 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantFailsForDuplicateCa(VertxTestContext) 15:36:40.789 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthoritySucceeds(VertxTestContext) 15:36:40.847 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testRemoveTenantSucceeds(VertxTestContext) 15:36:40.858 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsAndContainResourceVersion(VertxTestContext) 15:36:40.863 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithNonMatchingResourceVersionFails(VertxTestContext) 15:36:40.872 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithEmptyResourceVersionSucceed(VertxTestContext) 15:36:40.916 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantFailsForNonExistingTenant(VertxTestContext) 15:36:40.920 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithMatchingResourceVersionSucceeds(VertxTestContext) 15:36:40.926 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithNonMatchingResourceVersionFails(VertxTestContext) 15:36:40.934 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateTenantId(VertxTestContext) 15:36:40.941 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantSucceedsForExistingTenant(VertxTestContext) 15:36:40.951 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithMatchingResourceVersionSucceed(VertxTestContext) 15:36:40.956 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantVersionSucceedsForExistingTenantVersion(VertxTestContext) 15:36:40.961 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithEmptyResourceVersionSucceed(VertxTestContext) 15:36:40.966 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsWithGeneratedTenantId(VertxTestContext) 15:36:40.969 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthorityFailsForUnknownSubjectDn(VertxTestContext) 15:36:40.975 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantSucceeds(VertxTestContext) 15:36:41.014 [main] INFO o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateCa(VertxTestContext) 15:36:41.019 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:45433 because the pool has been closed. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest 15:36:41.032 [main] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:45433], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500} 15:36:41.033 [main] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices] 15:36:41.033 [main] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@726a17c4 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:45433, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out 15:36:41.035 [cluster-ClusterId{value='5fa41c099114b26f238f3f30', description='null'}-127.0.0.1:45433] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:8, serverValue:8}] to 127.0.0.1:45433 15:36:41.035 [cluster-ClusterId{value='5fa41c099114b26f238f3f30', description='null'}-127.0.0.1:45433] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:45433, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=358455} 15:36:41.037 [Thread-7] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:45433 15:36:41.342 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices] 15:36:41.342 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started 15:36:41.343 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext) 15:36:41.367 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext) 15:36:41.381 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext) 15:36:41.395 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext) 15:36:41.413 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext) 15:36:41.423 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext) 15:36:41.431 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext) 15:36:41.437 [main] INFO o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext) 15:36:41.443 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:45433 because the pool has been closed. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest 15:36:41.456 [main] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:45433], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500} 15:36:41.457 [main] INFO o.e.h.d.m.utils.MongoDbCallExecutor - creating index [collection: devices] 15:36:41.458 [main] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@303a5119 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:45433, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out 15:36:41.460 [cluster-ClusterId{value='5fa41c099114b26f238f3f42', description='null'}-127.0.0.1:45433] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:10, serverValue:10}] to 127.0.0.1:45433 15:36:41.460 [cluster-ClusterId{value='5fa41c099114b26f238f3f42', description='null'}-127.0.0.1:45433] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:45433, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=401132} 15:36:41.462 [Thread-7] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:45433 15:36:41.800 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.utils.MongoDbCallExecutor - successfully created index [collection: devices] 15:36:41.801 [vert.x-eventloop-thread-0] INFO o.e.h.d.m.s.MongoDbBasedRegistrationService - MongoDB Registration service started 15:36:41.801 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext) 15:36:41.808 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDevicePreservesStatusProperties(VertxTestContext) 15:36:41.821 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForNonExistingDevice(VertxTestContext) 15:36:41.824 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext) 15:36:41.829 [Thread-6] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:45433 15:36:41.837 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext) 15:36:41.841 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext) 15:36:41.851 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceSucceedsForExistingDevice(VertxTestContext) 15:36:41.855 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceeds(VertxTestContext) 15:36:41.860 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithoutIdSucceeds(VertxTestContext) 15:36:41.864 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext) 15:36:41.872 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext) 15:36:41.876 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceeds(VertxTestContext) 15:36:41.880 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext) 15:36:41.922 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext) 15:36:41.927 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext) 15:36:41.933 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext) 15:36:41.939 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDisabledDevice(VertxTestContext) 15:36:41.944 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateIgnoresGivenUpdatesOfStatusProperties(VertxTestContext) 15:36:41.953 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithIdSucceeds(VertxTestContext) 15:36:41.957 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceFailsForExistingDeviceId(VertxTestContext) 15:36:41.962 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext) 15:36:41.967 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext) 15:36:41.974 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext) 15:36:41.977 [main] INFO o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForDeletedDevice(VertxTestContext) 15:36:41.982 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:45433 because the pool has been closed. 15:36:41.982 [main] INFO org.mongodb.driver.connection - Closed connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:45433 because the pool has been closed. [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (run-tests) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- embedmongo-maven-plugin:0.4.2:stop (stop-mongodb) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-device-registry-mongodb --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-mongodb --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-site >--------------------- [INFO] Building Hono Site 1.5.0-SNAPSHOT [45/46] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-site --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-site --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-site --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-site --- [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hono-site --- build-site.sh: line 15: hugo: command not found Please install "hugo" to be able to build the hono documentation. See readme.md for further details. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-site --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-site --- [INFO] Installing /home/jenkins/agent/workspace/Hono CI Pipeline/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-site/1.5.0-SNAPSHOT/hono-site-1.5.0-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.hono:hono-tests >--------------------- [INFO] Building Hono Integration Tests 1.5.0-SNAPSHOT [46/46] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-tests --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-tests --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 30 resources to /home/jenkins/agent/workspace/Hono CI Pipeline/tests/target/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 30 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/Hono CI Pipeline/tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-tests --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-tests --- [INFO] Skipping artifact installation [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 1.5.0-SNAPSHOT: [INFO] [INFO] Hono ............................................... SUCCESS [ 4.747 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.019 s] [INFO] Legal Documents .................................... SUCCESS [ 2.994 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 0.226 s] [INFO] Hono Core .......................................... SUCCESS [ 44.090 s] [INFO] Hono Clients ....................................... SUCCESS [ 0.083 s] [INFO] Hono Client for Protocol Adapters .................. SUCCESS [ 1.563 s] [INFO] Hono Client ........................................ SUCCESS [ 22.785 s] [INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [ 0.678 s] [INFO] Hono Test Utils .................................... SUCCESS [ 1.030 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 0.637 s] [INFO] Hono Service base .................................. SUCCESS [ 21.612 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 11.343 s] [INFO] Hono Service Base Test Utils ....................... SUCCESS [ 0.559 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 0.181 s] [INFO] Hono Protocol Adapter Base (Spring) ................ SUCCESS [ 0.391 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 9.704 s] [INFO] Hono CoAP Adapter base ............................. SUCCESS [ 7.842 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 0.821 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 7.890 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 0.589 s] [INFO] Hono Service Base Quarkus .......................... SUCCESS [ 6.458 s] [INFO] Hono Protocol Adapter Base (Quarkus) ............... SUCCESS [ 6.351 s] [INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [ 6.638 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 8.931 s] [INFO] Hono Kura Adapter .................................. SUCCESS [ 4.474 s] [INFO] Hono LoRa Adapter .................................. SUCCESS [ 8.478 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 0.705 s] [INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [ 5.000 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 0.894 s] [INFO] Hono command-line interface ........................ SUCCESS [ 5.119 s] [INFO] Hono Deployment .................................... SUCCESS [ 0.252 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.009 s] [INFO] Hono Client Examples ............................... SUCCESS [ 1.065 s] [INFO] Hono Protocol Gateway example ...................... SUCCESS [ 0.338 s] [INFO] Hono JMeter Plugin ................................. SUCCESS [ 27.428 s] [INFO] Hono Services ...................................... SUCCESS [ 0.092 s] [INFO] Hono Auth .......................................... SUCCESS [ 4.500 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [ 51.386 s] [INFO] Base classes for JDBC services ..................... SUCCESS [ 3.378 s] [INFO] Hono Device Connection service ..................... SUCCESS [ 4.301 s] [INFO] Hono File Based Device Registry .................... SUCCESS [ 10.220 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [01:11 min] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 18.306 s] [INFO] Hono Site .......................................... SUCCESS [ 0.669 s] [INFO] Hono Integration Tests ............................. SUCCESS [01:24 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:01 min [INFO] Finished at: 2020-11-05T15:38:09Z [INFO] ------------------------------------------------------------------------ [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/Hono CI Pipeline@tmp/withMaven666c88be/maven-spy-20201105-153007-1351287496253426805077.log [Pipeline] } [withMaven] artifactsPublisher - Archive artifact pom.xml under org/eclipse/hono/hono-parent/1.5.0-SNAPSHOT/hono-parent-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact bom/pom.xml under org/eclipse/hono/hono-bom/1.5.0-SNAPSHOT/hono-bom-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact legal/pom.xml under org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact legal/target/hono-legal-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact demo-certs/pom.xml under org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact core/pom.xml under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact core/target/hono-core-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact clients/pom.xml under org/eclipse/hono/hono-clients-parent/1.5.0-SNAPSHOT/hono-clients-parent-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact clients/adapter/pom.xml under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact client/pom.xml under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact client/target/hono-client-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/pom.xml under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact test-utils/pom.xml under org/eclipse/hono/test-utils/1.5.0-SNAPSHOT/test-utils-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact test-utils/core-test-utils/pom.xml under org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar under org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact service-base/pom.xml under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/pom.xml under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact test-utils/service-base-test-utils/pom.xml under org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar under org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/pom.xml under org/eclipse/hono/hono-adapters/1.5.0-SNAPSHOT/hono-adapters-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/base-spring/pom.xml under org/eclipse/hono/hono-adapter-base-spring/1.5.0-SNAPSHOT/hono-adapter-base-spring-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/pom.xml under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx-base/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/pom.xml under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-base/1.5.0-SNAPSHOT/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/pom.xml under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact service-base-quarkus/pom.xml under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/base-quarkus/pom.xml under org/eclipse/hono/hono-adapter-base-quarkus/1.5.0-SNAPSHOT/hono-adapter-base-quarkus-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/kura/pom.xml under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/pom.xml under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/pom.xml under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/pom.xml under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact cli/pom.xml under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact deploy/pom.xml under org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact examples/pom.xml under org/eclipse/hono/hono-example/1.5.0-SNAPSHOT/hono-example-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/pom.xml under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/pom.xml under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact jmeter/pom.xml under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact services/pom.xml under org/eclipse/hono/hono-services/1.5.0-SNAPSHOT/hono-services-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact services/auth/pom.xml under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-base/pom.xml under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-base/1.5.0-SNAPSHOT/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact services/base-jdbc/pom.xml under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact services/device-connection/pom.xml under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-file/pom.xml under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-file/1.5.0-SNAPSHOT/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/pom.xml under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-jdbc/1.5.0-SNAPSHOT/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/pom.xml under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-service-device-registry-mongodb/1.5.0-SNAPSHOT/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar [withMaven] artifactsPublisher - Archive artifact site/pom.xml under org/eclipse/hono/hono-site/1.5.0-SNAPSHOT/hono-site-1.5.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact tests/pom.xml under org/eclipse/hono/hono-tests/1.5.0-SNAPSHOT/hono-tests-1.5.0-SNAPSHOT.pom [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-legal:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): legal/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-demo-certs:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): demo-certs/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-core:bundle:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): core/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client-adapter:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/adapter/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client:bundle:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-client-adapter-amqp:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): clients/adapter-amqp/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:core-test-utils:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): test-utils/core-test-utils/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:client-device-connection-infinispan:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client-device-connection-infinispan/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:service-base-test-utils:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): test-utils/service-base-test-utils/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-amqp-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/amqp-vertx/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx-base/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-coap-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/coap-vertx/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-base/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): service-base-quarkus/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-http-vertx-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/http-vertx-quarkus/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-base/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-kura:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/kura/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-lora-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/lora-vertx/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/mqtt-vertx-quarkus/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-adapter-sigfox-vertx:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): adapters/sigfox-vertx/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-cli:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): cli/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-deploy:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): deploy/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-example-client:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): examples/hono-client-examples/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:protocol-gateway:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): examples/protocol-gateway-example/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-jmeter:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): jmeter/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-auth:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/auth/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-base:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-base/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-base-jdbc:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/base-jdbc/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-connection:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-connection/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-file:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-file/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-jdbc:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-jdbc/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-mongodb:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): services/device-registry-mongodb/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-tests:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.hono:hono-service-device-registry-mongodb:jar:1.5.0-SNAPSHOT generated by maven-failsafe-plugin:integration-test (run-tests): services/device-registry-mongodb/target/failsafe-reports/*.xml [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results [withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen. [withMaven] Publishers: Pipeline Graph Publisher: 64 ms, Generated Artifacts Publisher: 3802 ms, Invoker Publisher: 1 ms, Junit Publisher: 1537 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 1627 ms, Findbugs Publisher: 2 ms, JGiven Publisher: 11 ms, SpotBugs Publisher: 1 ms, Open Task Scanner Publisher: 2 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Aggregate Junit Test Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] echo Build status: SUCCESS [Pipeline] step [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS