Skip to content

Console Output

Started by an SCM change
Obtained jenkins/Hono-CI-Pipeline.groovy from git https://github.com/eclipse/hono.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace
[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
No credentials specified
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 41ad9e6f73b8bb1cd1dd6742a19c6817b6aa9d94 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 41ad9e6f73b8bb1cd1dd6742a19c6817b6aa9d94 # timeout=10
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git branch -D master # timeout=10
 > /usr/local/bin/git checkout -b master 41ad9e6f73b8bb1cd1dd6742a19c6817b6aa9d94 # timeout=10
Commit message: "Improve protocol adapter unit tests"
 > /usr/local/bin/git rev-list --no-walk 7af125669f60db4e792a26236caa9b6c5c0b439f # 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 jdk11-latest
[withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
+ mvn -B clean install
----- withMaven Wrapper script -----
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.hono -DforkCount=1 -Dmaven.ext.class.path="/home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace@tmp/withMaven4d35a12a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/hudson/genie.hono/.jenkins/jobs/Hono CI Pipeline/workspace@tmp/withMaven4d35a12a" 
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /shared/common/apache-maven-latest
Java version: 11.0.7, vendor: Oracle Corporation, runtime: /opt/public/common/java/openjdk/jdk-11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.12.51-52.39-default", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMaven4d35a12a/maven-spy-20201029-081712-8468838018835511539638.log.tmp ...
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 47 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 47 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 Client Core                                                   [jar]
[INFO] Hono Client                                                     [bundle]
[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 Clients                                                       [pom]
[INFO] Hono Client for Protocol Adapters                                  [jar]
[INFO] Hono Client for Protocol Adapters (AMQP)                           [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/47]
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/pom.xml to /opt/public/hipp/homes/genie.hono/.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/47]
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/bom/pom.xml to /opt/public/hipp/homes/genie.hono/.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/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-legal ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-legal/1.5.0-SNAPSHOT/hono-legal-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/legal/pom.xml to /opt/public/hipp/homes/genie.hono/.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/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-demo-certs ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-demo-certs/1.5.0-SNAPSHOT/hono-demo-certs-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/pom.xml to /opt/public/hipp/homes/genie.hono/.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/47]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-core ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/core/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.util.TimeUntilDisconnectNotificationTest
[INFO] Running org.eclipse.hono.config.ClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.util.MessageTapTest
[INFO] Running org.eclipse.hono.util.StringsTest
[INFO] Running org.eclipse.hono.config.FileFormatTest
[INFO] Running org.eclipse.hono.util.EventBusMessageTest
[INFO] Running org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Running org.eclipse.hono.util.CredentialsObjectTest
[INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest
[INFO] Running org.eclipse.hono.config.PemReaderTest
[INFO] Running org.eclipse.hono.config.AbstractConfigTest
[INFO] Running org.eclipse.hono.config.KeyLoaderTest
[INFO] Running org.eclipse.hono.util.TenantObjectTest
[INFO] Running org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.util.HonoProtonHelperTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.hono.util.TimeUntilDisconnectNotificationTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.hono.config.FileFormatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.hono.util.StringsTest
[INFO] Running org.eclipse.hono.util.HostnamesTest
[INFO] Running org.eclipse.hono.util.MessageHelperTest
[INFO] Running org.eclipse.hono.util.PortConfigurationHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.PortConfigurationHelperTest
[INFO] Running org.eclipse.hono.util.RequestResponseApiConstantsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.MessageTapTest
[INFO] Running org.eclipse.hono.util.AddressHelperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.AddressHelperTest
[INFO] Running org.eclipse.hono.util.FuturesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.hono.util.HostnamesTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.hono.util.RequestResponseApiConstantsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.hono.util.EventBusMessageTest
[INFO] Running org.eclipse.hono.util.JwtHelperTest
[INFO] Running org.eclipse.hono.util.PairTest
[INFO] Running org.eclipse.hono.util.TriTupleTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.util.ResourceIdentifierTest
[INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.config.ClientConfigPropertiesTest
[INFO] Running org.eclipse.hono.auth.BCryptHelperTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.auth.BCryptHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.config.PemReaderTest
[INFO] Running org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.util.PairTest
[INFO] Running org.eclipse.hono.tracing.TracingHelperTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.util.TriTupleTest
[INFO] Running org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.hono.auth.AuthoritiesImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.hono.config.AbstractConfigTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest
SLF4J: A number (198) 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
08:17:43.806 [ForkJoinPool-1-worker-17] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12
08:17:43.811 [ForkJoinPool-1-worker-17] WARN  o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.hono.util.JsonBackedValueObjectTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.eclipse.hono.util.FuturesTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s - in org.eclipse.hono.config.KeyLoaderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s - in org.eclipse.hono.util.MessageHelperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s - in org.eclipse.hono.util.JwtHelperTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s - in org.eclipse.hono.util.CredentialsObjectTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s - in org.eclipse.hono.util.HonoProtonHelperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 s - in org.eclipse.hono.tracing.TracingHelperTest
08:17:44.325 [ForkJoinPool-1-worker-27] 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: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 s - in org.eclipse.hono.util.TenantObjectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.056 s - in org.eclipse.hono.connection.impl.ConnectionFactoryImplTest
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/core/target/hono-core-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/core/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-core/1.5.0-SNAPSHOT/hono-core-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/core/target/hono-core-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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] 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-client-core >------------------
[INFO] Building Hono Client Core 1.5.0-SNAPSHOT                          [6/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-core ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-core ---
[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-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] Running org.eclipse.hono.client.ServiceInvocationExceptionTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.hono.client.ServerErrorExceptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-client-core ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-core ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/target/hono-client-core-1.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-core ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/target/hono-client-core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-core ---
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/target/hono-client-core-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client-core/1.5.0-SNAPSHOT/hono-client-core-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client-core/1.5.0-SNAPSHOT/hono-client-core-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/client-core/target/hono-client-core-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client-core/1.5.0-SNAPSHOT/hono-client-core-1.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-client >--------------------
[INFO] Building Hono Client 1.5.0-SNAPSHOT                               [7/47]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/client/target
[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] skip non existing resourceDirectory /jobs/genie.hono/Hono CI Pipeline/workspace/client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/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 36 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/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.impl.TelemetrySenderImplTest
[INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest
[INFO] Running org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientImplTest
[INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Running org.eclipse.hono.client.impl.CommandTargetMapperImplTest
[INFO] Running org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.CredentialsClientImplTest
[INFO] Running org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] Running org.eclipse.hono.client.CommandResponseTest
[INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
SLF4J: A number (163) 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: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.eclipse.hono.client.CommandResponseTest
[INFO] Running org.eclipse.hono.client.CommandTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s - in org.eclipse.hono.client.CommandTest
[INFO] Running org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.hono.client.impl.CommandClientImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.hono.client.impl.EventConsumerImplTest
[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.TenantClientImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest
[INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.hono.client.impl.AbstractSenderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest
[INFO] Running org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest
[INFO] Running org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest
[INFO] Running org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.client.device.amqp.TelemetrySenderTest
[INFO] Running org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.hono.client.impl.EventSenderImplTest
[INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest
[INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest
[INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.client.device.amqp.CommandResponderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.hono.client.device.amqp.EventSenderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.hono.client.impl.AbstractRequestResponseClientTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.hono.client.impl.RegistrationClientImplTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.eclipse.hono.client.impl.CredentialsClientImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.hono.client.impl.TenantClientImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.hono.client.impl.HonoConnectionImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.hono.client.impl.DeviceConnectionClientImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 s - in org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.04 s - in org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s - in org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 194, 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/client/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-client ---
[WARNING] Bundle org.eclipse.hono:hono-client:bundle:1.5.0-SNAPSHOT : Split package, multiple jars provide the same package:org/eclipse/hono/client
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:hono-client-core]
Class path         [Jar:., Jar:hono-client-core, Jar:slf4j-api, Jar:vertx-proton, Jar:vertx-core, Jar:netty-common, Jar:netty-buffer, Jar:netty-transport, Jar:netty-handler, Jar:netty-codec, Jar:netty-handler-proxy, Jar:netty-codec-socks, Jar:netty-codec-http, Jar:netty-codec-http2, Jar:netty-resolver, Jar:netty-resolver-dns, Jar:netty-codec-dns, Jar:proton-j, Jar:hono-core, Jar:jjwt-impl, Jar:jjwt-api, Jar:jjwt-jackson, Jar:jaxb-api, Jar:jackson-databind, Jar:jackson-core, Jar:jackson-annotations, Jar:opentracing-api, Jar:spring-security-crypto, Jar:hono-legal, Jar:micrometer-core, Jar:HdrHistogram, Jar:LatencyUtils, Jar:rxjava, Jar:reactive-streams, Jar:spring-beans, Jar:spring-core, Jar:spring-jcl, Jar:opentracing-noop]
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/client/target/hono-client-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/client/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client/1.5.0-SNAPSHOT/hono-client-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/client/target/hono-client-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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:test-utils >---------------------
[INFO] Building Hono Test Utils 1.5.0-SNAPSHOT                           [8/47]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/test-utils/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/test-utils/pom.xml to /opt/public/hipp/homes/genie.hono/.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                      [9/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/test-utils/core-test-utils/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/test-utils/core-test-utils/target/core-test-utils-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/core-test-utils/1.5.0-SNAPSHOT/core-test-utils-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/test-utils/core-test-utils/pom.xml to /opt/public/hipp/homes/genie.hono/.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                        [10/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target/classes
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/src/main/java/org/eclipse/hono/service/auth/DeviceUser.java: Some input files use or override a deprecated API.
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.auth.device.ChainAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Running org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Running org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
[INFO] Running org.eclipse.hono.service.AbstractApplicationTest
[INFO] Running org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
[INFO] Running org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Running org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Running org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
[INFO] Running org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Running org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.hono.service.limiting.MemoryBasedConnectionLimitStrategyTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.hono.service.auth.device.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.hono.service.auth.device.SubjectDnCredentialsTest
[INFO] Running org.eclipse.hono.service.http.HonoChainAuthHandlerTest
SLF4J: A number (101) 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
08:18:20.201 [ForkJoinPool-1-worker-13] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB).
08:18:20.206 [ForkJoinPool-1-worker-13] WARN  o.e.h.s.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: 100MB).
08:18:20.207 [ForkJoinPool-1-worker-23] INFO  org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds
08:18:20.209 [ForkJoinPool-1-worker-23] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens
08:18:20.209 [ForkJoinPool-1-worker-23] INFO  org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest
[INFO] Running org.eclipse.hono.service.http.HttpContextTest
08:18:20.372 [vert.x-eventloop-thread-9] 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.019 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest
[INFO] Running org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.hono.service.auth.device.DeviceCertificateValidatorTest
[INFO] Running org.eclipse.hono.service.EventBusServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.service.EventBusServiceTest
[INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.hono.service.auth.device.X509AuthProviderTest
[INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest
[INFO] Running org.eclipse.hono.service.VertxBasedHealthCheckServerTest
08:18:20.797 [ForkJoinPool-1-worker-27] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
08:18:20.797 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
08:18:20.804 [ForkJoinPool-1-worker-27] 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.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)
08:18:20.825 [ForkJoinPool-1-worker-27] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.hono.service.auth.device.CredentialsApiAuthProviderTest
[INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest
[INFO] Running org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.hono.service.AbstractApplicationTest
08:18:20.943 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
[INFO] Running org.eclipse.hono.service.amqp.RequestResponseEndpointTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.service.http.HttpContextTest
[INFO] Running org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.service.cache.SpringBasedExpiringValueCacheTest
[INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest
08:18:20.998 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:18:21.011 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.018 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.hono.service.auth.device.ChainAuthHandlerTest
08:18:21.027 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.030 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:18:21.033 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.035 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:18:21.038 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:18:21.130 [ForkJoinPool-1-worker-7] ERROR o.e.h.s.AbstractServiceBaseTest$1 - configuration must have at least one of key & certificate or insecure port set to start up
08:18:21.134 [ForkJoinPool-1-worker-15] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
08:18:21.135 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
08:18:21.138 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
08:18:21.139 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true
08:18:21.141 [ForkJoinPool-1-worker-15] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2 is too high: Recommended is maximum 0 (based on null)
08:18:21.142 [ForkJoinPool-1-worker-15] INFO  o.e.h.s.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null)
08:18:21.143 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
08:18:21.145 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2]
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.hono.service.auth.device.ExecutionContextAuthHandlerTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.hono.service.auth.device.UsernamePasswordAuthProviderTest
08:18:21.145 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
08:18:21.146 [ForkJoinPool-1-worker-15] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null)
08:18:21.147 [ForkJoinPool-1-worker-15] 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.186 s - in org.eclipse.hono.service.limiting.DefaultConnectionLimitManagerTest
08:18:21.148 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine
08:18:21.148 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1]
08:18:21.148 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1]
08:18:21.149 [ForkJoinPool-1-worker-7] INFO  o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false
08:18:21.150 [ForkJoinPool-1-worker-7] ERROR o.e.h.s.AbstractServiceBaseTest$1 - secure and insecure ports must be configured to bind to different port numbers
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.hono.service.AbstractServiceBaseTest
08:18:21.159 [ForkJoinPool-1-worker-27] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
08:18:21.168 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
08:18:21.168 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:41307/readiness
08:18:21.168 [vert.x-eventloop-thread-2] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:41307/liveness
08:18:21.169 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
08:18:21.169 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:44776/readiness
08:18:21.169 [vert.x-eventloop-thread-3] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:44776/liveness
08:18:21.285 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$465193909]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s - in org.eclipse.hono.service.http.X509AuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.hono.service.auth.device.TenantServiceBasedX509AuthenticationTest
08:18:21.418 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$195533773]
08:18:21.424 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.426 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:18:21.431 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.440 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:18:21.452 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.455 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:18:21.463 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.466 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
08:18:21.469 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry]
08:18:21.472 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s - in org.eclipse.hono.service.http.HonoChainAuthHandlerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 s - in org.eclipse.hono.service.http.HonoBasicAuthHandlerTest
08:18:21.543 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:41307]
08:18:21.548 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:44776]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s - in org.eclipse.hono.service.monitoring.HonoEventConnectionEventProducerTest
08:18:21.564 [ForkJoinPool-1-worker-27] WARN  o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured
08:18:21.564 [ForkJoinPool-1-worker-27] WARN  o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only
08:18:21.567 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server
08:18:21.568 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:54485/readiness
08:18:21.568 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:54485/liveness
08:18:21.583 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:54485]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest
08:18:21.599 [ForkJoinPool-1-worker-27] WARN  o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only
08:18:21.609 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured.
08:18:21.612 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server
08:18:21.613 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:43104/readiness
08:18:21.613 [vert.x-eventloop-thread-1] INFO  o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:43104/liveness
08:18:21.650 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol
08:18:21.651 [ForkJoinPool-1-worker-5] 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
08:18:21.651 [ForkJoinPool-1-worker-27] INFO  o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:43104]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 s - in org.eclipse.hono.service.amqp.RequestResponseEndpointTest
08:18:21.720 [ForkJoinPool-1-worker-5] 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"} [7068m:15s])))]: null
08:18:21.748 [ForkJoinPool-1-worker-5] 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"} [41058m:15s]) or hono_commands_payload_bytes_sum*0) + sum(increase(hono_commands_payload_bytes_sum{status=~"forwarded|unprocessable", tenant="DEFAULT_TENANT"} [41058m:15s]) or hono_messages_payload_bytes_sum*0))]: null
08:18:21.778 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
08:18:21.779 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Tenant service
08:18:21.780 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to AMQP Messaging Network
08:18:21.780 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Registration service
08:18:21.781 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service
08:18:21.781 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
08:18:21.782 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.83 s - in org.eclipse.hono.service.resourcelimits.PrometheusBasedResourceLimitChecksTest
08:18:21.825 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
08:18:21.826 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Tenant service
08:18:21.826 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to AMQP Messaging Network
08:18:21.827 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Registration service
08:18:21.827 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Credentials service
08:18:21.827 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Device Connection service
08:18:21.827 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connected to Command & Control
08:18:21.829 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - lost connection to Command & Control
08:18:21.830 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.AbstractProtocolAdapterBaseTest$1 - connection to Command & Control re-established
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.873 s - in org.eclipse.hono.service.AbstractProtocolAdapterBaseTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 164, 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target/hono-service-base-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-base/1.5.0-SNAPSHOT/hono-service-base-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/service-base/target/hono-service-base-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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          [11/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-device-connection-infinispan ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/client-device-connection-infinispan/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.CacheBasedDeviceConnectionInfoTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest
[INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest
SLF4J: A number (64) 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
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@3594e569,classLoader=java.lang.ref.WeakReference@651b0414, 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@40e50519, protocolVersion=3.0, servers=[ServerConfiguration[host='127.0.0.1', port=11222]], socketTimeout=60000, security=org.infinispan.client.hotrod.configuration.SecurityConfiguration@1e629848, 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@c4f8940, timeout=60000}, statistics=StatisticsConfiguration = [enabled=false, jmx_enabled=false, jmx_domain=org.infinispan, mbeanserverlookup=org.infinispan.commons.jmx.PlatformMBeanServerLookup@31c90779, jmx_name=Default]]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest
08:18:30.895 [vert.x-worker-thread-0] INFO  org.infinispan.CONTAINER - ISPN000128: Infinispan version: Infinispan 'Turia' 10.1.8.Final
08:18:31.102 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.103 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.120 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.121 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.128 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.129 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.134 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.135 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.139 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.139 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.149 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.150 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.156 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.156 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.173 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.173 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.178 [ForkJoinPool-1-worker-9] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.178 [ForkJoinPool-1-worker-9] 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.027 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest
08:18:31.193 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.197 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.295 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.296 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:18:31.302 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.303 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:18:31.307 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.307 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:18:31.312 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.313 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:18:31.319 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.319 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:18:31.325 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.325 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:18:31.330 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.331 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:18:31.336 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.337 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - successfully connected to remote cache
08:18:31.342 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.i.client.HotrodCache - started cache manager, now connecting to remote cache
08:18:31.343 [ForkJoinPool-1-worker-23] 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: 1.189 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest
08:18:31.453 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.454 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.507 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.508 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.566 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.566 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.605 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.606 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.642 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.643 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.724 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.725 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.772 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.773 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.820 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.821 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.860 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.860 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.894 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.895 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.929 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.930 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:31.968 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:31.969 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.015 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.015 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.063 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.064 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.101 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.102 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.141 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.142 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.171 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.172 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.201 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.202 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.234 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.235 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.267 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.268 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.307 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.308 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.339 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.340 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.368 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.369 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.397 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.398 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.429 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.430 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.457 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.458 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.482 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.483 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.513 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.514 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.542 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.542 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.569 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.570 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.597 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.598 [vert.x-eventloop-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - successfully connected to cache
08:18:32.622 [vert.x-worker-thread-0] INFO  o.e.h.d.i.client.EmbeddedCache - started cache manager, now connecting to remote cache
08:18:32.623 [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: 2.474 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest
08:18:32.634 [Thread-3] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-55] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-39] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-127] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-11] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-31] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-75] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-131] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-115] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-83] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-99] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.634 [Thread-107] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.635 [Thread-15] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.635 [Thread-35] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.638 [Thread-103] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.638 [Thread-63] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.638 [Thread-95] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.639 [Thread-51] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.639 [Thread-87] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.639 [Thread-23] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.639 [Thread-67] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.639 [Thread-43] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.639 [Thread-79] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.642 [Thread-47] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.640 [Thread-19] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.639 [Thread-119] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.640 [Thread-91] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.644 [Thread-27] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.640 [Thread-59] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.640 [Thread-7] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.649 [Thread-111] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.640 [Thread-123] INFO  o.i.manager.DefaultCacheManager - Stopping cache manager null on null
08:18:32.642 [Thread-71] 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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/client-device-connection-infinispan/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.5.0-SNAPSHOT/client-device-connection-infinispan-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/client-device-connection-infinispan/target/client-device-connection-infinispan-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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             [12/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-base-test-utils ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/test-utils/service-base-test-utils/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/test-utils/service-base-test-utils/target/service-base-test-utils-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/service-base-test-utils/1.5.0-SNAPSHOT/service-base-test-utils-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/test-utils/service-base-test-utils/pom.xml to /opt/public/hipp/homes/genie.hono/.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                   [13/47]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapters ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/pom.xml to /opt/public/hipp/homes/genie.hono/.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      [14/47]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-spring ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/base-spring/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/base-spring/pom.xml to /opt/public/hipp/homes/genie.hono/.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                        [15/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-amqp-vertx ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/amqp-vertx/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: 1.841 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/amqp-vertx/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.5.0-SNAPSHOT/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                   [16/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx-base ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx-base/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.TracingSupportingHonoResourceTest
[INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[INFO] Running org.eclipse.hono.adapter.coap.CoapContextTest
[INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest
SLF4J: A number (64) 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
08:18:50.376 [ForkJoinPool-1-worker-27] 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=hipp8, jaeger.version=Java-1.2.0, ip=172.30.206.108}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s - in org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.726 s - in org.eclipse.hono.adapter.coap.CoapContextTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest
08:18:51.000 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1618625150]
08:18:51.002 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
08:18:51.002 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
08:18:51.003 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
08:18:51.003 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
08:18:51.003 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
08:18:51.004 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
08:18:51.006 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test]
08:18:51.516 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1618625150]
08:18:51.516 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
08:18:51.516 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
08:18:51.517 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
08:18:51.517 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
08:18:51.517 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
08:18:51.517 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
08:18:51.534 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1618625150]
08:18:51.535 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
08:18:51.535 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
08:18:51.535 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
08:18:51.535 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
08:18:51.536 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
08:18:51.536 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
08:18:51.592 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1618625150]
08:18:51.593 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Tenant service
08:18:51.593 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to AMQP Messaging Network
08:18:51.593 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Registration service
08:18:51.593 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Credentials service
08:18:51.594 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Device Connection service
08:18:51.594 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - connected to Command & Control
08:18:51.594 [ForkJoinPool-1-worker-23] 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.549 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx-base/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                        [17/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap-vertx ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.5.0-SNAPSHOT/hono-adapter-coap-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                   [18/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-base ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-base/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.impl.VertxBasedHttpProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest
08:18:58.819 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:58.832 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.NoopResourceLimitChecks]
08:18:58.838 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Tenant service
08:18:58.840 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to AMQP Messaging Network
08:18:58.840 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Device Registration service
08:18:58.841 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Credentials service
08:18:58.842 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Device Connection service
08:18:58.843 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - connected to Command & Control
08:18:58.844 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - Vertx native support: false
08:18:58.855 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes
08:18:58.878 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.003 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:56791
08:18:59.020 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)]
08:18:59.275 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.395 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)]
08:18:59.397 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.434 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.457 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)]
08:18:59.458 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.472 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.481 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)]
08:18:59.490 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.499 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)]
08:18:59.507 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.516 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)]
08:18:59.520 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.529 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)]
08:18:59.533 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.533 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1867679278]
08:18:59.533 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Tenant service
08:18:59.534 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to AMQP Messaging Network
08:18:59.534 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Registration service
08:18:59.534 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service
08:18:59.534 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
08:18:59.535 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
08:18:59.535 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
08:18:59.535 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
08:18:59.537 [ForkJoinPool-1-worker-5] 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
08:18:59.545 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.545 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)]
08:18:59.557 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.559 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)]
08:18:59.568 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.576 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)]
08:18:59.580 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.589 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.590 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1867679278]
08:18:59.590 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Tenant service
08:18:59.590 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to AMQP Messaging Network
08:18:59.590 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Registration service
08:18:59.590 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service
08:18:59.591 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
08:18:59.591 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
08:18:59.591 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
08:18:59.591 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)]
08:18:59.591 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
08:18:59.591 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
08:18:59.598 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.611 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.611 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1867679278]
08:18:59.611 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Tenant service
08:18:59.611 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to AMQP Messaging Network
08:18:59.612 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Registration service
08:18:59.612 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Credentials service
08:18:59.612 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Device Connection service
08:18:59.612 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - connected to Command & Control
08:18:59.612 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - Vertx native support: false
08:18:59.613 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes
08:18:59.613 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080
08:18:59.620 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
08:18:59.630 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Metrics implementation [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$811270620]
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.571 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest
08:18:59.649 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)]
08:18:59.663 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)]
08:18:59.672 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)]
08:18:59.681 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)]
08:18:59.698 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)]
08:18:59.716 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter
08:18:59.723 [vert.x-eventloop-thread-0] INFO  o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - successfully stopped protocol adapter
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-base/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                        [19/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.5.0-SNAPSHOT/hono-adapter-http-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx/target/hono-adapter-http-vertx-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                [20/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-quarkus ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/service-base-quarkus/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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
Oct 29, 2020 8:19:08 AM org.eclipse.hono.service.quarkus.SystemLoggerTest testSystemSecurityLoggerLevel
INFO: EventHandler.isLoggingSecurity() uses java.lang.System.Logger [type: sun.util.logging.internal.LoggingProviderImpl$JULWrapper, TRACE: false, DEBUG: false, INFO: true, WARNING: true, ERROR: true]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s - in org.eclipse.hono.service.quarkus.SystemLoggerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/service-base-quarkus/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.5.0-SNAPSHOT/hono-service-base-quarkus-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/service-base-quarkus/target/hono-service-base-quarkus-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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     [21/47]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base-quarkus ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/base-quarkus/target
[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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/base-quarkus/pom.xml to /opt/public/hipp/homes/genie.hono/.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              [22/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-vertx-quarkus ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-quarkus/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-quarkus/target/classes
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java: /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/http/quarkus/Application.java uses unchecked or unsafe operations.
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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.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.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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /jobs/genie.hono/Hono CI Pipeline/workspace/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 3927ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx-quarkus ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-quarkus/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                   [23/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx-base ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.CommandSubscriptionTest
[INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest
[INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest
[INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
[INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest
SLF4J: A number (64) 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: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s - in org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.09 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest
08:19:28.737 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1026490070]
08:19:28.741 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Tenant service
08:19:28.742 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to AMQP Messaging Network
08:19:28.742 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Registration service
08:19:28.742 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Credentials service
08:19:28.742 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service
08:19:28.743 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control
08:19:28.743 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
08:19:28.745 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
08:19:28.745 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
08:19:28.746 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
08:19:29.012 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.service.resourcelimits.ResourceLimitChecks$MockitoMock$1026490070]
08:19:29.012 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Tenant service
08:19:29.012 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to AMQP Messaging Network
08:19:29.012 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Registration service
08:19:29.012 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Credentials service
08:19:29.013 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Device Connection service
08:19:29.013 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - connected to Command & Control
08:19:29.013 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes
08:19:29.018 [ForkJoinPool-1-worker-5] WARN  o.e.h.s.l.DefaultConnectionLimitManager - Configured connection limit 2147483647 is too high: Recommended is maximum 102374 (based on max. available memory: 2147MB)
08:19:29.018 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Vertx native support: false
08:19:29.018 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883
08:19:29.018 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.496 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 74, 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                        [24/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-kura ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/kura/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: 0.966 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/kura/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.5.0-SNAPSHOT/hono-adapter-kura-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/kura/target/hono-adapter-kura-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                        [25/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-lora-vertx ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/lora-vertx/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.providers.EverynetProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.impl.LoraProtocolAdapterTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.LoriotProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.LoraUtilsTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ProximusProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest
[INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.hono.adapter.lora.providers.LoraUtilsTest
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: 1.908 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.92 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.925 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.928 s - in org.eclipse.hono.adapter.lora.providers.FireflyProviderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.932 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.935 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.938 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.942 s - in org.eclipse.hono.adapter.lora.providers.ProximusProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.948 s - in org.eclipse.hono.adapter.lora.providers.LoriotProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.952 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest
08:19:41.149 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$1991445454]
08:19:41.639 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$1991445454]
08:19:41.651 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$1991445454]
08:19:41.723 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$1991445454]
08:19:41.900 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$1991445454]
08:19:41.913 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$1991445454]
08:19:41.935 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$1991445454]
08:19:42.019 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.l.impl.LoraProtocolAdapter - using OpenTracing Tracer implementation [io.opentracing.Tracer$MockitoMock$1991445454]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.004 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/lora-vertx/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.5.0-SNAPSHOT/hono-adapter-lora-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                        [26/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.5.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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              [27/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-quarkus/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-quarkus/target/classes
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-quarkus/src/main/java/org/eclipse/hono/adapter/mqtt/quarkus/Application.java: Some input files use unchecked or unsafe operations.
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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.adapter.mqtt.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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /jobs/genie.hono/Hono CI Pipeline/workspace/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 4103ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx-quarkus ---
[INFO] Building jar: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-quarkus/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                      [28/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-sigfox-vertx ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.5.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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              [29/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/cli/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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
08:19:57.806 [ForkJoinPool-1-worker-19] ERROR org.eclipse.hono.cli.app.Receiver - Error occurred during initialization of receiver: Invalid message type ["xxxxx"]. Valid types are "telemetry", "event" or "all"
08:19:57.818 [ForkJoinPool-1-worker-19] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit
08:19:57.826 [ForkJoinPool-1-worker-19] INFO  org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit
08:19:57.829 [ForkJoinPool-1-worker-19] 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: 0.745 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/hono-cli-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/cli/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-cli/1.5.0-SNAPSHOT/hono-cli-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/cli/target/hono-cli-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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-clients-parent >----------------
[INFO] Building Hono Clients 1.5.0-SNAPSHOT                             [30/47]
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/clients/pom.xml to /opt/public/hipp/homes/genie.hono/.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        [31/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/clients/adapter/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/clients/adapter/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client-adapter/1.5.0-SNAPSHOT/hono-client-adapter-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/clients/adapter/target/hono-client-adapter-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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-adapter-amqp >--------------
[INFO] Building Hono Client for Protocol Adapters (AMQP) 1.5.0-SNAPSHOT [32/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-adapter-amqp ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/clients/adapter-amqp/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 3 source files to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/clients/adapter-amqp/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.5.0-SNAPSHOT/hono-client-adapter-amqp-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/clients/adapter-amqp/target/hono-client-adapter-amqp-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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:hono-deploy >--------------------
[INFO] Building Hono Deployment 1.5.0-SNAPSHOT                          [33/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-deploy ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/deploy/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/deploy/target/hono-deploy-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-deploy/1.5.0-SNAPSHOT/hono-deploy-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/deploy/pom.xml to /opt/public/hipp/homes/genie.hono/.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                            [34/47]
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/examples/pom.xml to /opt/public/hipp/homes/genie.hono/.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                     [35/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example-client ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/examples/hono-client-examples/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/demo-certs/target/hono-demo-certs-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/examples/hono-client-examples/target/classes
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: /jobs/genie.hono/Hono CI Pipeline/workspace/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java uses or overrides a deprecated API.
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/examples/hono-client-examples/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-example-client/1.5.0-SNAPSHOT/hono-example-client-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/examples/hono-client-examples/target/hono-example-client-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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            [36/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ protocol-gateway ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/examples/protocol-gateway-example/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/examples/protocol-gateway-example/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/protocol-gateway/1.5.0-SNAPSHOT/protocol-gateway-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/examples/protocol-gateway-example/target/protocol-gateway-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                       [37/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-jmeter ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/jmeter/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/jmeter/target/classes
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java: /jobs/genie.hono/Hono CI Pipeline/workspace/jmeter/src/main/java/org/eclipse/hono/jmeter/ui/HonoCommanderSamplerUI.java uses unchecked or unsafe operations.
[INFO] /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/jmeter/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-jmeter/1.5.0-SNAPSHOT/hono-jmeter-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/jmeter/target/hono-jmeter-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                            [38/47]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/services/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/pom.xml to /opt/public/hipp/homes/genie.hono/.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                                [39/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/services/auth/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.SimpleAuthenticationServerTest
[INFO] Running org.eclipse.hono.service.auth.impl.FileBasedAuthenticationServiceTest
08:20:28.063 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.a.i.FileBasedAuthenticationService - loading permissions from resource file:/jobs/genie.hono/Hono%20CI%20Pipeline/workspace/services/auth/target/test-classes/authentication-service-test-permissions.json
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in org.eclipse.hono.service.auth.impl.SimpleAuthenticationServerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/services/auth/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-auth/1.5.0-SNAPSHOT/hono-service-auth-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/services/auth/target/hono-service-auth-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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        [40/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-base ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-base/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Running org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest
[INFO] Running org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
[INFO] Running org.eclipse.hono.service.management.credentials.SecretsTest
[INFO] Running org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
[INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] Running org.eclipse.hono.service.management.device.DeviceTest
[INFO] Running org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Running org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Running org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Running org.eclipse.hono.service.management.device.FilterTest
SLF4J: A number (18) 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: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.eclipse.hono.service.tenant.TenantMessageFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.eclipse.hono.service.credentials.CredentialsMessageFilterTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 s - in org.eclipse.hono.service.management.device.FilterTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s - in org.eclipse.hono.service.management.device.DeviceTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 s - in org.eclipse.hono.service.management.credentials.SecretsTest
08:21:07.622 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.932 s - in org.eclipse.hono.service.management.device.AutoProvisioningEnabledDeviceBackendTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 s - in org.eclipse.hono.service.management.tenant.TenantTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.999 s - in org.eclipse.hono.service.management.credentials.CredentialsTest
08:21:07.768 [ForkJoinPool-1-worker-29] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1595802480
08:21:07.778 [ForkJoinPool-1-worker-29] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 533706893
08:21:07.782 [ForkJoinPool-1-worker-29] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 273961075
08:21:07.784 [ForkJoinPool-1-worker-29] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1708075823
08:21:07.790 [ForkJoinPool-1-worker-29] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 2143746037
08:21:07.793 [ForkJoinPool-1-worker-29] INFO  o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 2077379183
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.038 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
Oct 29, 2020 8:21:07 AM org.eclipse.hono.service.http.TracingHandler
SEVERE: Sever SpanContext is null or not an instance of SpanContext
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.532 s - in org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-base/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-tests.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-base/target/hono-service-device-registry-base-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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           [41/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-jdbc ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/services/base-jdbc/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.StatementTest
[INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest
[INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.hono.service.base.jdbc.store.QueryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 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: /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/services/base-jdbc/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.5.0-SNAPSHOT/hono-service-base-jdbc-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/services/base-jdbc/target/hono-service-base-jdbc-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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           [42/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-connection ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-connection/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.076 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-connection/pom.xml to /opt/public/hipp/homes/genie.hono/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.5.0-SNAPSHOT/hono-service-device-connection-1.5.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-connection/target/hono-service-device-connection-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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          [43/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-file ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-file/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.FileBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest
08:21:24.435 [ForkJoinPool-1-worker-27] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
SLF4J: A number (1) 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
08:21:24.813 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
08:21:24.818 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:25.068 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
08:21:25.104 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
08:21:25.111 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
08:21:25.129 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
08:21:25.136 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
08:21:25.141 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
08:21:25.146 [ForkJoinPool-1-worker-27] INFO  o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest
08:21:25.187 [ForkJoinPool-1-worker-23] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
08:21:25.191 [ForkJoinPool-1-worker-13] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
08:21:25.192 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - Either filename is null or empty start is set, won't load any device identities
08:21:25.192 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:21:25.199 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds
08:21:25.204 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
08:21:25.222 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:25.313 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
08:21:25.314 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json]
08:21:25.321 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.file.FileBasedTenantService - Either filename is null or empty start is set, won't load any tenants
08:21:25.321 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
08:21:25.331 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json]
08:21:25.331 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
08:21:25.331 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
08:21:25.331 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:21:25.340 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:21:25.345 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:25.351 [ForkJoinPool-1-worker-23] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
08:21:25.351 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:21:25.355 [ForkJoinPool-1-worker-23] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest
08:21:25.407 [ForkJoinPool-1-worker-13] INFO  o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.23 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest
08:21:25.643 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:25.750 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:25.845 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:25.925 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:26.536 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:26.696 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:26.807 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:26.905 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:27.006 [ForkJoinPool-1-worker-5] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service
io.vertx.core.impl.NoStackTraceThrowable: no access
08:21:27.012 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds
08:21:27.013 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds
08:21:27.025 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json]
08:21:27.026 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:21:27.028 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json]
08:21:27.028 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
08:21:27.030 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:27.124 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:27.205 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:27.287 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json]
08:21:27.290 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:27.368 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:27.449 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:27.529 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - Either filename is null or empty start is set, won't load any device identities
08:21:27.530 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:21:27.530 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - Either filename is null or empty start is set, won't load any credentials
08:21:27.530 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
08:21:27.533 [ForkJoinPool-1-worker-5] WARN  o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json]
08:21:27.533 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file
08:21:27.534 [ForkJoinPool-1-worker-5] WARN  o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json]
08:21:27.534 [ForkJoinPool-1-worker-5] INFO  o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.357 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-file/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-file/target/hono-service-device-registry-file-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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          [44/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-jdbc ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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.JdbcBasedRegistrationServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
[INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest
SLF4J: A number (191) 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
08:21:44.987 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d7f3fd55-17b3-4e2f-bce0-d040edc67016","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:44.967 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a24af613-6179-49e2-bd99-0e618cb17f1b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:44.967 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e6f6a4a8-66b4-4869-9f55-d9a53fa63ab6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:44.967 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9e69581b-81f3-4eee-adb3-0f36830538ca","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:44.967 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/62556f36-b41e-420c-a105-4d7adda87178","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.020 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1973d1cd-a647-478a-8d70-70e2f8174d05","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.140 [ForkJoinPool-1-worker-17] 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@493a37cd
08:21:45.140 [ForkJoinPool-1-worker-5] 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@54807ac9
08:21:45.140 [ForkJoinPool-1-worker-31] 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@d7af0f1
08:21:45.140 [ForkJoinPool-1-worker-9] 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@ed584b5
08:21:45.140 [ForkJoinPool-1-worker-31] 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
08:21:45.140 [ForkJoinPool-1-worker-13] 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@60a72829
08:21:45.140 [ForkJoinPool-1-worker-17] 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
08:21:45.140 [ForkJoinPool-1-worker-5] 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
08:21:45.140 [ForkJoinPool-1-worker-9] 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
08:21:45.140 [ForkJoinPool-1-worker-23] 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@80b987
08:21:45.140 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.140 [ForkJoinPool-1-worker-13] 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
08:21:45.140 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.140 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.140 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.140 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.140 [ForkJoinPool-1-worker-23] 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
08:21:45.141 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.190 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.190 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.190 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.190 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.190 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.190 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.193 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9e69581b-81f3-4eee-adb3-0f36830538ca","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.193 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d7f3fd55-17b3-4e2f-bce0-d040edc67016","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.193 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1973d1cd-a647-478a-8d70-70e2f8174d05","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.193 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/62556f36-b41e-420c-a105-4d7adda87178","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.193 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e6f6a4a8-66b4-4869-9f55-d9a53fa63ab6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.193 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a24af613-6179-49e2-bd99-0e618cb17f1b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.196 [ForkJoinPool-1-worker-9] 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@43d429a2
08:21:45.196 [ForkJoinPool-1-worker-23] 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@677091ac
08:21:45.196 [ForkJoinPool-1-worker-9] 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
08:21:45.196 [ForkJoinPool-1-worker-23] 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
08:21:45.196 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.196 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.196 [ForkJoinPool-1-worker-5] 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@40584dec
08:21:45.196 [ForkJoinPool-1-worker-31] 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@38b2aa16
08:21:45.196 [ForkJoinPool-1-worker-5] 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
08:21:45.196 [ForkJoinPool-1-worker-17] 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@6cffa07
08:21:45.196 [ForkJoinPool-1-worker-13] 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@2621909e
08:21:45.197 [ForkJoinPool-1-worker-31] 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
08:21:45.197 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.197 [ForkJoinPool-1-worker-17] 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
08:21:45.197 [ForkJoinPool-1-worker-13] 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
08:21:45.197 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.197 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.197 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:45.199 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.200 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.200 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.201 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.202 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.203 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:45.266 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9a502cb5-32f9-4381-af08-944a03cb17c9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.267 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18d9578
08:21:45.267 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.267 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.270 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.272 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9a502cb5-32f9-4381-af08-944a03cb17c9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.272 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6187fc19
08:21:45.273 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.273 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.275 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.279 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3a9411b3-13a1-4d86-acad-20e3bd8415c0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.279 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/082a3ba5-6cd9-4272-8e56-4407ac43920e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.279 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e73c0c23-d558-4b97-8757-cd1483dcdf47","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.279 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/42fe8bdf-9b97-4502-b899-3ec2ce27a658","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.280 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a3e1836
08:21:45.280 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3f4a2081
08:21:45.280 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.280 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.280 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5555e44d
08:21:45.280 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.280 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.280 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b00cec7
08:21:45.281 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.281 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.281 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.281 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.283 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:45.284 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.284 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.284 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.284 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/082a3ba5-6cd9-4272-8e56-4407ac43920e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.284 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/42fe8bdf-9b97-4502-b899-3ec2ce27a658","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.284 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3a9411b3-13a1-4d86-acad-20e3bd8415c0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.284 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.285 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e73c0c23-d558-4b97-8757-cd1483dcdf47","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.285 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36a59956
08:21:45.285 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.285 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@157b3edc
08:21:45.285 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.285 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.285 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.286 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c460f72
08:21:45.286 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9a502cb5-32f9-4381-af08-944a03cb17c9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.286 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.286 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.286 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@307f8571
08:21:45.286 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.286 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.286 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@39a94fea
08:21:45.286 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.286 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.288 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.288 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.288 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.288 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:45.288 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:45.288 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/082a3ba5-6cd9-4272-8e56-4407ac43920e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.288 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/42fe8bdf-9b97-4502-b899-3ec2ce27a658","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.289 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.289 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.289 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:45.289 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@75d11cc6
08:21:45.289 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@615db987
08:21:45.289 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.289 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.289 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3a9411b3-13a1-4d86-acad-20e3bd8415c0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.289 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:45.289 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.289 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.289 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9a502cb5-32f9-4381-af08-944a03cb17c9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.289 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e73c0c23-d558-4b97-8757-cd1483dcdf47","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.290 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17f8f93b
08:21:45.290 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.290 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@223e8cd1
08:21:45.290 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.290 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.290 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b01bbd6
08:21:45.290 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.290 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.290 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.292 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.292 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.292 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/082a3ba5-6cd9-4272-8e56-4407ac43920e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.292 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/42fe8bdf-9b97-4502-b899-3ec2ce27a658","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.292 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.293 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1f14a33e
08:21:45.293 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e63b301
08:21:45.293 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.293 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.293 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.293 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.293 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.293 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.293 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3a9411b3-13a1-4d86-acad-20e3bd8415c0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.293 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e73c0c23-d558-4b97-8757-cd1483dcdf47","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.294 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4787ec59
08:21:45.294 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.294 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.294 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ddea37c
08:21:45.294 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.294 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.295 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.295 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.296 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:45.297 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.297 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.326 [MLog-Init-Reporter] INFO  com.mchange.v2.log.MLog - MLog clients using slf4j logging.
08:21:45.399 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e36fdf4f-3645-4017-971d-337613be04ff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.400 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21622705
08:21:45.400 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.400 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.402 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.403 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e36fdf4f-3645-4017-971d-337613be04ff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.403 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@197f61d5
08:21:45.403 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.403 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.405 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.405 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:45.405 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e36fdf4f-3645-4017-971d-337613be04ff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.406 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b508a2c
08:21:45.406 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.406 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.408 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.408 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e36fdf4f-3645-4017-971d-337613be04ff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:45.415 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74f189f9
08:21:45.415 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:45.415 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:45.417 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:45.452 [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]
08:21:45.555 [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 -> 1br9fn0adw9r7re13gr5vu|5a7a9715, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5a7a9715, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/082a3ba5-6cd9-4272-8e56-4407ac43920e, 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 ]
08:21:45.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 -> 1br9fn0adw9r7re13gr5vu|1fe1ed6f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|1fe1ed6f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e6f6a4a8-66b4-4869-9f55-d9a53fa63ab6, 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 ]
08:21:45.562 [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 -> 1br9fn0adw9r7re13gr5vu|4d439b02, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4d439b02, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9a502cb5-32f9-4381-af08-944a03cb17c9, 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 ]
08:21:45.563 [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 -> 1br9fn0adw9r7re13gr5vu|380a4a22, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|380a4a22, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e36fdf4f-3645-4017-971d-337613be04ff, 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 ]
08:21:45.563 [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 -> 1br9fn0adw9r7re13gr5vu|4bc46de4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4bc46de4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/62556f36-b41e-420c-a105-4d7adda87178, 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 ]
08:21:45.563 [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 -> 1br9fn0adw9r7re13gr5vu|5506f988, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5506f988, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a24af613-6179-49e2-bd99-0e618cb17f1b, 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 ]
08:21:47.121 [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 -> 1br9fn0adw9r7re13gr5vu|363cf211, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|363cf211, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/42fe8bdf-9b97-4502-b899-3ec2ce27a658, 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 ]
08:21:47.142 [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 -> 1br9fn0adw9r7re13gr5vu|e5cabcb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|e5cabcb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9a502cb5-32f9-4381-af08-944a03cb17c9, 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 ]
08:21:47.191 [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 -> 1br9fn0adw9r7re13gr5vu|2cfeb388, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2cfeb388, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/42fe8bdf-9b97-4502-b899-3ec2ce27a658, 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 ]
08:21:47.528 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7fabf971-daad-4e3f-98f1-f93970c4b3d1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.529 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3b8f12c3-1f3d-4da8-a00f-7cd8cc91f23a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.530 [ForkJoinPool-1-worker-13] 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@3fa43791
08:21:47.530 [ForkJoinPool-1-worker-13] 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
08:21:47.530 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.530 [ForkJoinPool-1-worker-5] 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@6de372d9
08:21:47.530 [ForkJoinPool-1-worker-5] 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
08:21:47.530 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.531 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.531 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3b8f12c3-1f3d-4da8-a00f-7cd8cc91f23a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.532 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.532 [ForkJoinPool-1-worker-13] 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@6775a241
08:21:47.532 [ForkJoinPool-1-worker-13] 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
08:21:47.532 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.532 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7fabf971-daad-4e3f-98f1-f93970c4b3d1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.533 [ForkJoinPool-1-worker-5] 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@2cacd93b
08:21:47.533 [ForkJoinPool-1-worker-5] 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
08:21:47.533 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.533 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.535 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.545 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0cc9e867-4ae3-4432-8742-b653694fe552","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.545 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d2f17a10-9b77-455c-8689-4adba22ddc8c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.546 [ForkJoinPool-1-worker-9] 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@7fa0dc18
08:21:47.546 [ForkJoinPool-1-worker-9] 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
08:21:47.546 [ForkJoinPool-1-worker-23] 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@1fced821
08:21:47.546 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.546 [ForkJoinPool-1-worker-23] 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
08:21:47.546 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.547 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.547 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.548 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0cc9e867-4ae3-4432-8742-b653694fe552","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.548 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d2f17a10-9b77-455c-8689-4adba22ddc8c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.548 [ForkJoinPool-1-worker-9] 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@145d6432
08:21:47.548 [ForkJoinPool-1-worker-9] 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
08:21:47.548 [ForkJoinPool-1-worker-23] 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@13cb4024
08:21:47.548 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.548 [ForkJoinPool-1-worker-23] 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
08:21:47.548 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.549 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.549 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.562 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/33841b17-f3bc-499b-8077-3a11988530ab","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.562 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/992fe7f4-1052-445a-80da-dba061d24d67","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.563 [ForkJoinPool-1-worker-17] 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@128466ff
08:21:47.563 [ForkJoinPool-1-worker-17] 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
08:21:47.563 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.563 [ForkJoinPool-1-worker-31] 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@653ba2e8
08:21:47.563 [ForkJoinPool-1-worker-31] 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
08:21:47.563 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.565 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.565 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.565 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/992fe7f4-1052-445a-80da-dba061d24d67","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.565 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/33841b17-f3bc-499b-8077-3a11988530ab","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.565 [ForkJoinPool-1-worker-31] 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@1395fa31
08:21:47.565 [ForkJoinPool-1-worker-31] 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
08:21:47.565 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.565 [ForkJoinPool-1-worker-17] 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@5539b0e8
08:21:47.565 [ForkJoinPool-1-worker-17] 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
08:21:47.565 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.566 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.566 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.579 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/37d27abf-6e33-4263-bf43-b7e243dabddf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.582 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24087b3a
08:21:47.582 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.582 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.584 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.584 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/37d27abf-6e33-4263-bf43-b7e243dabddf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.585 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@86a7060
08:21:47.585 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.585 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.587 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.588 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:47.588 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/37d27abf-6e33-4263-bf43-b7e243dabddf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.589 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77785d15
08:21:47.589 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.589 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.590 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.590 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/37d27abf-6e33-4263-bf43-b7e243dabddf","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.591 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77d885a1
08:21:47.591 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.591 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.592 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.612 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c7444de7-c778-4f57-b097-8d3ec53d2db3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.612 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f5e76288-40bb-4788-abcf-677d366cd43a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.612 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/76ada36f-6384-42d6-99a2-72f6f354287a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.612 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0fc4bb2c-b5a2-4d5d-86dd-a8baba674e8b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.613 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@455e5fd9
08:21:47.613 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21d04d5e
08:21:47.613 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@661bbf73
08:21:47.613 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20a452d6
08:21:47.613 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.613 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.613 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.613 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.613 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.613 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.613 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.613 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.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 -> 1br9fn0adw9r7re13gr5vu|364906cb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|364906cb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/37d27abf-6e33-4263-bf43-b7e243dabddf, 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 ]
08:21:47.616 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.616 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.616 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c7444de7-c778-4f57-b097-8d3ec53d2db3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.616 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f5e76288-40bb-4788-abcf-677d366cd43a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.616 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.616 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0fc4bb2c-b5a2-4d5d-86dd-a8baba674e8b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.617 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51e991e0
08:21:47.617 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.617 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.617 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f44c47e
08:21:47.617 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b594996
08:21:47.617 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.617 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.617 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.617 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.618 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.619 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.619 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.619 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:47.619 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f5e76288-40bb-4788-abcf-677d366cd43a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.619 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:47.619 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:47.619 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c7444de7-c778-4f57-b097-8d3ec53d2db3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.619 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0fc4bb2c-b5a2-4d5d-86dd-a8baba674e8b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.620 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61c8e810
08:21:47.620 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.620 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.620 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@58e88e8b
08:21:47.620 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.620 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20d90b5b
08:21:47.620 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.620 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.620 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.621 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.621 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/76ada36f-6384-42d6-99a2-72f6f354287a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.621 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3750d40f
08:21:47.621 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.621 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.621 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.622 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f5e76288-40bb-4788-abcf-677d366cd43a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.622 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64889c81
08:21:47.622 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.622 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.622 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.622 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.622 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0fc4bb2c-b5a2-4d5d-86dd-a8baba674e8b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.622 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c7444de7-c778-4f57-b097-8d3ec53d2db3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.623 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ec96307
08:21:47.623 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35c25b4e
08:21:47.623 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.623 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.623 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.623 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.623 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.623 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.623 [ForkJoinPool-1-worker-5] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:47.623 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/76ada36f-6384-42d6-99a2-72f6f354287a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.624 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@56f3b894
08:21:47.624 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.624 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.625 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.625 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.626 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.626 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/76ada36f-6384-42d6-99a2-72f6f354287a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.627 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2378b8bc-ef23-4650-9c23-ee1d6832edf9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.627 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6dec90f1
08:21:47.627 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.627 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.627 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@60ebfc00
08:21:47.627 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.628 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.630 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.630 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2378b8bc-ef23-4650-9c23-ee1d6832edf9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.630 [ForkJoinPool-1-worker-5] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.631 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@477b065d
08:21:47.631 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.631 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.632 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.633 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:47.633 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2378b8bc-ef23-4650-9c23-ee1d6832edf9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.634 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@481e8106
08:21:47.634 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.634 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.635 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.635 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2378b8bc-ef23-4650-9c23-ee1d6832edf9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.635 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@188e4a78
08:21:47.635 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:47.635 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:47.636 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:47.679 [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 -> 1br9fn0adw9r7re13gr5vu|1e01ec6b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|1e01ec6b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/33841b17-f3bc-499b-8077-3a11988530ab, 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 ]
08:21:47.681 [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 -> 1br9fn0adw9r7re13gr5vu|30a0a9d8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|30a0a9d8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d2f17a10-9b77-455c-8689-4adba22ddc8c, 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 ]
08:21:47.681 [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 -> 1br9fn0adw9r7re13gr5vu|42db6754, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|42db6754, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c7444de7-c778-4f57-b097-8d3ec53d2db3, 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 ]
08:21:47.683 [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 -> 1br9fn0adw9r7re13gr5vu|44c7deff, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|44c7deff, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7fabf971-daad-4e3f-98f1-f93970c4b3d1, 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 ]
08:21:47.685 [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 -> 1br9fn0adw9r7re13gr5vu|5a3d180a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5a3d180a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0fc4bb2c-b5a2-4d5d-86dd-a8baba674e8b, 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 ]
08:21:47.775 [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 -> 1br9fn0adw9r7re13gr5vu|2f9e53ed, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2f9e53ed, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0fc4bb2c-b5a2-4d5d-86dd-a8baba674e8b, 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 ]
08:21:47.799 [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 -> 1br9fn0adw9r7re13gr5vu|65445702, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|65445702, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c7444de7-c778-4f57-b097-8d3ec53d2db3, 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 ]
08:21:47.799 [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 -> 1br9fn0adw9r7re13gr5vu|5fcce353, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5fcce353, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/33841b17-f3bc-499b-8077-3a11988530ab, 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 ]
08:21:47.811 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6f1af521-3c80-445b-a137-dca34ced79b1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.812 [ForkJoinPool-1-worker-13] 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@3b9ac0e2
08:21:47.812 [ForkJoinPool-1-worker-13] 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
08:21:47.812 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.817 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.818 [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 -> 1br9fn0adw9r7re13gr5vu|7733911e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|7733911e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/76ada36f-6384-42d6-99a2-72f6f354287a, 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 ]
08:21:47.818 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6f1af521-3c80-445b-a137-dca34ced79b1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:47.819 [ForkJoinPool-1-worker-13] 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@557a42cf
08:21:47.819 [ForkJoinPool-1-worker-13] 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
08:21:47.819 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:47.821 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:47.823 [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 -> 1br9fn0adw9r7re13gr5vu|12664f10, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|12664f10, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/76ada36f-6384-42d6-99a2-72f6f354287a, 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 ]
08:21:47.823 [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 -> 1br9fn0adw9r7re13gr5vu|fc72bb3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|fc72bb3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0fc4bb2c-b5a2-4d5d-86dd-a8baba674e8b, 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 ]
08:21:47.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 -> 1br9fn0adw9r7re13gr5vu|634eb934, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|634eb934, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c7444de7-c778-4f57-b097-8d3ec53d2db3, 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 ]
08:21:48.054 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a3975e7a-bd17-406b-bf7e-372203b01ba1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.056 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@14c2b92d
08:21:48.056 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.056 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.059 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.059 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a3975e7a-bd17-406b-bf7e-372203b01ba1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.060 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6cf064c8
08:21:48.060 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.060 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.062 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.063 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.063 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b09d6107-7302-4576-8ea9-ec3ad0b71836","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.063 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a3975e7a-bd17-406b-bf7e-372203b01ba1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.063 [ForkJoinPool-1-worker-23] 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@3ccacae3
08:21:48.063 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76beac54
08:21:48.064 [ForkJoinPool-1-worker-23] 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
08:21:48.064 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.064 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.064 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.064 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.064 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b09d6107-7302-4576-8ea9-ec3ad0b71836","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.065 [ForkJoinPool-1-worker-23] 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@2b6c4eca
08:21:48.065 [ForkJoinPool-1-worker-23] 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
08:21:48.065 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.065 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.065 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a3975e7a-bd17-406b-bf7e-372203b01ba1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.066 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.066 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1bf69d6b
08:21:48.066 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.066 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.067 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.084 [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 -> 1br9fn0adw9r7re13gr5vu|510cca9b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|510cca9b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a3975e7a-bd17-406b-bf7e-372203b01ba1, 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: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.658 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest
08:21:48.137 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/26262768-54af-4d56-9f94-dd0fe53d3cc4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.139 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38c4e9cd
08:21:48.139 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.139 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.140 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.140 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/26262768-54af-4d56-9f94-dd0fe53d3cc4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.141 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45183a8f
08:21:48.141 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.141 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.143 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.143 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.143 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/26262768-54af-4d56-9f94-dd0fe53d3cc4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.144 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7fd48f8e
08:21:48.144 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.144 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.145 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.145 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/26262768-54af-4d56-9f94-dd0fe53d3cc4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.145 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6db6ad5
08:21:48.145 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.145 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.146 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.155 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fd8677e5-8e06-4780-9130-6158a2ebf043","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.155 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4cbef41a-1c1e-42c7-af08-e968eadd4b3a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.155 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/79a26b5f-e3a1-41af-b8d9-31bf56e69def","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.156 [ForkJoinPool-1-worker-9] 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@2d8d56bb
08:21:48.156 [ForkJoinPool-1-worker-17] 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@146fe0a3
08:21:48.156 [ForkJoinPool-1-worker-9] 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
08:21:48.156 [ForkJoinPool-1-worker-17] 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
08:21:48.156 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.156 [ForkJoinPool-1-worker-31] 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@1363e985
08:21:48.156 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.156 [ForkJoinPool-1-worker-31] 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
08:21:48.156 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.157 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.157 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4cbef41a-1c1e-42c7-af08-e968eadd4b3a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.157 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.158 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.158 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/79a26b5f-e3a1-41af-b8d9-31bf56e69def","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.158 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fd8677e5-8e06-4780-9130-6158a2ebf043","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.158 [ForkJoinPool-1-worker-9] 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@1f8e82c6
08:21:48.158 [ForkJoinPool-1-worker-9] 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
08:21:48.158 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.158 [ForkJoinPool-1-worker-17] 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@7de0f7fa
08:21:48.158 [ForkJoinPool-1-worker-17] 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
08:21:48.158 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.158 [ForkJoinPool-1-worker-31] 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@21f32f63
08:21:48.158 [ForkJoinPool-1-worker-31] 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
08:21:48.158 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.158 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.159 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.159 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.163 [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 -> 1br9fn0adw9r7re13gr5vu|353a235a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|353a235a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b09d6107-7302-4576-8ea9-ec3ad0b71836, 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 ]
08:21:48.167 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9077d3f7-2127-4312-8e06-918348d28949","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.167 [ForkJoinPool-1-worker-13] 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@48e32582
08:21:48.167 [ForkJoinPool-1-worker-13] 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
08:21:48.167 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.168 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.168 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9077d3f7-2127-4312-8e06-918348d28949","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.169 [ForkJoinPool-1-worker-13] 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@5996712b
08:21:48.169 [ForkJoinPool-1-worker-13] 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
08:21:48.169 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.170 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.185 [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 -> 1br9fn0adw9r7re13gr5vu|6393c736, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|6393c736, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b09d6107-7302-4576-8ea9-ec3ad0b71836, 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 ]
08:21:48.205 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c7ea957-c471-4020-954c-e2b75753a181","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.206 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4bd3c9c1
08:21:48.206 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.206 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.207 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.207 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c7ea957-c471-4020-954c-e2b75753a181","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.208 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7912ae70
08:21:48.208 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.208 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.209 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.210 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.210 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c7ea957-c471-4020-954c-e2b75753a181","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.210 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@391a9c50
08:21:48.210 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.210 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.212 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.212 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c7ea957-c471-4020-954c-e2b75753a181","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.212 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@841958e
08:21:48.212 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.212 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.214 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/632012b0-6ea5-4ea5-ae8c-6d9c70e50d5c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.214 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0b36d9b7-e871-459e-8edc-ee02bbb8e139","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.214 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2bbba0a2
08:21:48.214 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.214 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.214 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.215 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@668284eb
08:21:48.215 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.215 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.215 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.215 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/632012b0-6ea5-4ea5-ae8c-6d9c70e50d5c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.215 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.215 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@535399d9
08:21:48.215 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.216 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.217 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.214 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa28d9bd-20e7-4f34-8a80-c16ff1674ee4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.217 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.217 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/632012b0-6ea5-4ea5-ae8c-6d9c70e50d5c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.217 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.217 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d727610
08:21:48.217 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.217 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.217 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@78e40339
08:21:48.217 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.217 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.217 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0b36d9b7-e871-459e-8edc-ee02bbb8e139","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.218 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.218 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa28d9bd-20e7-4f34-8a80-c16ff1674ee4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.218 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74dd806d
08:21:48.218 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.218 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.219 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.219 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@552d27d6
08:21:48.219 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.219 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.219 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/632012b0-6ea5-4ea5-ae8c-6d9c70e50d5c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.219 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c10527
08:21:48.219 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.219 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.220 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.220 [ForkJoinPool-1-worker-31] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.220 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa28d9bd-20e7-4f34-8a80-c16ff1674ee4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.220 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@260e43a9
08:21:48.220 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.220 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.220 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.221 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.221 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa28d9bd-20e7-4f34-8a80-c16ff1674ee4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.221 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.221 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@777988d9
08:21:48.221 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.221 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.222 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.222 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0b36d9b7-e871-459e-8edc-ee02bbb8e139","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.222 [ForkJoinPool-1-worker-31] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.223 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a30db35
08:21:48.223 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.223 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.225 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.225 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0b36d9b7-e871-459e-8edc-ee02bbb8e139","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.226 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30955f37
08:21:48.227 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.227 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.228 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.239 [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 -> 1br9fn0adw9r7re13gr5vu|2f54ebd5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2f54ebd5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa28d9bd-20e7-4f34-8a80-c16ff1674ee4, 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 ]
08:21:48.242 [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 -> 1br9fn0adw9r7re13gr5vu|5fa7ab59, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5fa7ab59, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/79a26b5f-e3a1-41af-b8d9-31bf56e69def, 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 ]
08:21:48.245 [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 -> 1br9fn0adw9r7re13gr5vu|21dcd80a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|21dcd80a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0b36d9b7-e871-459e-8edc-ee02bbb8e139, 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 ]
08:21:48.248 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5fbcbeaf-6728-4099-bafe-8be0599e7623","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.250 [ForkJoinPool-1-worker-23] 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@82ab54
08:21:48.251 [ForkJoinPool-1-worker-23] 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
08:21:48.251 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.252 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.252 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5fbcbeaf-6728-4099-bafe-8be0599e7623","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.253 [ForkJoinPool-1-worker-23] 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@346acf6f
08:21:48.253 [ForkJoinPool-1-worker-23] 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
08:21:48.253 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.256 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.276 [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 -> 1br9fn0adw9r7re13gr5vu|35f84a73, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|35f84a73, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa28d9bd-20e7-4f34-8a80-c16ff1674ee4, 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 ]
08:21:48.291 [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 -> 1br9fn0adw9r7re13gr5vu|22c1fd8a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|22c1fd8a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0b36d9b7-e871-459e-8edc-ee02bbb8e139, 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 ]
08:21:48.296 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/39eab02b-659e-4bab-b897-a63a2b05f116","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.298 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@623669
08:21:48.298 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.298 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.299 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.299 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/39eab02b-659e-4bab-b897-a63a2b05f116","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.299 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c24f849
08:21:48.299 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.299 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.300 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.301 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.301 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/39eab02b-659e-4bab-b897-a63a2b05f116","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.301 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@cd9b7b1
08:21:48.301 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.301 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.302 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.302 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/39eab02b-659e-4bab-b897-a63a2b05f116","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.303 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d5ad3d5
08:21:48.303 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.303 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.303 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.315 [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 -> 1br9fn0adw9r7re13gr5vu|2730106, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2730106, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5fbcbeaf-6728-4099-bafe-8be0599e7623, 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 ]
08:21:48.332 [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 -> 1br9fn0adw9r7re13gr5vu|22cbbe6a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|22cbbe6a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5fbcbeaf-6728-4099-bafe-8be0599e7623, 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 ]
08:21:48.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 -> 1br9fn0adw9r7re13gr5vu|1f31f09, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|1f31f09, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c7ea957-c471-4020-954c-e2b75753a181, 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 ]
08:21:48.359 [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 -> 1br9fn0adw9r7re13gr5vu|2678ff23, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2678ff23, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c7ea957-c471-4020-954c-e2b75753a181, 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 ]
08:21:48.374 [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 -> 1br9fn0adw9r7re13gr5vu|6f284597, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|6f284597, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c7ea957-c471-4020-954c-e2b75753a181, 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.975 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest
08:21:48.588 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9dc8d768-4b9b-4a36-b09a-4f56c6133b1d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.590 [ForkJoinPool-1-worker-17] 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@28a32f3b
08:21:48.590 [ForkJoinPool-1-worker-17] 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
08:21:48.590 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.593 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.593 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9dc8d768-4b9b-4a36-b09a-4f56c6133b1d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.594 [ForkJoinPool-1-worker-17] 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@5e9fe8b3
08:21:48.594 [ForkJoinPool-1-worker-17] 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
08:21:48.594 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.595 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.663 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b0f93fdc-aa86-459c-ab27-842751e51305","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.663 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e77cf0a6-08d1-45af-aa4d-6ff1e7f3122f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.663 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a5e5060c-7618-4ada-9ca2-0a81a54c5188","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.663 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ce9c64f6-1d3b-4c68-80ec-09342f944d76","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.664 [ForkJoinPool-1-worker-23] 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@49816d03
08:21:48.664 [ForkJoinPool-1-worker-13] 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@1b498928
08:21:48.664 [ForkJoinPool-1-worker-23] 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
08:21:48.664 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2acd9ecc
08:21:48.664 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.664 [ForkJoinPool-1-worker-9] 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@565d3aa2
08:21:48.664 [ForkJoinPool-1-worker-13] 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
08:21:48.664 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.664 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.664 [ForkJoinPool-1-worker-9] 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
08:21:48.664 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.664 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.665 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.665 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e77cf0a6-08d1-45af-aa4d-6ff1e7f3122f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.665 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.665 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.665 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ce9c64f6-1d3b-4c68-80ec-09342f944d76","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.665 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.666 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a5e5060c-7618-4ada-9ca2-0a81a54c5188","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.666 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b0f93fdc-aa86-459c-ab27-842751e51305","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.666 [ForkJoinPool-1-worker-23] 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@645a18c7
08:21:48.666 [ForkJoinPool-1-worker-23] 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
08:21:48.666 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.666 [ForkJoinPool-1-worker-13] 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@5504816a
08:21:48.666 [ForkJoinPool-1-worker-13] 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
08:21:48.666 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.666 [ForkJoinPool-1-worker-9] 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@442e6ed
08:21:48.666 [ForkJoinPool-1-worker-9] 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
08:21:48.666 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.666 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d555c78
08:21:48.666 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.666 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.667 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.667 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.667 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.668 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.668 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.668 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a5e5060c-7618-4ada-9ca2-0a81a54c5188","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d7610b5
08:21:48.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.671 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.672 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a5e5060c-7618-4ada-9ca2-0a81a54c5188","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.673 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c3b0133
08:21:48.673 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.673 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.674 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.691 [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 -> 1br9fn0adw9r7re13gr5vu|300ebe5c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|300ebe5c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9dc8d768-4b9b-4a36-b09a-4f56c6133b1d, 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 ]
08:21:48.697 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7ac3f54e-0c1c-4663-80a6-a0cc15ac1f34","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.698 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68b07a31
08:21:48.698 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.698 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.701 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.702 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7ac3f54e-0c1c-4663-80a6-a0cc15ac1f34","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.704 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62cc49ac
08:21:48.704 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.704 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.705 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.705 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.705 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7ac3f54e-0c1c-4663-80a6-a0cc15ac1f34","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.706 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b8b6903
08:21:48.706 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.706 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.707 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.707 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7ac3f54e-0c1c-4663-80a6-a0cc15ac1f34","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.707 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@295628b8
08:21:48.707 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.707 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.710 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.713 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/57ba3fb3-d52e-460c-99fb-d970cf48739a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.714 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a03edd4
08:21:48.714 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.714 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.715 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.715 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/57ba3fb3-d52e-460c-99fb-d970cf48739a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.716 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43895f6b
08:21:48.716 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.716 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.716 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.717 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.717 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/57ba3fb3-d52e-460c-99fb-d970cf48739a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.717 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68dee23d
08:21:48.717 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.717 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.718 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.718 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/57ba3fb3-d52e-460c-99fb-d970cf48739a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.719 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1aaf8695
08:21:48.719 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.719 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.719 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.720 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.722 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a2968ebb-6fb6-4965-93b4-bfd028175603","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.722 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@dc09280
08:21:48.723 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.723 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.724 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.724 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a2968ebb-6fb6-4965-93b4-bfd028175603","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.725 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@500077a6
08:21:48.725 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.725 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.726 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.726 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.726 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a2968ebb-6fb6-4965-93b4-bfd028175603","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.727 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c30df0
08:21:48.727 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.727 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.728 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.728 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a2968ebb-6fb6-4965-93b4-bfd028175603","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.729 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3daa1c2
08:21:48.729 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.729 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.729 [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 -> 1br9fn0adw9r7re13gr5vu|1357a7b5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|1357a7b5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e77cf0a6-08d1-45af-aa4d-6ff1e7f3122f, 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 ]
08:21:48.730 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.747 [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 -> 1br9fn0adw9r7re13gr5vu|7b92c332, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|7b92c332, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a2968ebb-6fb6-4965-93b4-bfd028175603, 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 ]
08:21:48.747 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b4b5724a-b9ad-4086-b2a9-2989b1259192","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.748 [ForkJoinPool-1-worker-17] 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@3ad13b72
08:21:48.748 [ForkJoinPool-1-worker-17] 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
08:21:48.748 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.749 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.749 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b4b5724a-b9ad-4086-b2a9-2989b1259192","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.750 [ForkJoinPool-1-worker-17] 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@309c9602
08:21:48.750 [ForkJoinPool-1-worker-17] 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
08:21:48.750 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.750 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.771 [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 -> 1br9fn0adw9r7re13gr5vu|33011088, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|33011088, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a2968ebb-6fb6-4965-93b4-bfd028175603, 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 ]
08:21:48.789 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0293d444-1c52-47b9-b1e6-1a00da9add6d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.790 [ForkJoinPool-1-worker-23] 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@29732700
08:21:48.790 [ForkJoinPool-1-worker-23] 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
08:21:48.790 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.791 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.791 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0293d444-1c52-47b9-b1e6-1a00da9add6d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.791 [ForkJoinPool-1-worker-23] 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@7d3c591f
08:21:48.791 [ForkJoinPool-1-worker-23] 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
08:21:48.791 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.792 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.797 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2999b6db-5d25-4ed0-816e-1a7264282430","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.798 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@498003f
08:21:48.798 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.798 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.799 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.800 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2999b6db-5d25-4ed0-816e-1a7264282430","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.801 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a0e7a7a
08:21:48.801 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.801 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.802 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.802 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.802 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2999b6db-5d25-4ed0-816e-1a7264282430","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.803 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2498a300
08:21:48.803 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.803 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.803 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.803 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2999b6db-5d25-4ed0-816e-1a7264282430","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.804 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@564ade74
08:21:48.804 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.804 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.804 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.822 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/54df33eb-be8c-4bdf-93ae-c2ff3392c416","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.822 [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 -> 1br9fn0adw9r7re13gr5vu|70ba2485, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|70ba2485, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b4b5724a-b9ad-4086-b2a9-2989b1259192, 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 ]
08:21:48.826 [ForkJoinPool-1-worker-13] 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@64ec5caf
08:21:48.826 [ForkJoinPool-1-worker-13] 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
08:21:48.826 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.827 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.827 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/54df33eb-be8c-4bdf-93ae-c2ff3392c416","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.828 [ForkJoinPool-1-worker-13] 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@498ccca9
08:21:48.828 [ForkJoinPool-1-worker-13] 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
08:21:48.828 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.829 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.833 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/55b5751c-4669-414d-898a-ddb8616ee40b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.834 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@33f5815d
08:21:48.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 -> 1br9fn0adw9r7re13gr5vu|55d4121, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|55d4121, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/57ba3fb3-d52e-460c-99fb-d970cf48739a, 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 ]
08:21:48.834 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.834 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.835 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.836 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/55b5751c-4669-414d-898a-ddb8616ee40b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.836 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ed52a05
08:21:48.836 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.836 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.838 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.838 [ForkJoinPool-1-worker-23] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.838 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/55b5751c-4669-414d-898a-ddb8616ee40b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.840 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@99370
08:21:48.840 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.840 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.841 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.841 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/55b5751c-4669-414d-898a-ddb8616ee40b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.842 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34f16ac7
08:21:48.842 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.842 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.843 [ForkJoinPool-1-worker-23] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.859 [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 -> 1br9fn0adw9r7re13gr5vu|740fb65a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|740fb65a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0293d444-1c52-47b9-b1e6-1a00da9add6d, 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 ]
08:21:48.859 [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 -> 1br9fn0adw9r7re13gr5vu|58cbb122, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|58cbb122, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/57ba3fb3-d52e-460c-99fb-d970cf48739a, 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 ]
08:21:48.863 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7626ac5f-d8c2-496b-bf47-9d57fab55dd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.864 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1f10920d
08:21:48.864 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.864 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.866 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.866 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7626ac5f-d8c2-496b-bf47-9d57fab55dd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.867 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7cf46633
08:21:48.867 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.867 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.868 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.868 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.868 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7626ac5f-d8c2-496b-bf47-9d57fab55dd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.869 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@773de747
08:21:48.869 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.869 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.874 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.874 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7626ac5f-d8c2-496b-bf47-9d57fab55dd7","user":null,"driver_class":"org.h2.Driver"} - table: null
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.431 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest
08:21:48.875 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5526884f
08:21:48.875 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.875 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.877 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.888 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fb1db30b-1d35-4862-9d12-4575e3af26ca","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.889 [ForkJoinPool-1-worker-17] 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@7a909fba
08:21:48.889 [ForkJoinPool-1-worker-17] 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
08:21:48.889 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.889 [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 -> 1br9fn0adw9r7re13gr5vu|34e24d7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|34e24d7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7626ac5f-d8c2-496b-bf47-9d57fab55dd7, 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 ]
08:21:48.890 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.890 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fb1db30b-1d35-4862-9d12-4575e3af26ca","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.890 [ForkJoinPool-1-worker-17] 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@71d32936
08:21:48.890 [ForkJoinPool-1-worker-17] 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
08:21:48.890 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.891 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.922 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/14967fbd-6d55-40e7-9941-8c184474410f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.923 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1aa9d17b
08:21:48.923 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.923 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.924 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.924 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/14967fbd-6d55-40e7-9941-8c184474410f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.924 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1bcea025
08:21:48.924 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.924 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.925 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.925 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.925 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/14967fbd-6d55-40e7-9941-8c184474410f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.926 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@117569ea
08:21:48.926 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.926 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.926 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.926 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/14967fbd-6d55-40e7-9941-8c184474410f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.927 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@727c6fbe
08:21:48.927 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.927 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.927 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.941 [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 -> 1br9fn0adw9r7re13gr5vu|3a901f9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|3a901f9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fb1db30b-1d35-4862-9d12-4575e3af26ca, 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 ]
08:21:48.947 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0d80567f-4de6-4169-907a-048421fedd8d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.948 [ForkJoinPool-1-worker-13] 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@4304cc77
08:21:48.948 [ForkJoinPool-1-worker-13] 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
08:21:48.948 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.949 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.950 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0d80567f-4de6-4169-907a-048421fedd8d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.951 [ForkJoinPool-1-worker-13] 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@42622ec
08:21:48.951 [ForkJoinPool-1-worker-13] 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
08:21:48.951 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.953 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.988 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b2801d3e-aec7-4500-b3fe-4008839e8823","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.989 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31f32e4b
08:21:48.989 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.989 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.990 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.990 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b2801d3e-aec7-4500-b3fe-4008839e8823","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.991 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61c6a50a
08:21:48.991 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.991 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.991 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.992 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:48.992 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b2801d3e-aec7-4500-b3fe-4008839e8823","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.992 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5175952a
08:21:48.992 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.992 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.993 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.993 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b2801d3e-aec7-4500-b3fe-4008839e8823","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.993 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@474fb4b3
08:21:48.993 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:48.994 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:48.994 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:48.997 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4155f6d7-5ebc-435b-b7c7-56bb38b98933","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.997 [ForkJoinPool-1-worker-17] 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@2fd01950
08:21:48.997 [ForkJoinPool-1-worker-17] 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
08:21:48.997 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.998 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:48.998 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4155f6d7-5ebc-435b-b7c7-56bb38b98933","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:48.998 [ForkJoinPool-1-worker-17] 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@539da1a8
08:21:48.998 [ForkJoinPool-1-worker-17] 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
08:21:48.998 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:48.999 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.012 [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 -> 1br9fn0adw9r7re13gr5vu|21269f28, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|21269f28, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b2801d3e-aec7-4500-b3fe-4008839e8823, 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 ]
08:21:49.022 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6ae98bb9-7f55-44c5-9030-af080cdaf899","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.024 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5a6a3f06
08:21:49.024 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.024 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.025 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.025 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6ae98bb9-7f55-44c5-9030-af080cdaf899","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.025 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36289c3c
08:21:49.025 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.025 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.026 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.026 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.026 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6ae98bb9-7f55-44c5-9030-af080cdaf899","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.026 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@134eba09
08:21:49.026 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.026 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.027 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.027 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6ae98bb9-7f55-44c5-9030-af080cdaf899","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.028 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3dbc69d5
08:21:49.028 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.028 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.028 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.053 [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 -> 1br9fn0adw9r7re13gr5vu|463410e0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|463410e0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4155f6d7-5ebc-435b-b7c7-56bb38b98933, 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 ]
08:21:49.106 [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 -> 1br9fn0adw9r7re13gr5vu|6a41b0d9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|6a41b0d9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/57ba3fb3-d52e-460c-99fb-d970cf48739a, 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 ]
08:21:49.581 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/639ed25b-76d9-45b1-93d9-5c36caafdfd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.582 [ForkJoinPool-1-worker-17] 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@35942d32
08:21:49.582 [ForkJoinPool-1-worker-17] 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
08:21:49.582 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.583 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.583 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/639ed25b-76d9-45b1-93d9-5c36caafdfd7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.584 [ForkJoinPool-1-worker-17] 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@66204a8
08:21:49.584 [ForkJoinPool-1-worker-17] 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
08:21:49.584 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.584 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.589 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0dcb6dd1-9339-420b-bb99-636b34c17772","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.589 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/84c9897d-2158-4bff-914e-254bdd679aba","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.590 [ForkJoinPool-1-worker-9] 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@7a71dc15
08:21:49.590 [ForkJoinPool-1-worker-13] 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@4cefb2d9
08:21:49.590 [ForkJoinPool-1-worker-9] 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
08:21:49.590 [ForkJoinPool-1-worker-13] 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
08:21:49.590 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.590 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.591 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.591 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.591 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0dcb6dd1-9339-420b-bb99-636b34c17772","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.592 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/84c9897d-2158-4bff-914e-254bdd679aba","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.592 [ForkJoinPool-1-worker-9] 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@4855c809
08:21:49.592 [ForkJoinPool-1-worker-13] 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@3052637a
08:21:49.592 [ForkJoinPool-1-worker-9] 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
08:21:49.592 [ForkJoinPool-1-worker-13] 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
08:21:49.592 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.592 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.593 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.593 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.623 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f2987e68-b134-494b-a0b8-759e12173730","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.624 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@33543d23
08:21:49.624 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.624 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.625 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.626 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f2987e68-b134-494b-a0b8-759e12173730","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.626 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@65ff734
08:21:49.626 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.626 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.627 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.628 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.628 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f2987e68-b134-494b-a0b8-759e12173730","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.628 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d5ab1fe
08:21:49.628 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.628 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.629 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.629 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f2987e68-b134-494b-a0b8-759e12173730","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.630 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62523b59
08:21:49.630 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.630 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.631 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.631 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e4f9def-7823-400e-a93b-2afd3ddd8a7e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.631 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7c3e58cc-aa38-4e27-a453-0851298d4aec","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.632 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1cc11692
08:21:49.632 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20fec023
08:21:49.632 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.632 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.632 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.632 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.633 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.633 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.633 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e4f9def-7823-400e-a93b-2afd3ddd8a7e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.633 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7c3e58cc-aa38-4e27-a453-0851298d4aec","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.634 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@716c51f5
08:21:49.634 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@66415f4
08:21:49.634 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.634 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.634 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.634 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.635 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.635 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.635 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.635 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.635 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e4f9def-7823-400e-a93b-2afd3ddd8a7e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.635 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7c3e58cc-aa38-4e27-a453-0851298d4aec","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.636 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@bc5edf
08:21:49.636 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1181e299
08:21:49.636 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.636 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.636 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.636 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.637 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.637 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7c3e58cc-aa38-4e27-a453-0851298d4aec","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.637 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.637 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e4f9def-7823-400e-a93b-2afd3ddd8a7e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.637 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22d348d4
08:21:49.637 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.637 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.637 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a75b09d
08:21:49.637 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.637 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.638 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.638 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.639 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.654 [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 -> 1br9fn0adw9r7re13gr5vu|c79e9f6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|c79e9f6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7c3e58cc-aa38-4e27-a453-0851298d4aec, 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 ]
08:21:49.655 [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 -> 1br9fn0adw9r7re13gr5vu|4641f920, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4641f920, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/639ed25b-76d9-45b1-93d9-5c36caafdfd7, 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 ]
08:21:49.746 [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 -> 1br9fn0adw9r7re13gr5vu|2d00a626, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2d00a626, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e4f9def-7823-400e-a93b-2afd3ddd8a7e, 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 ]
08:21:49.766 [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 -> 1br9fn0adw9r7re13gr5vu|4f0317da, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4f0317da, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e4f9def-7823-400e-a93b-2afd3ddd8a7e, 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 ]
08:21:49.779 [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 -> 1br9fn0adw9r7re13gr5vu|425bb588, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|425bb588, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e4f9def-7823-400e-a93b-2afd3ddd8a7e, 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 ]
08:21:49.788 [vert.x-eventloop-thread-0] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.823 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f396c871-fb37-459b-9c47-617df707b95b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.824 [ForkJoinPool-1-worker-13] 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@5f305368
08:21:49.824 [ForkJoinPool-1-worker-13] 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
08:21:49.824 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.824 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.824 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f396c871-fb37-459b-9c47-617df707b95b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.825 [ForkJoinPool-1-worker-13] 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@45fd2970
08:21:49.825 [ForkJoinPool-1-worker-13] 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
08:21:49.825 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.825 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.930 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7204ea17-01bd-4e71-b635-18462cbb90eb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.931 [ForkJoinPool-1-worker-17] 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@3800e140
08:21:49.931 [ForkJoinPool-1-worker-17] 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
08:21:49.931 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.932 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.932 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7204ea17-01bd-4e71-b635-18462cbb90eb","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.932 [ForkJoinPool-1-worker-17] 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@29337dbc
08:21:49.932 [ForkJoinPool-1-worker-17] 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
08:21:49.932 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.932 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.939 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c22c64c8-a684-4525-ac17-df89a68e5136","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.939 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/66a10b61-30ff-421f-aa75-0cc03e16952e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.940 [ForkJoinPool-1-worker-9] 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@74c83e36
08:21:49.940 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4dbbf01b
08:21:49.940 [ForkJoinPool-1-worker-9] 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
08:21:49.940 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.940 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.940 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.941 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.941 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c22c64c8-a684-4525-ac17-df89a68e5136","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.941 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.941 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/66a10b61-30ff-421f-aa75-0cc03e16952e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.941 [ForkJoinPool-1-worker-9] 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@13e8059e
08:21:49.941 [ForkJoinPool-1-worker-9] 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
08:21:49.941 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:49.942 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b06f50f
08:21:49.942 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.942 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.942 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:49.942 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.942 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.942 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/66a10b61-30ff-421f-aa75-0cc03e16952e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.943 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76c1f419
08:21:49.943 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.943 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.943 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.943 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/66a10b61-30ff-421f-aa75-0cc03e16952e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.944 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46a9dd9b
08:21:49.944 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.944 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.944 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.960 [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 -> 1br9fn0adw9r7re13gr5vu|46546e49, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|46546e49, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/66a10b61-30ff-421f-aa75-0cc03e16952e, 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 ]
08:21:49.965 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f237b75a-c488-4aaf-9911-61842666cdd0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.966 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@27a5b02e
08:21:49.966 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.966 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.968 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.968 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f237b75a-c488-4aaf-9911-61842666cdd0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.969 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ea0906d
08:21:49.969 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.969 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.969 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.970 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.970 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f237b75a-c488-4aaf-9911-61842666cdd0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.970 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@33ed0fbc
08:21:49.970 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.970 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.971 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.971 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f237b75a-c488-4aaf-9911-61842666cdd0","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.971 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@fe626fe
08:21:49.971 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.971 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.972 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.973 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/abf3c669-b73d-4642-9e75-c6a7d5d33fff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.974 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3fe7251f
08:21:49.974 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.974 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.975 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.975 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/abf3c669-b73d-4642-9e75-c6a7d5d33fff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.976 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@227e7f3c
08:21:49.976 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.976 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.976 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.976 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.976 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/abf3c669-b73d-4642-9e75-c6a7d5d33fff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.977 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f01f411
08:21:49.977 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.977 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.977 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.977 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/abf3c669-b73d-4642-9e75-c6a7d5d33fff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:49.978 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c9174cc
08:21:49.978 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:49.978 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:49.978 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:49.979 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:49.987 [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 -> 1br9fn0adw9r7re13gr5vu|532e2914, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|532e2914, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7204ea17-01bd-4e71-b635-18462cbb90eb, 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 ]
08:21:50.006 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4232c083-2eb3-4af5-9ca3-1b0c45014830","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.007 [ForkJoinPool-1-worker-13] 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@7d912a06
08:21:50.007 [ForkJoinPool-1-worker-13] 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
08:21:50.007 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.008 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.008 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4232c083-2eb3-4af5-9ca3-1b0c45014830","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.008 [ForkJoinPool-1-worker-13] 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@63c61380
08:21:50.008 [ForkJoinPool-1-worker-13] 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
08:21:50.008 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.008 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.032 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0a8239cd-4143-4deb-8db5-07c293dd8c04","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.032 [ForkJoinPool-1-worker-17] 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@7b753460
08:21:50.032 [ForkJoinPool-1-worker-17] 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
08:21:50.032 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.033 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.033 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0a8239cd-4143-4deb-8db5-07c293dd8c04","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.033 [ForkJoinPool-1-worker-17] 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@6c86b174
08:21:50.033 [ForkJoinPool-1-worker-17] 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
08:21:50.033 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.034 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.040 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b0ad9165-26ef-4c31-adab-f23473420aa4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.040 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13c596ec
08:21:50.040 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.040 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.041 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.041 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b0ad9165-26ef-4c31-adab-f23473420aa4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.041 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77212673
08:21:50.041 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.041 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b0ad9165-26ef-4c31-adab-f23473420aa4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d3c39ac
08:21:50.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.042 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.043 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.043 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b0ad9165-26ef-4c31-adab-f23473420aa4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.043 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6577a0bb
08:21:50.043 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.043 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.044 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.055 [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 -> 1br9fn0adw9r7re13gr5vu|f9a8667, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|f9a8667, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b0ad9165-26ef-4c31-adab-f23473420aa4, 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 ]
08:21:50.065 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/095e47f1-5f75-4e43-93a0-3e23598dbc57","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.065 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@134413ef
08:21:50.065 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.065 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.066 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.066 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/095e47f1-5f75-4e43-93a0-3e23598dbc57","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.066 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5fdd58be
08:21:50.066 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.066 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.067 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.067 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.067 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/095e47f1-5f75-4e43-93a0-3e23598dbc57","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.067 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@43173d4c
08:21:50.067 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.068 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.068 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.068 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/095e47f1-5f75-4e43-93a0-3e23598dbc57","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.068 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@49921a0
08:21:50.068 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.068 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.069 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.075 [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 -> 1br9fn0adw9r7re13gr5vu|142e99d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|142e99d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/b0ad9165-26ef-4c31-adab-f23473420aa4, 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 ]
08:21:50.075 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.086 [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 -> 1br9fn0adw9r7re13gr5vu|4a1bdc7a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4a1bdc7a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0a8239cd-4143-4deb-8db5-07c293dd8c04, 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 ]
08:21:50.097 [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 -> 1br9fn0adw9r7re13gr5vu|481f61d1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|481f61d1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/abf3c669-b73d-4642-9e75-c6a7d5d33fff, 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 ]
08:21:50.115 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/8bc88268-75b8-480f-b192-79604c1bed79","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.116 [ForkJoinPool-1-worker-13] 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@47241d3e
08:21:50.116 [ForkJoinPool-1-worker-13] 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
08:21:50.116 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.116 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.116 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/8bc88268-75b8-480f-b192-79604c1bed79","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.116 [ForkJoinPool-1-worker-13] 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@bc1de02
08:21:50.116 [ForkJoinPool-1-worker-13] 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
08:21:50.116 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.117 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.119 [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 -> 1br9fn0adw9r7re13gr5vu|28ef5002, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|28ef5002, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/abf3c669-b73d-4642-9e75-c6a7d5d33fff, 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 ]
08:21:50.131 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/facdb0d0-4af2-402f-985c-4c21ce32905b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.132 [ForkJoinPool-1-worker-17] 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@c590e09
08:21:50.132 [ForkJoinPool-1-worker-17] 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
08:21:50.132 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.133 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.133 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/facdb0d0-4af2-402f-985c-4c21ce32905b","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.133 [ForkJoinPool-1-worker-17] 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@779a8717
08:21:50.133 [ForkJoinPool-1-worker-17] 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
08:21:50.133 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.134 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.148 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3004c5ce-6245-4266-94a7-2dbb17ea8ce1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.149 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4b39b0a8
08:21:50.149 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.149 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.150 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.150 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3004c5ce-6245-4266-94a7-2dbb17ea8ce1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.150 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54129d18
08:21:50.150 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.150 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.150 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.151 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.151 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3004c5ce-6245-4266-94a7-2dbb17ea8ce1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.151 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@37561e91
08:21:50.151 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.151 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.152 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.152 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3004c5ce-6245-4266-94a7-2dbb17ea8ce1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.152 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61516b06
08:21:50.152 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.152 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.152 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.165 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ec236efa-4cca-4fa6-a474-61cfdff232e1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.165 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18a10b52
08:21:50.165 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.165 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.166 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.166 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ec236efa-4cca-4fa6-a474-61cfdff232e1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.167 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3fbc0dd2
08:21:50.167 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.167 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.167 [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 -> 1br9fn0adw9r7re13gr5vu|45c37d32, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|45c37d32, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/3004c5ce-6245-4266-94a7-2dbb17ea8ce1, 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 ]
08:21:50.167 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.167 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.167 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ec236efa-4cca-4fa6-a474-61cfdff232e1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.168 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b25ee5f
08:21:50.168 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.168 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.169 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.169 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/ec236efa-4cca-4fa6-a474-61cfdff232e1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.169 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c5bb3d3
08:21:50.169 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.169 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.169 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.193 [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 -> 1br9fn0adw9r7re13gr5vu|9f13b88, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|9f13b88, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/facdb0d0-4af2-402f-985c-4c21ce32905b, 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 ]
08:21:50.265 [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 -> 1br9fn0adw9r7re13gr5vu|37d243d9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|37d243d9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/facdb0d0-4af2-402f-985c-4c21ce32905b, 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 ]
08:21:50.482 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c3704ae-5ceb-483c-bf39-5c78d1cfbfff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.483 [ForkJoinPool-1-worker-9] 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@4d5b27b2
08:21:50.483 [ForkJoinPool-1-worker-9] 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
08:21:50.483 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.484 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.484 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1c3704ae-5ceb-483c-bf39-5c78d1cfbfff","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.485 [ForkJoinPool-1-worker-9] 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@5153433
08:21:50.485 [ForkJoinPool-1-worker-9] 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
08:21:50.485 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.485 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.490 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a99366d1-dc49-47fd-a8e9-3ebf0982a1b6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.490 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/cef84ff8-610b-49a0-9c0f-3336cc852203","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.492 [ForkJoinPool-1-worker-17] 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@6ef2b266
08:21:50.492 [ForkJoinPool-1-worker-13] 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@567d3c6
08:21:50.492 [ForkJoinPool-1-worker-17] 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
08:21:50.493 [ForkJoinPool-1-worker-13] 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
08:21:50.493 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.493 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.494 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.494 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.494 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a99366d1-dc49-47fd-a8e9-3ebf0982a1b6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.494 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/cef84ff8-610b-49a0-9c0f-3336cc852203","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.494 [ForkJoinPool-1-worker-17] 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@363eb5a7
08:21:50.494 [ForkJoinPool-1-worker-17] 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
08:21:50.495 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.495 [ForkJoinPool-1-worker-13] 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@62f1acd6
08:21:50.495 [ForkJoinPool-1-worker-13] 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
08:21:50.495 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.495 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.495 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.524 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/874a7f42-a5fc-4959-a354-5cee573a9f87","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.525 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@32610b1c
08:21:50.525 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.525 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.526 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.526 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/874a7f42-a5fc-4959-a354-5cee573a9f87","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.527 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@620cfb82
08:21:50.527 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.527 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.528 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.528 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.529 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/874a7f42-a5fc-4959-a354-5cee573a9f87","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.529 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21079b0d
08:21:50.529 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.529 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.530 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.530 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/874a7f42-a5fc-4959-a354-5cee573a9f87","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.531 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3fabc058
08:21:50.531 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.531 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.532 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.540 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d7db9187-1a9e-4a10-a4e9-8e556d454ec1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.541 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@229e62f1
08:21:50.541 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.541 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.542 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.542 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d7db9187-1a9e-4a10-a4e9-8e556d454ec1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.543 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@550fad0c
08:21:50.543 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.543 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.543 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.544 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.544 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d7db9187-1a9e-4a10-a4e9-8e556d454ec1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.545 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@884f0d8
08:21:50.545 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.545 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.547 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.547 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d7db9187-1a9e-4a10-a4e9-8e556d454ec1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.548 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@702b89a0
08:21:50.548 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.548 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.548 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d64a4f8a-04ff-4b00-856d-3a13a080a1e2","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.549 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.549 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b735b6
08:21:50.549 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.549 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.551 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.551 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d64a4f8a-04ff-4b00-856d-3a13a080a1e2","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.551 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ee8a6b5
08:21:50.551 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.551 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.552 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.553 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.553 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d64a4f8a-04ff-4b00-856d-3a13a080a1e2","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.553 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5dd7e00d
08:21:50.553 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.553 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.554 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.554 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d64a4f8a-04ff-4b00-856d-3a13a080a1e2","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.554 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@447c4cbd
08:21:50.554 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.554 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.555 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.558 [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 -> 1br9fn0adw9r7re13gr5vu|4281ff2b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4281ff2b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/874a7f42-a5fc-4959-a354-5cee573a9f87, 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 ]
08:21:50.576 [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 -> 1br9fn0adw9r7re13gr5vu|3ded5d27, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|3ded5d27, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d64a4f8a-04ff-4b00-856d-3a13a080a1e2, 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 ]
08:21:50.576 [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 -> 1br9fn0adw9r7re13gr5vu|6672bf18, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|6672bf18, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a99366d1-dc49-47fd-a8e9-3ebf0982a1b6, 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 ]
08:21:50.585 [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 -> 1br9fn0adw9r7re13gr5vu|4e3827f5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4e3827f5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/874a7f42-a5fc-4959-a354-5cee573a9f87, 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 ]
08:21:50.874 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1aff9d13-f728-4461-b479-cb97b2496f9d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.875 [ForkJoinPool-1-worker-17] 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@5b4f86d4
08:21:50.875 [ForkJoinPool-1-worker-17] 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
08:21:50.875 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.875 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.875 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1aff9d13-f728-4461-b479-cb97b2496f9d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.876 [ForkJoinPool-1-worker-17] 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@31b45092
08:21:50.876 [ForkJoinPool-1-worker-17] 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
08:21:50.876 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.876 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.882 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/eda3e8ef-51ec-4141-bfcd-159a1888fc76","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.882 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a07f4331-ce85-438d-bd69-5c582396f7cd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.883 [ForkJoinPool-1-worker-13] 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@257c2d37
08:21:50.883 [ForkJoinPool-1-worker-9] 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@2f421063
08:21:50.883 [ForkJoinPool-1-worker-13] 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
08:21:50.883 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.883 [ForkJoinPool-1-worker-9] 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
08:21:50.883 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.883 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.883 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/eda3e8ef-51ec-4141-bfcd-159a1888fc76","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.884 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.884 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a07f4331-ce85-438d-bd69-5c582396f7cd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.884 [ForkJoinPool-1-worker-13] 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@1a8b77f6
08:21:50.884 [ForkJoinPool-1-worker-13] 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
08:21:50.884 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.884 [ForkJoinPool-1-worker-9] 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@561d67e8
08:21:50.884 [ForkJoinPool-1-worker-9] 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
08:21:50.884 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:50.884 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.885 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:50.916 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d4437d30-e7d5-43f8-b046-4f1cdb721f45","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.917 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@435ffe64
08:21:50.917 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.917 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.920 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.920 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d4437d30-e7d5-43f8-b046-4f1cdb721f45","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.921 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b00c520
08:21:50.921 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.921 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.923 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.923 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.923 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d4437d30-e7d5-43f8-b046-4f1cdb721f45","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.924 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40f7b48d
08:21:50.924 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.924 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.924 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/226988d8-5471-48ba-90d2-3535998c85df","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.924 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/887338af-2bdd-4c97-aba4-c9b15a4e7694","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.924 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@79b7b861
08:21:50.924 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.924 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.925 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@497f8150
08:21:50.925 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.925 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.925 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.925 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/d4437d30-e7d5-43f8-b046-4f1cdb721f45","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.925 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.925 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/226988d8-5471-48ba-90d2-3535998c85df","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.925 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d5f5dc0
08:21:50.925 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.925 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.926 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ea019f8
08:21:50.926 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.926 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.926 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.926 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/887338af-2bdd-4c97-aba4-c9b15a4e7694","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.926 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.926 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63f0253
08:21:50.926 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.926 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.926 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/226988d8-5471-48ba-90d2-3535998c85df","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.927 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c4208f6
08:21:50.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.928 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:50.928 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/887338af-2bdd-4c97-aba4-c9b15a4e7694","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.928 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.928 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/226988d8-5471-48ba-90d2-3535998c85df","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.928 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@de23b55
08:21:50.928 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.928 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.929 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7b3fbe72
08:21:50.929 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.929 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.929 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.930 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.930 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/887338af-2bdd-4c97-aba4-c9b15a4e7694","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:50.930 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6be193bf
08:21:50.930 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:50.930 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:50.931 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:50.954 [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 -> 1br9fn0adw9r7re13gr5vu|11b8fed, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|11b8fed, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1aff9d13-f728-4461-b479-cb97b2496f9d, 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 ]
08:21:50.955 [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 -> 1br9fn0adw9r7re13gr5vu|792b8eaa, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|792b8eaa, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/887338af-2bdd-4c97-aba4-c9b15a4e7694, 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 ]
08:21:50.955 [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 -> 1br9fn0adw9r7re13gr5vu|46b1122b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|46b1122b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/226988d8-5471-48ba-90d2-3535998c85df, 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 ]
08:21:51.010 [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 -> 1br9fn0adw9r7re13gr5vu|623df33d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|623df33d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/226988d8-5471-48ba-90d2-3535998c85df, 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 ]
08:21:51.011 [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 -> 1br9fn0adw9r7re13gr5vu|47b77f33, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|47b77f33, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1aff9d13-f728-4461-b479-cb97b2496f9d, 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 ]
08:21:51.175 [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 -> 1br9fn0adw9r7re13gr5vu|13210059, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|13210059, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/887338af-2bdd-4c97-aba4-c9b15a4e7694, 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 ]
08:21:51.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 -> 1br9fn0adw9r7re13gr5vu|22731aef, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|22731aef, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/887338af-2bdd-4c97-aba4-c9b15a4e7694, 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 ]
08:21:51.249 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/cb650ac0-5f9f-449e-a132-1c04a107e6de","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.250 [ForkJoinPool-1-worker-13] 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@2eec9575
08:21:51.250 [ForkJoinPool-1-worker-13] 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
08:21:51.250 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.251 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.251 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/cb650ac0-5f9f-449e-a132-1c04a107e6de","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.251 [ForkJoinPool-1-worker-13] 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@6cbd81fd
08:21:51.251 [ForkJoinPool-1-worker-13] 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
08:21:51.251 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.252 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.259 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e76ce0b-2f73-499c-a11a-c35cda420407","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.260 [ForkJoinPool-1-worker-17] 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@36c0ca6f
08:21:51.260 [ForkJoinPool-1-worker-17] 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
08:21:51.260 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.261 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.261 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e76ce0b-2f73-499c-a11a-c35cda420407","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.261 [ForkJoinPool-1-worker-17] 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@75c9a17
08:21:51.261 [ForkJoinPool-1-worker-17] 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
08:21:51.261 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.262 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.315 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e1cd97c1-018a-4902-b0f8-3d7baa2744f1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.315 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6fc6e525-f12b-4dce-9a66-194e7c058d58","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.316 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@534fcbdd
08:21:51.316 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e676748
08:21:51.316 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.316 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.316 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.316 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.317 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.317 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6fc6e525-f12b-4dce-9a66-194e7c058d58","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.317 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.317 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e1cd97c1-018a-4902-b0f8-3d7baa2744f1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.317 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1f012647
08:21:51.317 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.317 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.318 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f7a632f
08:21:51.318 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.318 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.318 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.318 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.318 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6fc6e525-f12b-4dce-9a66-194e7c058d58","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.318 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.318 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41938ab7
08:21:51.318 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.318 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.319 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.319 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e1cd97c1-018a-4902-b0f8-3d7baa2744f1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.319 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.319 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@dd41cad
08:21:51.319 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6fc6e525-f12b-4dce-9a66-194e7c058d58","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.319 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.319 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.319 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@568883e3
08:21:51.319 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.319 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.320 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.320 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.320 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e1cd97c1-018a-4902-b0f8-3d7baa2744f1","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.320 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54156430
08:21:51.320 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.320 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.321 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.338 [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 -> 1br9fn0adw9r7re13gr5vu|293cef0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|293cef0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e76ce0b-2f73-499c-a11a-c35cda420407, 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 ]
08:21:51.338 [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 -> 1br9fn0adw9r7re13gr5vu|4d962278, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4d962278, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6fc6e525-f12b-4dce-9a66-194e7c058d58, 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 ]
08:21:51.341 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5ac41fc4-2314-472b-b75f-ec36a0af7485","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.341 [ForkJoinPool-1-worker-9] 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@213c8f8d
08:21:51.341 [ForkJoinPool-1-worker-9] 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
08:21:51.341 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.342 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.342 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/5ac41fc4-2314-472b-b75f-ec36a0af7485","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.343 [ForkJoinPool-1-worker-9] 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@59f4bdb9
08:21:51.343 [ForkJoinPool-1-worker-9] 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
08:21:51.343 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.343 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.366 [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 -> 1br9fn0adw9r7re13gr5vu|35387add, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|35387add, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6fc6e525-f12b-4dce-9a66-194e7c058d58, 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 ]
08:21:51.382 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2cca7cbf-939e-4d14-aca3-94f578ef764c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.382 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/10a47135-7826-4a6d-b07b-ca5b722f18b9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.383 [ForkJoinPool-1-worker-17] 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@1aaed441
08:21:51.383 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3903feb4
08:21:51.383 [ForkJoinPool-1-worker-17] 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
08:21:51.383 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.383 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.383 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.384 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.384 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.384 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/10a47135-7826-4a6d-b07b-ca5b722f18b9","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.384 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2cca7cbf-939e-4d14-aca3-94f578ef764c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.384 [ForkJoinPool-1-worker-17] 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@4099574e
08:21:51.384 [ForkJoinPool-1-worker-17] 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
08:21:51.384 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.384 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d2aa08d
08:21:51.384 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.384 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.384 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.384 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.385 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.385 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2cca7cbf-939e-4d14-aca3-94f578ef764c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.385 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e8eb00f
08:21:51.385 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.385 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.386 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.386 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2cca7cbf-939e-4d14-aca3-94f578ef764c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.386 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@474aa7cf
08:21:51.386 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.386 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.387 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.387 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.415 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0e218cbe-c792-459a-b094-c7e84fcc0dda","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.416 [ForkJoinPool-1-worker-13] 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@322a7d72
08:21:51.416 [ForkJoinPool-1-worker-13] 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
08:21:51.416 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.417 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.417 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/0e218cbe-c792-459a-b094-c7e84fcc0dda","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.417 [ForkJoinPool-1-worker-13] 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@19e12c3
08:21:51.417 [ForkJoinPool-1-worker-13] 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
08:21:51.417 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.418 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.424 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/283e2ea7-e43c-4af4-9a37-25b2107387c5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.425 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@158e13dd
08:21:51.425 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.425 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.426 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.426 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/283e2ea7-e43c-4af4-9a37-25b2107387c5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.426 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@215ecc70
08:21:51.426 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.426 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.427 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.427 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.427 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/283e2ea7-e43c-4af4-9a37-25b2107387c5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.427 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@502d8877
08:21:51.427 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.427 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.428 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.428 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/283e2ea7-e43c-4af4-9a37-25b2107387c5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.428 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@302f678b
08:21:51.428 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.428 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.429 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.443 [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 -> 1br9fn0adw9r7re13gr5vu|41346548, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|41346548, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/10a47135-7826-4a6d-b07b-ca5b722f18b9, 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 ]
08:21:51.457 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/010cd7ea-8d6a-4bff-8d44-b8045b6a2e47","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.458 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@254c63de
08:21:51.458 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.458 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.459 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.459 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/010cd7ea-8d6a-4bff-8d44-b8045b6a2e47","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.459 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e6dbf2b
08:21:51.459 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.459 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.459 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.460 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.460 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/010cd7ea-8d6a-4bff-8d44-b8045b6a2e47","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.460 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77f5ee13
08:21:51.460 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.460 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.460 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.460 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/010cd7ea-8d6a-4bff-8d44-b8045b6a2e47","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.461 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@72efb2ab
08:21:51.461 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.461 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.461 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.474 [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 -> 1br9fn0adw9r7re13gr5vu|5afcb3a5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5afcb3a5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/010cd7ea-8d6a-4bff-8d44-b8045b6a2e47, 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 ]
08:21:51.501 [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 -> 1br9fn0adw9r7re13gr5vu|5347adbc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5347adbc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2cca7cbf-939e-4d14-aca3-94f578ef764c, 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 ]
08:21:51.520 [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 -> 1br9fn0adw9r7re13gr5vu|3cd1d362, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|3cd1d362, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2cca7cbf-939e-4d14-aca3-94f578ef764c, 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 ]
08:21:51.535 [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 -> 1br9fn0adw9r7re13gr5vu|634b6e42, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|634b6e42, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/2cca7cbf-939e-4d14-aca3-94f578ef764c, 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 ]
08:21:51.616 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/8dad31c8-cc01-4b73-aa60-61caccfaef9d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.617 [ForkJoinPool-1-worker-17] 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@1fa2f78c
08:21:51.617 [ForkJoinPool-1-worker-17] 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
08:21:51.617 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.618 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.618 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/8dad31c8-cc01-4b73-aa60-61caccfaef9d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.618 [ForkJoinPool-1-worker-17] 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@92fab99
08:21:51.618 [ForkJoinPool-1-worker-17] 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
08:21:51.618 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.618 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.624 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/60ff412d-b7a1-403b-8dc1-3a6fd599331e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.625 [ForkJoinPool-1-worker-9] 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@77dc32f1
08:21:51.625 [ForkJoinPool-1-worker-9] 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
08:21:51.625 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.626 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.626 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/60ff412d-b7a1-403b-8dc1-3a6fd599331e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.626 [ForkJoinPool-1-worker-9] 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@421426aa
08:21:51.626 [ForkJoinPool-1-worker-9] 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
08:21:51.626 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.626 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.666 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/371fbbf7-2d6c-4d30-a941-330ad5d32955","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.667 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c45301e
08:21:51.667 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.667 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.668 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.668 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/371fbbf7-2d6c-4d30-a941-330ad5d32955","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.668 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70039baa
08:21:51.668 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.668 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/371fbbf7-2d6c-4d30-a941-330ad5d32955","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51102068
08:21:51.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.669 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.670 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.670 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/371fbbf7-2d6c-4d30-a941-330ad5d32955","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.670 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@8891e49
08:21:51.670 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.670 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.671 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.674 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/272c5331-ff18-432b-8ca2-18d2f80adb58","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.675 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5af59050
08:21:51.675 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.675 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.675 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.675 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/272c5331-ff18-432b-8ca2-18d2f80adb58","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.676 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@308dabb4
08:21:51.676 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.676 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.676 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.676 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.676 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/272c5331-ff18-432b-8ca2-18d2f80adb58","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.676 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@787e043f
08:21:51.677 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.677 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.677 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.677 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/272c5331-ff18-432b-8ca2-18d2f80adb58","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.677 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@347957e5
08:21:51.677 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.677 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.678 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.678 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.685 [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 -> 1br9fn0adw9r7re13gr5vu|6d1582fb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|6d1582fb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/8dad31c8-cc01-4b73-aa60-61caccfaef9d, 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 ]
08:21:51.703 [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 -> 1br9fn0adw9r7re13gr5vu|2679fd68, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2679fd68, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/8dad31c8-cc01-4b73-aa60-61caccfaef9d, 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 ]
08:21:51.785 [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 -> 1br9fn0adw9r7re13gr5vu|4a09f2bb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|4a09f2bb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/272c5331-ff18-432b-8ca2-18d2f80adb58, 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 ]
08:21:51.923 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4c2787d4-5382-4c26-908f-ea7370d2abed","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.924 [ForkJoinPool-1-worker-13] 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@6d8b43e0
08:21:51.924 [ForkJoinPool-1-worker-13] 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
08:21:51.924 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.925 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.925 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4c2787d4-5382-4c26-908f-ea7370d2abed","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.926 [ForkJoinPool-1-worker-13] 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@7a213539
08:21:51.926 [ForkJoinPool-1-worker-13] 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
08:21:51.926 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.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 -> 1br9fn0adw9r7re13gr5vu|7f92e281, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|7f92e281, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/272c5331-ff18-432b-8ca2-18d2f80adb58, 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 ]
08:21:51.958 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c02b65e1-cbf5-4b98-aa34-0c2a238b3856","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.958 [ForkJoinPool-1-worker-17] 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@420b8301
08:21:51.958 [ForkJoinPool-1-worker-17] 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
08:21:51.958 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.959 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.959 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c02b65e1-cbf5-4b98-aa34-0c2a238b3856","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.960 [ForkJoinPool-1-worker-17] 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@75f51b5b
08:21:51.960 [ForkJoinPool-1-worker-17] 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
08:21:51.960 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:51.960 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:51.966 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e82ccda-16bc-400e-b422-47a0f34ac51d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.967 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@463d947a
08:21:51.967 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.967 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e82ccda-16bc-400e-b422-47a0f34ac51d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d5ed1fb
08:21:51.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e82ccda-16bc-400e-b422-47a0f34ac51d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.970 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@730044c1
08:21:51.970 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.970 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.970 [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 -> 1br9fn0adw9r7re13gr5vu|599ea12d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|599ea12d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/272c5331-ff18-432b-8ca2-18d2f80adb58, 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 ]
08:21:51.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e82ccda-16bc-400e-b422-47a0f34ac51d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@630fef42
08:21:51.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.972 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.991 [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 -> 1br9fn0adw9r7re13gr5vu|7480fa90, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|7480fa90, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/7e82ccda-16bc-400e-b422-47a0f34ac51d, 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 ]
08:21:51.991 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/03a17878-0cd9-4517-a10a-ab7d42b916d4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.992 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@60f03c5a
08:21:51.992 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.992 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.993 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.993 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/03a17878-0cd9-4517-a10a-ab7d42b916d4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.993 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@151a053a
08:21:51.993 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.993 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.994 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.994 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:51.995 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/03a17878-0cd9-4517-a10a-ab7d42b916d4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.995 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@235b572a
08:21:51.995 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.995 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.996 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:51.996 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/03a17878-0cd9-4517-a10a-ab7d42b916d4","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:51.996 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@69d31fe6
08:21:51.996 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:51.996 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:51.997 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.013 [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 -> 1br9fn0adw9r7re13gr5vu|2dd59745, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2dd59745, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c02b65e1-cbf5-4b98-aa34-0c2a238b3856, 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 ]
08:21:52.033 [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 -> 1br9fn0adw9r7re13gr5vu|7f47544c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|7f47544c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/c02b65e1-cbf5-4b98-aa34-0c2a238b3856, 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 ]
08:21:52.083 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/60579ef4-152a-4e9c-ba1d-35fdb094f35f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.084 [ForkJoinPool-1-worker-9] 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@7c27b45f
08:21:52.084 [ForkJoinPool-1-worker-9] 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
08:21:52.084 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.085 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.085 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/60579ef4-152a-4e9c-ba1d-35fdb094f35f","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.085 [ForkJoinPool-1-worker-9] 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@1fcb7b86
08:21:52.085 [ForkJoinPool-1-worker-9] 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
08:21:52.085 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.085 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.091 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/171d985d-91dc-4c76-9773-53e262c56cfd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.092 [ForkJoinPool-1-worker-13] 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@4f070a23
08:21:52.092 [ForkJoinPool-1-worker-13] 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
08:21:52.092 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.093 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.093 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/171d985d-91dc-4c76-9773-53e262c56cfd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.093 [ForkJoinPool-1-worker-13] 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@5c684b90
08:21:52.093 [ForkJoinPool-1-worker-13] 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
08:21:52.093 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.094 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.200 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/844599a6-d32b-431c-9355-81cc9d873785","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.200 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/48486404-cf23-423d-a0e1-85409d5f1d83","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.201 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4861c7a4
08:21:52.201 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@110c2e25
08:21:52.201 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.201 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.201 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.201 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.202 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.202 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.202 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/844599a6-d32b-431c-9355-81cc9d873785","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.202 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/48486404-cf23-423d-a0e1-85409d5f1d83","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.202 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@387bad75
08:21:52.202 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.202 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.202 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7cb0bbb2
08:21:52.202 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.202 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.203 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.203 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.203 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.203 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/844599a6-d32b-431c-9355-81cc9d873785","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.203 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@213a05ff
08:21:52.203 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.203 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.203 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.203 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/48486404-cf23-423d-a0e1-85409d5f1d83","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.204 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a982207
08:21:52.204 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.204 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.204 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.204 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/844599a6-d32b-431c-9355-81cc9d873785","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.204 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20358f09
08:21:52.204 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.204 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.205 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.205 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/48486404-cf23-423d-a0e1-85409d5f1d83","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.205 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.205 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46e92f8b
08:21:52.205 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.205 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.205 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.206 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.216 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/094fbcab-5afa-4014-9824-f604edac488e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.217 [ForkJoinPool-1-worker-17] 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@2dd56d99
08:21:52.217 [ForkJoinPool-1-worker-17] 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
08:21:52.217 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.218 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.218 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/094fbcab-5afa-4014-9824-f604edac488e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.218 [ForkJoinPool-1-worker-17] 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@566b5758
08:21:52.218 [ForkJoinPool-1-worker-17] 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
08:21:52.218 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.219 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.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 -> 1br9fn0adw9r7re13gr5vu|2cdecaf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2cdecaf, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/48486404-cf23-423d-a0e1-85409d5f1d83, 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 ]
08:21:52.250 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6a4b119a-7798-4cca-a74b-bb03574d88db","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.251 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@390ab26f
08:21:52.251 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.251 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.252 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.252 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6a4b119a-7798-4cca-a74b-bb03574d88db","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.252 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6aa67a77
08:21:52.252 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.253 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.253 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.254 [ForkJoinPool-1-worker-17] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.254 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6a4b119a-7798-4cca-a74b-bb03574d88db","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.254 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@494ce5ca
08:21:52.254 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.254 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.255 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.255 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/6a4b119a-7798-4cca-a74b-bb03574d88db","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.256 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6828c7e7
08:21:52.256 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.256 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.257 [ForkJoinPool-1-worker-17] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.257 [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 -> 1br9fn0adw9r7re13gr5vu|3b0abeb8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|3b0abeb8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/48486404-cf23-423d-a0e1-85409d5f1d83, 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 ]
08:21:52.274 [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 -> 1br9fn0adw9r7re13gr5vu|346b3e4a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|346b3e4a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/094fbcab-5afa-4014-9824-f604edac488e, 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: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.847 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest
08:21:52.300 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/048b42e1-f0f5-42d0-b893-15ea14aefae3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.300 [ForkJoinPool-1-worker-13] 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@1f27ae45
08:21:52.300 [ForkJoinPool-1-worker-13] 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
08:21:52.300 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.301 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.301 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/048b42e1-f0f5-42d0-b893-15ea14aefae3","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.301 [ForkJoinPool-1-worker-13] 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@2fda8b26
08:21:52.301 [ForkJoinPool-1-worker-13] 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
08:21:52.301 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.301 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.312 [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 -> 1br9fn0adw9r7re13gr5vu|7d154d4c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|7d154d4c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/844599a6-d32b-431c-9355-81cc9d873785, 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 ]
08:21:52.325 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e5303d3e-3881-4111-aab2-8e992a1b4025","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.325 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@623ebd10
08:21:52.325 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.325 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.326 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.326 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e5303d3e-3881-4111-aab2-8e992a1b4025","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.326 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a9f07c4
08:21:52.326 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.326 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.327 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.327 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.327 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e5303d3e-3881-4111-aab2-8e992a1b4025","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.327 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d8a5175
08:21:52.327 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.327 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.328 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.328 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e5303d3e-3881-4111-aab2-8e992a1b4025","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.328 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2bbc414a
08:21:52.328 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.328 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.329 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.332 [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 -> 1br9fn0adw9r7re13gr5vu|17131f69, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|17131f69, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/844599a6-d32b-431c-9355-81cc9d873785, 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 ]
08:21:52.347 [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 -> 1br9fn0adw9r7re13gr5vu|60b8ca6e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|60b8ca6e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/844599a6-d32b-431c-9355-81cc9d873785, 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 ]
08:21:52.348 [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 -> 1br9fn0adw9r7re13gr5vu|19f56f81, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|19f56f81, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e5303d3e-3881-4111-aab2-8e992a1b4025, 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 ]
08:21:52.492 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1babbdd5-5380-4a4b-9712-91d4d8c4ca68","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.493 [ForkJoinPool-1-worker-13] 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@7319f591
08:21:52.493 [ForkJoinPool-1-worker-13] 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
08:21:52.493 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.493 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.493 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1babbdd5-5380-4a4b-9712-91d4d8c4ca68","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.494 [ForkJoinPool-1-worker-13] 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@70b62b6e
08:21:52.494 [ForkJoinPool-1-worker-13] 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
08:21:52.494 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.494 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.500 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/43504723-8198-4062-a8c0-04392ae1c1cd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.501 [ForkJoinPool-1-worker-9] 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@77476a97
08:21:52.501 [ForkJoinPool-1-worker-9] 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
08:21:52.501 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.501 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.501 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/43504723-8198-4062-a8c0-04392ae1c1cd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.502 [ForkJoinPool-1-worker-9] 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@2c774491
08:21:52.502 [ForkJoinPool-1-worker-9] 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
08:21:52.502 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.502 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.525 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa650a87-316c-4232-bf94-5af663ed8835","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.526 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@273ee429
08:21:52.526 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.526 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.527 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.527 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa650a87-316c-4232-bf94-5af663ed8835","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.528 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22e49d86
08:21:52.528 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.528 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.529 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.529 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.529 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa650a87-316c-4232-bf94-5af663ed8835","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.530 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1073b189
08:21:52.530 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.530 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.531 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.531 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa650a87-316c-4232-bf94-5af663ed8835","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.531 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@27c3559c
08:21:52.531 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.531 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.532 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.533 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e383c03d-799d-469c-8780-d355b93062a5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.534 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31f7848c
08:21:52.534 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.534 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.535 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.535 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e383c03d-799d-469c-8780-d355b93062a5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.535 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5beedbba
08:21:52.535 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.535 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.536 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.537 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.537 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e383c03d-799d-469c-8780-d355b93062a5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.537 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@23762fc
08:21:52.537 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.537 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.538 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.538 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e383c03d-799d-469c-8780-d355b93062a5","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.538 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3debf183
08:21:52.538 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.538 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.539 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.540 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.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 -> 1br9fn0adw9r7re13gr5vu|3b7d51fe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|3b7d51fe, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/aa650a87-316c-4232-bf94-5af663ed8835, 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 ]
08:21:52.592 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/41e53866-475b-4d3f-8b67-67cff33b2afd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.592 [ForkJoinPool-1-worker-13] 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@18c3f7d0
08:21:52.592 [ForkJoinPool-1-worker-13] 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
08:21:52.592 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.593 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.593 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/41e53866-475b-4d3f-8b67-67cff33b2afd","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.593 [ForkJoinPool-1-worker-13] 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@22db83b0
08:21:52.593 [ForkJoinPool-1-worker-13] 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
08:21:52.593 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.593 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.617 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1bfb6bc0-9bed-40e5-b044-191801f3c12e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.617 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d838ad5
08:21:52.617 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.617 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.618 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.618 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1bfb6bc0-9bed-40e5-b044-191801f3c12e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.618 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67c3dbfb
08:21:52.618 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.618 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.619 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.619 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.619 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1bfb6bc0-9bed-40e5-b044-191801f3c12e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.619 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54ff3b6d
08:21:52.619 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.619 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.620 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.620 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1bfb6bc0-9bed-40e5-b044-191801f3c12e","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.620 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ff949e7
08:21:52.620 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.620 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.621 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.634 [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 -> 1br9fn0adw9r7re13gr5vu|3eecea76, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|3eecea76, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/1bfb6bc0-9bed-40e5-b044-191801f3c12e, 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 ]
08:21:52.675 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f15ee8f7-b5d3-4533-84d4-31080cecb0c6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.676 [ForkJoinPool-1-worker-13] 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@6757e594
08:21:52.676 [ForkJoinPool-1-worker-13] 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
08:21:52.676 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.676 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.677 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f15ee8f7-b5d3-4533-84d4-31080cecb0c6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.677 [ForkJoinPool-1-worker-13] 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@7f01f27c
08:21:52.677 [ForkJoinPool-1-worker-13] 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
08:21:52.677 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.677 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.679 [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 -> 1br9fn0adw9r7re13gr5vu|5763f0f4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5763f0f4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e383c03d-799d-469c-8780-d355b93062a5, 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 ]
08:21:52.700 [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 -> 1br9fn0adw9r7re13gr5vu|3f49d91, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|3f49d91, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e383c03d-799d-469c-8780-d355b93062a5, 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 ]
08:21:52.717 [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 -> 1br9fn0adw9r7re13gr5vu|2fce4498, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|2fce4498, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/e383c03d-799d-469c-8780-d355b93062a5, 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 ]
08:21:52.850 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9e33ef87-6a79-4b6a-b541-0c80a03ff179","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.851 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6fd645f2
08:21:52.851 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.851 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.852 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.852 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9e33ef87-6a79-4b6a-b541-0c80a03ff179","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.852 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@66729423
08:21:52.852 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.852 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.852 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.853 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.853 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9e33ef87-6a79-4b6a-b541-0c80a03ff179","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.853 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@543fe161
08:21:52.853 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.853 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.854 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.854 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9e33ef87-6a79-4b6a-b541-0c80a03ff179","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.854 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@52546466
08:21:52.854 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.854 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.854 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.869 [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 -> 1br9fn0adw9r7re13gr5vu|126fc2ee, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|126fc2ee, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9e33ef87-6a79-4b6a-b541-0c80a03ff179, 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 ]
08:21:52.887 [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 -> 1br9fn0adw9r7re13gr5vu|58cef76a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|58cef76a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/9e33ef87-6a79-4b6a-b541-0c80a03ff179, 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 ]
08:21:52.917 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/407a9f85-7088-4b2d-923f-ffae0a6e592a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.918 [ForkJoinPool-1-worker-9] 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@7a7f3755
08:21:52.918 [ForkJoinPool-1-worker-9] 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
08:21:52.918 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.918 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.918 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/407a9f85-7088-4b2d-923f-ffae0a6e592a","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.919 [ForkJoinPool-1-worker-9] 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@44e48f84
08:21:52.919 [ForkJoinPool-1-worker-9] 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
08:21:52.919 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.919 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.925 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a7f5ed67-b2d4-48f4-9f22-ba47bdbc4da6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.926 [ForkJoinPool-1-worker-13] 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@32128179
08:21:52.926 [ForkJoinPool-1-worker-13] 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
08:21:52.926 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/a7f5ed67-b2d4-48f4-9f22-ba47bdbc4da6","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.927 [ForkJoinPool-1-worker-13] 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@e580e7f
08:21:52.927 [ForkJoinPool-1-worker-13] 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
08:21:52.927 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:52.928 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:52.942 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fad5bc99-8e28-4665-9856-511c45f276f7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.942 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70a8de70
08:21:52.942 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.942 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.943 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.943 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fad5bc99-8e28-4665-9856-511c45f276f7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.943 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55a4c8d9
08:21:52.944 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.944 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.944 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.944 [ForkJoinPool-1-worker-9] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.944 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fad5bc99-8e28-4665-9856-511c45f276f7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.945 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@37f08ab8
08:21:52.945 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.945 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.945 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.945 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fad5bc99-8e28-4665-9856-511c45f276f7","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.945 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@289b5b34
08:21:52.945 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.946 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.946 [ForkJoinPool-1-worker-9] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.961 [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 -> 1br9fn0adw9r7re13gr5vu|7075a105, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|7075a105, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fad5bc99-8e28-4665-9856-511c45f276f7, 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 ]
08:21:52.967 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f960f403-ed32-4a15-a7e2-c64fe67a129d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c4cf411
08:21:52.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.968 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f960f403-ed32-4a15-a7e2-c64fe67a129d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e5948e7
08:21:52.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:52.969 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f960f403-ed32-4a15-a7e2-c64fe67a129d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.970 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@69c7ede1
08:21:52.970 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.970 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.970 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.970 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f960f403-ed32-4a15-a7e2-c64fe67a129d","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:52.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a0b3471
08:21:52.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:52.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:52.971 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:52.982 [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 -> 1br9fn0adw9r7re13gr5vu|6ef02969, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|6ef02969, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fad5bc99-8e28-4665-9856-511c45f276f7, 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 ]
08:21:52.990 [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 -> 1br9fn0adw9r7re13gr5vu|5666ed15, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|5666ed15, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/f960f403-ed32-4a15-a7e2-c64fe67a129d, 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 ]
08:21:52.996 [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 -> 1br9fn0adw9r7re13gr5vu|303e1126, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|303e1126, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/fad5bc99-8e28-4665-9856-511c45f276f7, 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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.893 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest
08:21:53.376 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e72cd04-425e-4d8b-8e99-4adec4093c72","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.377 [ForkJoinPool-1-worker-13] 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@49b66ec
08:21:53.377 [ForkJoinPool-1-worker-13] 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
08:21:53.377 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:53.379 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:53.379 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/4e72cd04-425e-4d8b-8e99-4adec4093c72","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.380 [ForkJoinPool-1-worker-13] 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@3d378c39
08:21:53.380 [ForkJoinPool-1-worker-13] 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
08:21:53.380 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:53.381 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:53.409 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/81ddf6dc-5f7c-4ef6-b4b1-27edc498fe19","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.410 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@65b57695
08:21:53.410 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:53.410 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:53.411 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:53.411 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/81ddf6dc-5f7c-4ef6-b4b1-27edc498fe19","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.412 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4fbc2846
08:21:53.412 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:53.412 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:53.413 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:53.413 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:53.414 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/81ddf6dc-5f7c-4ef6-b4b1-27edc498fe19","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.414 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e008a4c
08:21:53.414 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:53.414 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:53.415 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:53.415 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/81ddf6dc-5f7c-4ef6-b4b1-27edc498fe19","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.416 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@972548e
08:21:53.416 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:53.416 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:53.417 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:53.439 [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 -> 1br9fn0adw9r7re13gr5vu|1bb623b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|1bb623b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/81ddf6dc-5f7c-4ef6-b4b1-27edc498fe19, 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 ]
08:21:53.484 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/58c17c31-640a-4a67-958c-94573c82679c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.485 [ForkJoinPool-1-worker-13] 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@61c95f12
08:21:53.485 [ForkJoinPool-1-worker-13] 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
08:21:53.485 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:53.486 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:53.486 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/58c17c31-640a-4a67-958c-94573c82679c","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.487 [ForkJoinPool-1-worker-13] 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@25940b1d
08:21:53.487 [ForkJoinPool-1-worker-13] 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
08:21:53.487 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml
08:21:53.487 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml
08:21:53.517 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/04c7cfdd-3ea1-438b-88e8-a1d67d830704","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.518 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d9006df
08:21:53.518 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:53.518 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:53.519 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:53.519 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/04c7cfdd-3ea1-438b-88e8-a1d67d830704","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.520 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70a69271
08:21:53.520 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:53.520 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:53.520 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:53.521 [ForkJoinPool-1-worker-13] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:21:53.521 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/04c7cfdd-3ea1-438b-88e8-a1d67d830704","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.521 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@66556f82
08:21:53.521 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:53.521 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:53.522 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:53.522 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/04c7cfdd-3ea1-438b-88e8-a1d67d830704","user":null,"driver_class":"org.h2.Driver"} - table: null
08:21:53.522 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64b29d75
08:21:53.522 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null
08:21:53.522 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml
08:21:53.523 [ForkJoinPool-1-worker-13] INFO  o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml
08:21:53.547 [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 -> 1br9fn0adw9r7re13gr5vu|6c46d996, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1br9fn0adw9r7re13gr5vu|6c46d996, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/data/04c7cfdd-3ea1-438b-88e8-a1d67d830704, 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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.334 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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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       [45/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-mongodb ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/legal/target/hono-legal-1.5.0-SNAPSHOT.jar to /jobs/genie.hono/Hono CI Pipeline/workspace/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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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...
[INFO] start de.flapdoodle.embed.mongo.config.MongodConfigBuilder$ImmutableMongodConfig@e76cd68
[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.service.MongoDbBasedTenantServiceTest
08:22:31.502 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:35400], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:22:31.548 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@213e3629 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:35400, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:22:31.590 [cluster-ClusterId{value='5f9ab407e40ff67b42b0e173', description='null'}-127.0.0.1:35400] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:1, serverValue:1}] to 127.0.0.1:35400
08:22:31.596 [cluster-ClusterId{value='5f9ab407e40ff67b42b0e173', description='null'}-127.0.0.1:35400] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:35400, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=4537910}
08:22:31.622 [Thread-9] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:35400
08:22:31.749 [Thread-13] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:35400
08:22:32.077 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantFailsForDuplicateCa(VertxTestContext)
08:22:32.339 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthoritySucceeds(VertxTestContext)
08:22:32.415 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testRemoveTenantSucceeds(VertxTestContext)
08:22:32.452 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsAndContainResourceVersion(VertxTestContext)
08:22:32.464 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithNonMatchingResourceVersionFails(VertxTestContext)
08:22:32.490 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithEmptyResourceVersionSucceed(VertxTestContext)
08:22:32.512 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantFailsForNonExistingTenant(VertxTestContext)
08:22:32.523 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantWithMatchingResourceVersionSucceeds(VertxTestContext)
08:22:32.539 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithNonMatchingResourceVersionFails(VertxTestContext)
08:22:32.563 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateTenantId(VertxTestContext)
08:22:32.583 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetTenantSucceedsForExistingTenant(VertxTestContext)
08:22:32.606 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithMatchingResourceVersionSucceed(VertxTestContext)
08:22:32.620 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantVersionSucceedsForExistingTenantVersion(VertxTestContext)
08:22:32.635 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testDeleteTenantWithEmptyResourceVersionSucceed(VertxTestContext)
08:22:32.648 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantSucceedsWithGeneratedTenantId(VertxTestContext)
08:22:32.657 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testGetForCertificateAuthorityFailsForUnknownSubjectDn(VertxTestContext)
08:22:32.673 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testUpdateTenantSucceeds(VertxTestContext)
08:22:32.692 [main] INFO  o.e.h.d.m.s.MongoDbBasedTenantServiceTest - running testAddTenantFailsForDuplicateCa(VertxTestContext)
08:22:32.708 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:2, serverValue:2}] to 127.0.0.1:35400 because the pool has been closed.
08:22:32.709 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:3, serverValue:3}] to 127.0.0.1:35400 because the pool has been closed.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.701 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedTenantServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
08:22:32.750 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:35400], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:22:32.760 [cluster-ClusterId{value='5f9ab408e40ff67b42b0e188', description='null'}-127.0.0.1:35400] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:4, serverValue:4}] to 127.0.0.1:35400
08:22:32.762 [cluster-ClusterId{value='5f9ab408e40ff67b42b0e188', description='null'}-127.0.0.1:35400] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:35400, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1216357}
08:22:32.762 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:32.774 [Thread-16] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:35400
08:22:32.777 [Thread-3] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:6, serverValue:6}] to 127.0.0.1:35400
08:22:32.780 [Thread-4] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:35400
08:22:33.584 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsFailsForWrongResourceVersion(VertxTestContext)
08:22:33.588 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:33.843 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsEncodesPlaintextPasswords(VertxTestContext)
08:22:34.111 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataUpdateDoesntChangeSecretID(VertxTestContext)
08:22:34.112 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:34.318 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsUpdatingExistingSecrets(VertxTestContext)
08:22:34.321 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:34.761 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsReplacesCredentialsOfSameTypeAndAuthId(VertxTestContext)
08:22:34.762 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:34.945 [vert.x-eventloop-thread-15] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:35.105 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateSecretFailsWithWrongSecretId(VertxTestContext)
08:22:35.106 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:35.250 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:35.355 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsFailsForNonExistingCredentials(VertxTestContext)
08:22:35.371 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSupportsRemovingExistingCredentialsAndSecrets(VertxTestContext)
08:22:35.643 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testUpdateCredentialsSucceeds(VertxTestContext)
08:22:35.643 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:35.786 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testSecretMetadataDeletion(VertxTestContext)
08:22:35.786 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:35.906 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testCreateAndDeletePasswordSecret(VertxTestContext)
08:22:35.907 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:36.049 [Thread-10] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:8, serverValue:8}] to 127.0.0.1:35400
08:22:36.052 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testDisableCredentials(VertxTestContext)
08:22:36.053 [main] INFO  o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords
08:22:36.178 [main] INFO  o.e.h.d.m.s.MongoDbBasedCredentialServiceTest - running testGetCredentialsSucceedsForExistingDevice(VertxTestContext)
08:22:36.197 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:5, serverValue:5}] to 127.0.0.1:35400 because the pool has been closed.
08:22:36.197 [Thread-9] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:7, serverValue:7}] to 127.0.0.1:35400 because the pool has been closed.
08:22:36.197 [Thread-4] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:6, serverValue:6}] to 127.0.0.1:35400 because the pool has been closed.
08:22:36.198 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:8, serverValue:8}] to 127.0.0.1:35400 because the pool has been closed.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.475 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedCredentialServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
08:22:36.321 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:35400], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:22:36.322 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@35fb22a9 from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:35400, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:22:36.329 [cluster-ClusterId{value='5f9ab40ce40ff67b42b0e1a1', description='null'}-127.0.0.1:35400] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:9, serverValue:9}] to 127.0.0.1:35400
08:22:36.330 [cluster-ClusterId{value='5f9ab40ce40ff67b42b0e1a1', description='null'}-127.0.0.1:35400] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:35400, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1164328}
08:22:36.340 [Thread-18] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:10, serverValue:10}] to 127.0.0.1:35400
08:22:36.740 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext)
08:22:36.784 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext)
08:22:36.815 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext)
08:22:36.842 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext)
08:22:36.859 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext)
08:22:36.881 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext)
08:22:36.900 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext)
08:22:36.919 [main] INFO  o.e.h.d.m.s.MongoDBBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext)
08:22:36.936 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:10, serverValue:10}] to 127.0.0.1:35400 because the pool has been closed.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDBBasedDeviceManagementSearchDevicesTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
08:22:36.955 [main] INFO  org.mongodb.driver.cluster - Cluster created with settings {hosts=[127.0.0.1:35400], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500}
08:22:36.956 [main] INFO  org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@2f1ea80d from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=127.0.0.1:35400, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out
08:22:36.965 [cluster-ClusterId{value='5f9ab40ce40ff67b42b0e1b3', description='null'}-127.0.0.1:35400] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:11, serverValue:11}] to 127.0.0.1:35400
08:22:36.967 [cluster-ClusterId{value='5f9ab40ce40ff67b42b0e1b3', description='null'}-127.0.0.1:35400] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:35400, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 20]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1579274}
08:22:36.977 [Thread-7] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:35400
08:22:37.316 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext)
08:22:37.328 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDevicePreservesStatusProperties(VertxTestContext)
08:22:37.362 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForNonExistingDevice(VertxTestContext)
08:22:37.370 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext)
08:22:37.391 [Thread-7] INFO  org.mongodb.driver.connection - Opened connection [connectionId{localValue:13, serverValue:13}] to 127.0.0.1:35400
08:22:37.405 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext)
08:22:37.417 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext)
08:22:37.438 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceSucceedsForExistingDevice(VertxTestContext)
08:22:37.451 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceeds(VertxTestContext)
08:22:37.465 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithoutIdSucceeds(VertxTestContext)
08:22:37.474 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext)
08:22:37.495 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
08:22:37.506 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceSucceeds(VertxTestContext)
08:22:37.517 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext)
08:22:37.545 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext)
08:22:37.559 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
08:22:37.573 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext)
08:22:37.585 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDisabledDevice(VertxTestContext)
08:22:37.596 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateIgnoresGivenUpdatesOfStatusProperties(VertxTestContext)
08:22:37.614 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceWithIdSucceeds(VertxTestContext)
08:22:37.621 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testCreateDeviceFailsForExistingDeviceId(VertxTestContext)
08:22:37.633 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext)
08:22:37.646 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext)
08:22:37.660 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext)
08:22:37.668 [main] INFO  o.e.h.d.m.s.MongoDbBasedRegistrationServiceTest - running testReadDeviceFailsForDeletedDevice(VertxTestContext)
08:22:37.682 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:13, serverValue:13}] to 127.0.0.1:35400 because the pool has been closed.
08:22:37.683 [main] INFO  org.mongodb.driver.connection - Closed connection [connectionId{localValue:12, serverValue:12}] to 127.0.0.1:35400 because the pool has been closed.
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 s - in org.eclipse.hono.deviceregistry.mongodb.service.MongoDbBasedRegistrationServiceTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.deviceregistry.mongodb.model.CredentialsDtoTest
[INFO] Running org.eclipse.hono.deviceregistry.mongodb.utils.MongoDbDocumentBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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: /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/pom.xml to /opt/public/hipp/homes/genie.hono/.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 /jobs/genie.hono/Hono CI Pipeline/workspace/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.5.0-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.hono/.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                                [46/47]
[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 ---
Please install "hugo" to be able to build the hono documentation. See readme.md for further details.
build-site.sh: line 15: hugo: command not found
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/site/pom.xml to /opt/public/hipp/homes/genie.hono/.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                   [47/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-tests ---
[INFO] Deleting /jobs/genie.hono/Hono CI Pipeline/workspace/tests/target
[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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 /jobs/genie.hono/Hono CI Pipeline/workspace/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 [  5.470 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.051 s]
[INFO] Legal Documents .................................... SUCCESS [  2.386 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  0.146 s]
[INFO] Hono Core .......................................... SUCCESS [ 25.168 s]
[INFO] Hono Client Core ................................... SUCCESS [  5.245 s]
[INFO] Hono Client ........................................ SUCCESS [ 12.355 s]
[INFO] Hono Test Utils .................................... SUCCESS [  0.933 s]
[INFO] Hono Core Test Utils ............................... SUCCESS [  0.526 s]
[INFO] Hono Service base .................................. SUCCESS [ 11.499 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [  7.250 s]
[INFO] Hono Service Base Test Utils ....................... SUCCESS [  1.012 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  3.125 s]
[INFO] Hono Protocol Adapter Base (Spring) ................ SUCCESS [  0.945 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [  8.749 s]
[INFO] Hono CoAP Adapter base ............................. SUCCESS [  5.267 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [  2.871 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [  5.237 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [  1.295 s]
[INFO] Hono Service Base Quarkus .......................... SUCCESS [  7.401 s]
[INFO] Hono Protocol Adapter Base (Quarkus) ............... SUCCESS [  5.651 s]
[INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [  9.267 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [  7.568 s]
[INFO] Hono Kura Adapter .................................. SUCCESS [  4.375 s]
[INFO] Hono LoRa Adapter .................................. SUCCESS [  7.194 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [  1.479 s]
[INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [  6.986 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [  2.650 s]
[INFO] Hono command-line interface ........................ SUCCESS [  4.144 s]
[INFO] Hono Clients ....................................... SUCCESS [  0.050 s]
[INFO] Hono Client for Protocol Adapters .................. SUCCESS [  0.370 s]
[INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [  0.461 s]
[INFO] Hono Deployment .................................... SUCCESS [  0.198 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.025 s]
[INFO] Hono Client Examples ............................... SUCCESS [  1.421 s]
[INFO] Hono Protocol Gateway example ...................... SUCCESS [  0.758 s]
[INFO] Hono JMeter Plugin ................................. SUCCESS [ 23.095 s]
[INFO] Hono Services ...................................... SUCCESS [  0.577 s]
[INFO] Hono Auth .......................................... SUCCESS [  3.672 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [ 42.724 s]
[INFO] Base classes for JDBC services ..................... SUCCESS [  3.384 s]
[INFO] Hono Device Connection service ..................... SUCCESS [  4.870 s]
[INFO] Hono File Based Device Registry .................... SUCCESS [  9.362 s]
[INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 55.348 s]
[INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 14.294 s]
[INFO] Hono Site .......................................... SUCCESS [  0.496 s]
[INFO] Hono Integration Tests ............................. SUCCESS [01:13 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:40 min
[INFO] Finished at: 2020-10-29T08:23:53-04:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /jobs/genie.hono/Hono CI Pipeline/workspace@tmp/withMaven4d35a12a/maven-spy-20201029-081712-8468838018835511539638.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 client-core/pom.xml under org/eclipse/hono/hono-client-core/1.5.0-SNAPSHOT/hono-client-core-1.5.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact client-core/target/hono-client-core-1.5.0-SNAPSHOT.jar under org/eclipse/hono/hono-client-core/1.5.0-SNAPSHOT/hono-client-core-1.5.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact client-core/target/hono-client-core-1.5.0-SNAPSHOT-sources.jar under org/eclipse/hono/hono-client-core/1.5.0-SNAPSHOT/hono-client-core-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 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 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 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 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-core:jar:1.5.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): client-core/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: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-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-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: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: 30 ms, Generated Artifacts Publisher: 1727 ms, Invoker Publisher: 1 ms, Junit Publisher: 502 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 516 ms, Findbugs Publisher: 1 ms, JGiven Publisher: 7 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